Created
July 16, 2012 12:11
-
-
Save aamedina/3122355 to your computer and use it in GitHub Desktop.
installing postgresql via homebrew issue
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
HOMEBREW_VERSION: 0.9.2 | |
HEAD: 03744647cc9271abc8c2cb368702fc328ee9a0ec | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: 8-core 64-bit dunno | |
OS X: 10.8-x86_64 | |
Xcode: 4.4 => /Applications/Xcode45-DP2.app/Contents/Developer | |
CLT: 4.5.0.0.1.1249367152 | |
GCC-4.0: N/A | |
GCC-4.2: N/A | |
LLVM: build 2336 | |
Clang: 4.0 build 421 | |
MacPorts or Fink? false | |
X11: 2.7.2 @ /opt/X11 | |
System Ruby: 1.8.7-358 | |
Which Perl: /usr/bin/perl | |
Which Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.3/bin/python2.7 | |
Which Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby |
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 raring 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
==> Downloading http://ftp.postgresql.org/pub/source/v9.1.4/postgresql-9.1.4.tar.bz2 | |
Already downloaded: /Library/Caches/Homebrew/postgresql-9.1.4.tar.bz2 | |
/usr/bin/tar xf /Library/Caches/Homebrew/postgresql-9.1.4.tar.bz2 | |
==> Patching | |
/usr/bin/patch -f -p1 -i 000-homebrew.diff | |
patching file src/pl/plpython/Makefile | |
==> ./configure --disable-debug --prefix=/usr/local/Cellar/postgresql/9.1.4 --datadir=/usr/local/Cellar/postgresql/9.1.4/share/postgresql --docdir=/usr/local/Cellar/postgresql/9.1.4/share/doc/postgresql --enable-thread-safety --with-bonjour --with-gssapi --with-krb5 --with-openssl --with-libxml --with-libxslt --with-ossp-uuid --with-python --with-perl ARCHFLAGS='-arch x86_64' | |
./configure --disable-debug --prefix=/usr/local/Cellar/postgresql/9.1.4 --datadir=/usr/local/Cellar/postgresql/9.1.4/share/postgresql --docdir=/usr/local/Cellar/postgresql/9.1.4/share/doc/postgresql --enable-thread-safety --with-bonjour --with-gssapi --with-krb5 --with-openssl --with-libxml --with-libxslt --with-ossp-uuid --with-python --with-perl ARCHFLAGS='-arch x86_64' | |
checking build system type... x86_64-apple-darwin12.0.0 | |
checking host system type... x86_64-apple-darwin12.0.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 /usr/bin/clang accepts -g... yes | |
checking for /usr/bin/clang option to accept ISO C89... none needed | |
checking whether /usr/bin/clang supports -Wdeclaration-after-statement... yes | |
checking whether /usr/bin/clang supports -Wendif-labels... yes | |
checking whether /usr/bin/clang supports -Wformat-security... yes | |
checking whether /usr/bin/clang supports -fno-strict-aliasing... yes | |
checking whether /usr/bin/clang supports -fwrapv... yes | |
checking whether /usr/bin/clang supports -fexcess-precision=standard... yes | |
checking whether the C compiler still works... yes | |
checking how to run the C preprocessor... /usr/bin/clang -E | |
checking allow thread-safe client libraries... yes | |
checking whether to build with Tcl... no | |
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... no | |
checking whether to build with LDAP support... no | |
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/clang | |
checking if the linker (/usr/bin/clang) is GNU ld... no | |
checking for ranlib... ranlib | |
checking for strip... strip | |
checking whether it is possible to strip libraries... no | |
checking for ar... ar | |
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... /usr/local/bin/gmkdir -p | |
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... '-arch x86_64' -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/local/bin/python | |
checking for Python distutils module... yes | |
checking Python configuration directory... /usr/local/Cellar/python/2.7.3/lib/python2.7/config | |
checking how to link an embedded Python application... -L/usr/local/Cellar/python/2.7.3/lib/python2.7/config -lpython2.7 -ldl -framework CoreFoundation | |
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 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/ucred.h usability... yes | |
checking sys/ucred.h presence... yes | |
checking for sys/ucred.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 kernel/OS.h usability... no | |
checking kernel/OS.h presence... no | |
checking for kernel/OS.h... no | |
checking kernel/image.h usability... no | |
checking kernel/image.h presence... no | |
checking for kernel/image.h... no | |
checking SupportDefs.h usability... no | |
checking SupportDefs.h presence... no | |
checking for SupportDefs.h... no | |
checking for net/if.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 for ERR_set_mark... 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 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 signed types... yes | |
checking for working volatile... yes | |
checking for __func__... 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... yes | |
checking for krb5_error.text.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 fcvt... yes | |
checking for fdatasync... yes | |
checking for getifaddrs... yes | |
checking for getpeerucred... no | |
checking for getrlimit... yes | |
checking for memmove... yes | |
checking for poll... yes | |
checking for pstat... no | |
checking for readlink... yes | |
checking for scandir... yes | |
checking for setproctitle... no | |
checking for setsid... yes | |
checking for sigprocmask... yes | |
checking for symlink... yes | |
checking for sysconf... yes | |
checking for towlower... yes | |
checking for utime... yes | |
checking for utimes... yes | |
checking for waitpid... 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 erand48... 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 strdup... yes | |
checking for strerror... yes | |
checking for strlcat... yes | |
checking for strlcpy... yes | |
checking for strtol... yes | |
checking for strtoul... yes | |
checking for unsetenv... yes | |
checking for getpeereid... yes | |
checking for getaddrinfo... yes | |
checking for getopt_long... 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 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 atexit... yes | |
checking for builtin locking functions... yes | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... yes | |
checking whether pthreads work with -Kthread... yes | |
checking whether pthreads work with -kthread... yes | |
checking for the pthreads library -llthread... no | |
checking whether pthreads work with -pthread... yes | |
checking whether pthreads work with -pthreads... yes | |
checking whether pthreads work with -mthreads... yes | |
checking for the pthreads library -lpthread... yes | |
checking whether pthreads work with --thread-safe... no | |
checking whether pthreads work with -mt... yes | |
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 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 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 /usr/bin/clang supports -Wl,-dead_strip_dylibs... yes | |
configure: using CFLAGS=-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard | |
configure: using CPPFLAGS=-I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 | |
configure: using LDFLAGS=-L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -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/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 | |
make -C doc install | |
make -C src install | |
make -C config install | |
make -C src install | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib/pgxs/config' | |
/bin/sh ../config/install-sh -c -m 755 ./install-sh '/usr/local/Cellar/postgresql/9.1.4/lib/pgxs/config/install-sh' | |
make -C port install | |
make -C sgml install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o chklocale.o chklocale.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dirmod.o dirmod.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o exec.o exec.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o inet_net_ntop.o inet_net_ntop.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o noblock.o noblock.c | |
echo "#define PGBINDIR \"/usr/local/Cellar/postgresql/9.1.4/bin\"" >pg_config_paths.h | |
echo "#define PGSHAREDIR \"/usr/local/Cellar/postgresql/9.1.4/share/postgresql\"" >>pg_config_paths.h | |
echo "#define SYSCONFDIR \"/usr/local/Cellar/postgresql/9.1.4/etc\"" >>pg_config_paths.h | |
echo "#define INCLUDEDIR \"/usr/local/Cellar/postgresql/9.1.4/include\"" >>pg_config_paths.h | |
echo "#define PKGINCLUDEDIR \"/usr/local/Cellar/postgresql/9.1.4/include\"" >>pg_config_paths.h | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgcheckdir.o pgcheckdir.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/doc/postgresql'/html '/usr/local/Cellar/postgresql/9.1.4/share/man'/man1 '/usr/local/Cellar/postgresql/9.1.4/share/man'/man3 '/usr/local/Cellar/postgresql/9.1.4/share/man'/man7 | |
echo "#define INCLUDEDIRSERVER \"/usr/local/Cellar/postgresql/9.1.4/include/server\"" >>pg_config_paths.h | |
cp -R `for f in ./html; do test -r $f && echo $f && break; done` '/usr/local/Cellar/postgresql/9.1.4/share/doc/postgresql' | |
echo "#define LIBDIR \"/usr/local/Cellar/postgresql/9.1.4/lib\"" >>pg_config_paths.h | |
echo "#define PKGLIBDIR \"/usr/local/Cellar/postgresql/9.1.4/lib\"" >>pg_config_paths.h | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgmkdirp.o pgmkdirp.c | |
echo "#define LOCALEDIR \"/usr/local/Cellar/postgresql/9.1.4/share/locale\"" >>pg_config_paths.h | |
echo "#define DOCDIR \"/usr/local/Cellar/postgresql/9.1.4/share/doc/postgresql\"" >>pg_config_paths.h | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgsleep.o pgsleep.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgstrcasecmp.o pgstrcasecmp.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o qsort.o qsort.c | |
echo "#define HTMLDIR \"/usr/local/Cellar/postgresql/9.1.4/share/doc/postgresql\"" >>pg_config_paths.h | |
echo "#define MANDIR \"/usr/local/Cellar/postgresql/9.1.4/share/man\"" >>pg_config_paths.h | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o qsort_arg.o qsort_arg.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o sprompt.o sprompt.c | |
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.1.4/share/man' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -c thread.c | |
make -C ../backend submake-errcodes | |
prereqdir=`cd 'utils/' >/dev/null && pwd` && \ | |
cd '../../src/include/utils/' && rm -f errcodes.h && \ | |
ln -s "$prereqdir/errcodes.h" . | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o path.o path.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c chklocale.c -o chklocale_srv.o | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c dirmod.c -o dirmod_srv.o | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c exec.c -o exec_srv.o | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c inet_net_ntop.c -o inet_net_ntop_srv.o | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c noblock.c -o noblock_srv.o | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c path.c -o path_srv.o | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c pgcheckdir.c -o pgcheckdir_srv.o | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c pgmkdirp.c -o pgmkdirp_srv.o | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c pgsleep.c -o pgsleep_srv.o | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c pgstrcasecmp.c -o pgstrcasecmp_srv.o | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c qsort.c -o qsort_srv.o | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c qsort_arg.c -o qsort_arg_srv.o | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c sprompt.c -o sprompt_srv.o | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c thread.c -o thread_srv.o | |
ar crs libpgport.a chklocale.o dirmod.o exec.o inet_net_ntop.o noblock.o path.o pgcheckdir.o pgmkdirp.o pgsleep.o pgstrcasecmp.o qsort.o qsort_arg.o sprompt.o thread.o | |
ar crs libpgport_srv.a chklocale_srv.o dirmod_srv.o exec_srv.o inet_net_ntop_srv.o noblock_srv.o path_srv.o pgcheckdir_srv.o pgmkdirp_srv.o pgsleep_srv.o pgstrcasecmp_srv.o qsort_srv.o qsort_arg_srv.o sprompt_srv.o thread_srv.o | |
/bin/sh ../../config/install-sh -c -m 644 libpgport.a '/usr/local/Cellar/postgresql/9.1.4/lib/libpgport.a' | |
make -C timezone install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o localtime.o localtime.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o strftime.o strftime.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgtz.o pgtz.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o zic.o zic.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ialloc.o ialloc.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o scheck.o scheck.c | |
make -C ../../src/port all | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql' | |
make -C ../backend submake-errcodes | |
make[4]: Nothing to be done for `submake-errcodes'. | |
( echo src/timezone/localtime.o src/timezone/strftime.o src/timezone/pgtz.o ) >objfiles.txt | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard zic.o ialloc.o scheck.o localtime.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o zic | |
./zic -d '/usr/local/Cellar/postgresql/9.1.4/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 | |
make -C tznames install | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/timezonesets' | |
/bin/sh ../../../config/install-sh -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.1.4/share/postgresql/timezonesets' | |
/bin/sh ../../../config/install-sh -c -m 644 ./Default ./Australia ./India '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/timezonesets' | |
make -C backend install | |
make -C ../../src/port all | |
make -C catalog schemapg.h | |
prereqdir=`cd 'parser/' >/dev/null && pwd` && \ | |
cd '../../src/include/parser/' && rm -f gram.h && \ | |
ln -s "$prereqdir/gram.h" . | |
prereqdir=`cd 'utils/' >/dev/null && pwd` && \ | |
cd '../../src/include/utils/' && rm -f fmgroids.h && \ | |
ln -s "$prereqdir/fmgroids.h" . | |
make -C utils probes.h | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/bin' '/usr/local/Cellar/postgresql/9.1.4/share/postgresql' | |
make -C ../backend submake-errcodes | |
make[3]: `schemapg.h' is up to date. | |
prereqdir=`cd 'catalog/' >/dev/null && pwd` && \ | |
cd '../../src/include/catalog/' && rm -f schemapg.h && \ | |
ln -s "$prereqdir/schemapg.h" . | |
sed -f ./Gen_dummy_probes.sed probes.d >probes.h | |
make[4]: Nothing to be done for `submake-errcodes'. | |
cd '../../src/include/utils/' && rm -f probes.h && \ | |
ln -s "../../../src/backend/utils/probes.h" . | |
make -C access all | |
make -C bootstrap all | |
make -C catalog all | |
make -C parser all | |
make -C commands all | |
make -C executor all | |
make -C foreign all | |
make -C lib all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o bootparse.o bootparse.c | |
make -C common all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o analyze.o analyze.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o foreign.o foreign.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dllist.o dllist.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o catalog.o catalog.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o aggregatecmds.o aggregatecmds.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o execAmi.o execAmi.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o heaptuple.o heaptuple.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stringinfo.o stringinfo.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o execCurrent.o execCurrent.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dependency.o dependency.c | |
( echo src/backend/lib/dllist.o src/backend/lib/stringinfo.o ) >objfiles.txt | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o indextuple.o indextuple.c | |
( echo src/backend/foreign/foreign.o ) >objfiles.txt | |
make -C gist all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o gist.o gist.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o execGrouping.o execGrouping.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o gistutil.o gistutil.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o printtup.o printtup.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o bootstrap.o bootstrap.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o execJunk.o execJunk.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-error -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o gram.o gram.c | |
make -C libpq all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o be-fsstubs.o be-fsstubs.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o gistxlog.o gistxlog.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o execMain.o execMain.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o reloptions.o reloptions.c | |
( echo src/backend/bootstrap/bootparse.o src/backend/bootstrap/bootstrap.o ) >objfiles.txt | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o heap.o heap.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o be-secure.o be-secure.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o gistvacuum.o gistvacuum.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o gistget.o gistget.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o scankey.o scankey.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tupconvert.o tupconvert.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o execProcnode.o execProcnode.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o auth.o auth.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o index.o index.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o gistscan.o gistscan.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tupdesc.o tupdesc.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o execQual.o execQual.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o gistproc.o gistproc.c | |
( 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/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o gistsplit.o gistsplit.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o alter.o alter.c | |
make -C hash all | |
( 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 ) >objfiles.txt | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o hash.o hash.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o keywords.o keywords.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o crypt.o crypt.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o indexing.o indexing.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o analyze.o analyze.c | |
make -C heap all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o hashfunc.o hashfunc.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o heapam.o heapam.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o hba.o hba.c | |
make -C main all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o main.o main.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o hashinsert.o hashinsert.c | |
( echo src/backend/main/main.o ) >objfiles.txt | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o async.o async.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o hashovfl.o hashovfl.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o execScan.o execScan.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o execTuples.o execTuples.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o hashpage.o hashpage.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ip.o ip.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o cluster.o cluster.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o hashscan.o hashscan.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o hio.o hio.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o execUtils.o execUtils.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o md5.o md5.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o hashsearch.o hashsearch.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o namespace.o namespace.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pruneheap.o pruneheap.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o functions.o functions.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o hashsort.o hashsort.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pqcomm.o pqcomm.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o comment.o comment.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o hashutil.o hashutil.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o rewriteheap.o rewriteheap.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o collationcmds.o collationcmds.c | |
( 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/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o kwlookup.o kwlookup.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o syncscan.o syncscan.c | |
make -C index all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o genam.o genam.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tuptoaster.o tuptoaster.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pqformat.o pqformat.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o constraint.o constraint.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o indexam.o indexam.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o conversioncmds.o conversioncmds.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pqsignal.o pqsignal.c | |
( 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 | |
( echo src/backend/access/index/genam.o src/backend/access/index/indexam.o ) >objfiles.txt | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o parser.o parser.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o aclchk.o aclchk.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o copy.o copy.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o parse_agg.o parse_agg.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o visibilitymap.o visibilitymap.c | |
( 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 | |
make -C nbtree all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nbtcompare.o nbtcompare.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o parse_clause.o parse_clause.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nbtinsert.o nbtinsert.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o parse_coerce.o parse_coerce.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o parse_collate.o parse_collate.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nbtpage.o nbtpage.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o objectaddress.o objectaddress.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o instrument.o instrument.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeAppend.o nodeAppend.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dbcommands.o dbcommands.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nbtree.o nbtree.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeAgg.o nodeAgg.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nbtsearch.o nbtsearch.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o define.o define.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nbtutils.o nbtutils.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o discard.o discard.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o explain.o explain.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nbtsort.o nbtsort.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nbtxlog.o nbtxlog.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o extension.o extension.c | |
make -C nodes all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeFuncs.o nodeFuncs.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o parse_cte.o parse_cte.c | |
( 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 | |
make -C transam all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o clog.o clog.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_aggregate.o pg_aggregate.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o transam.o transam.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o parse_expr.o parse_expr.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o varsup.o varsup.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodes.o nodes.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o list.o list.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeBitmapAnd.o nodeBitmapAnd.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o foreigncmds.o foreigncmds.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o xact.o xact.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeBitmapOr.o nodeBitmapOr.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o bitmapset.o bitmapset.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeBitmapHeapscan.o nodeBitmapHeapscan.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tidbitmap.o tidbitmap.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o parse_func.o parse_func.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeBitmapIndexscan.o nodeBitmapIndexscan.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeHash.o nodeHash.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o xlog.o xlog.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o copyfuncs.o copyfuncs.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeHashjoin.o nodeHashjoin.c | |
make -C optimizer all | |
make -C geqo all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o geqo_copy.o geqo_copy.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o geqo_eval.o geqo_eval.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o equalfuncs.o equalfuncs.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeIndexscan.o nodeIndexscan.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o geqo_main.o geqo_main.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o geqo_misc.o geqo_misc.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o geqo_mutation.o geqo_mutation.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeLimit.o nodeLimit.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o geqo_pool.o geqo_pool.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeLockRows.o nodeLockRows.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o geqo_random.o geqo_random.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o geqo_recombination.o geqo_recombination.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeMaterial.o nodeMaterial.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o geqo_selection.o geqo_selection.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o functioncmds.o functioncmds.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o geqo_erx.o geqo_erx.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeMergeAppend.o nodeMergeAppend.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o xlogutils.o xlogutils.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o geqo_pmx.o geqo_pmx.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeMergejoin.o nodeMergejoin.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o geqo_cx.o geqo_cx.c | |
make -C gin all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ginutil.o ginutil.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o geqo_px.o geqo_px.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o parse_node.o parse_node.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o geqo_ox1.o geqo_ox1.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeModifyTable.o nodeModifyTable.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o gininsert.o gininsert.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o geqo_ox2.o geqo_ox2.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o parse_oper.o parse_oper.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_collation.o pg_collation.c | |
( 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/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o makefuncs.o makefuncs.c | |
make -C path all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o allpaths.o allpaths.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ginxlog.o ginxlog.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_constraint.o pg_constraint.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o outfuncs.o outfuncs.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeNestloop.o nodeNestloop.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeFunctionscan.o nodeFunctionscan.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o clausesel.o clausesel.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o parse_param.o parse_param.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o rmgr.o rmgr.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeRecursiveunion.o nodeRecursiveunion.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ginentrypage.o ginentrypage.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o slru.o slru.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o parse_relation.o parse_relation.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeResult.o nodeResult.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_conversion.o pg_conversion.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o costsize.o costsize.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o gindatapage.o gindatapage.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeSeqscan.o nodeSeqscan.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o subtrans.o subtrans.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeSetOp.o nodeSetOp.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o multixact.o multixact.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ginbtree.o ginbtree.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeSort.o nodeSort.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o equivclass.o equivclass.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o parse_target.o parse_target.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeUnique.o nodeUnique.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ginscan.o ginscan.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o readfuncs.o readfuncs.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o twophase.o twophase.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeValuesscan.o nodeValuesscan.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ginget.o ginget.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeCtescan.o nodeCtescan.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o parse_type.o parse_type.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o indxpath.o indxpath.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeWorktablescan.o nodeWorktablescan.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o indexcmds.o indexcmds.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o print.o print.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeGroup.o nodeGroup.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o twophase_rmgr.o twophase_rmgr.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o parse_utilcmd.o parse_utilcmd.c | |
( 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/xlog.o src/backend/access/transam/xlogutils.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/twophase.o src/backend/access/transam/twophase_rmgr.o ) >objfiles.txt | |
make -C port all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeSubplan.o nodeSubplan.c | |
make -C darwin all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o read.o read.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o system.o system.c | |
( echo src/backend/port/darwin/system.o ) >objfiles.txt | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dynloader.o dynloader.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_sema.o pg_sema.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o params.o params.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ginvacuum.o ginvacuum.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o value.o value.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_shmem.o pg_shmem.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o lockcmds.o lockcmds.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeSubqueryscan.o nodeSubqueryscan.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_depend.o pg_depend.c | |
( 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/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o joinpath.o joinpath.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_latch.o pg_latch.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o operatorcmds.o operatorcmds.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ginarrayproc.o ginarrayproc.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeTidscan.o nodeTidscan.c | |
( 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/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_enum.o pg_enum.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ginbulk.o ginbulk.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_inherits.o pg_inherits.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o opclasscmds.o opclasscmds.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o joinrels.o joinrels.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ginfast.o ginfast.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeForeignscan.o nodeForeignscan.c | |
make -C postmaster all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o autovacuum.o autovacuum.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_largeobject.o pg_largeobject.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nodeWindowAgg.o nodeWindowAgg.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o orindxpath.o orindxpath.c | |
make -C regex all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o regcomp.o regcomp.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_namespace.o pg_namespace.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pathkeys.o pathkeys.c | |
( 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 | |
( cat common/objfiles.txt gist/objfiles.txt hash/objfiles.txt heap/objfiles.txt index/objfiles.txt nbtree/objfiles.txt transam/objfiles.txt gin/objfiles.txt; echo ) >objfiles.txt | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o scansup.o scansup.c | |
make -C replication all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o walsender.o walsender.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_operator.o pg_operator.c | |
( 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/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o portalcmds.o portalcmds.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tidpath.o tidpath.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o bgwriter.o bgwriter.c | |
make -C rewrite all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o rewriteRemove.o rewriteRemove.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o rewriteDefine.o rewriteDefine.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o fork_process.o fork_process.c | |
( 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 | |
make -C plan all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o walreceiverfuncs.o walreceiverfuncs.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o analyzejoins.o analyzejoins.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgarch.o pgarch.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o rewriteHandler.o rewriteHandler.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o walreceiver.o walreceiver.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o createplan.o createplan.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgstat.o pgstat.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o basebackup.o basebackup.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o rewriteManip.o rewriteManip.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o repl_gram.o repl_gram.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o rewriteSupport.o rewriteSupport.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o regerror.o regerror.c | |
( 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/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tstoreReceiver.o tstoreReceiver.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o regexec.o regexec.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o initsplan.o initsplan.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o prepare.o prepare.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o spi.o spi.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o syncrep.o syncrep.c | |
( 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/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o proclang.o proclang.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o planagg.o planagg.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o regfree.o regfree.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o schemacmds.o schemacmds.c | |
( echo src/backend/regex/regcomp.o src/backend/regex/regerror.o src/backend/regex/regexec.o src/backend/regex/regfree.o ) >objfiles.txt | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o postmaster.o postmaster.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o planmain.o planmain.c | |
( 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/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 | |
make -C prep all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o planner.o planner.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o prepjointree.o prepjointree.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o seclabel.o seclabel.c | |
make -C storage all | |
make -C buffer all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o buf_table.o buf_table.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o prepqual.o prepqual.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o buf_init.o buf_init.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o bufmgr.o bufmgr.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o preptlist.o preptlist.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o syslogger.o syslogger.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_proc.o pg_proc.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o prepunion.o prepunion.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o walwriter.o walwriter.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o setrefs.o setrefs.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o freelist.o freelist.c | |
make -C tcop all | |
( 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/syslogger.o src/backend/postmaster/walwriter.o ) >objfiles.txt | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o sequence.o sequence.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dest.o dest.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o localbuf.o localbuf.c | |
( 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 | |
make -C tsearch all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o subselect.o subselect.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ts_locale.o ts_locale.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o fastpath.o fastpath.c | |
( 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 | |
make -C file all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o fd.o fd.c | |
make -C util all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ts_parse.o ts_parse.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o clauses.o clauses.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tablecmds.o tablecmds.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o buffile.o buffile.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_db_role_setting.o pg_db_role_setting.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o wparser.o wparser.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o copydir.o copydir.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o joininfo.o joininfo.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o reinit.o reinit.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o wparser_def.o wparser_def.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pathnode.o pathnode.c | |
( 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 | |
make -C freespace all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o freespace.o freespace.c | |
( 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 | |
make -C utils all | |
make -C adt all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o acl.o acl.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o fsmpage.o fsmpage.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o indexfsm.o indexfsm.c | |
( echo src/backend/storage/freespace/freespace.o src/backend/storage/freespace/fsmpage.o src/backend/storage/freespace/indexfsm.o ) >objfiles.txt | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dict.o dict.c | |
make -C ipc all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ipc.o ipc.c | |
make -C cache all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o attoptcache.o attoptcache.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dict_simple.o dict_simple.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ipci.o ipci.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o catcache.o catcache.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dict_synonym.o dict_synonym.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_shdepend.o pg_shdepend.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pmsignal.o pmsignal.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dict_thesaurus.o dict_thesaurus.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o procarray.o procarray.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o arrayfuncs.o arrayfuncs.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o postgres.o postgres.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dict_ispell.o dict_ispell.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o inval.o inval.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o procsignal.o procsignal.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o regis.o regis.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o plancache.o plancache.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o shmem.o shmem.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tablespace.o tablespace.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o spell.o spell.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o shmqueue.o shmqueue.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o sinval.o sinval.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o relcache.o relcache.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o sinvaladt.o sinvaladt.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o trigger.o trigger.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o standby.o standby.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pquery.o pquery.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o to_tsany.o to_tsany.c | |
( 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 | |
make -C large_object all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o inv_api.o inv_api.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ts_selfuncs.o ts_selfuncs.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o utility.o utility.c | |
( echo src/backend/storage/large_object/inv_api.o ) >objfiles.txt | |
make -C lmgr all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o lmgr.o lmgr.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ts_typanalyze.o ts_typanalyze.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o array_userfuncs.o array_userfuncs.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o lock.o lock.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o arrayutils.o arrayutils.c | |
( 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/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o bool.o bool.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ts_utils.o ts_utils.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o placeholder.o placeholder.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o cash.o cash.c | |
( 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 | |
make -C error all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o assert.o assert.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o proc.o proc.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o plancat.o plancat.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o relmapper.o relmapper.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o elog.o elog.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o char.o char.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o deadlock.o deadlock.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o predtest.o predtest.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o date.o date.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o lwlock.o lwlock.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o relnode.o relnode.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o spin.o spin.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o s_lock.o s_lock.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tsearchcmds.o tsearchcmds.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o predicate.o predicate.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o datetime.o datetime.c | |
( echo src/backend/utils/error/assert.o src/backend/utils/error/elog.o ) >objfiles.txt | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o spccache.o spccache.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_type.o pg_type.c | |
make -C fmgr all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DDLSUFFIX=\".so\" -c -o dfmgr.o dfmgr.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DDLSUFFIX=\".so\" -c -o fmgr.o fmgr.c | |
make -C ../../src/timezone all | |
make -C ../../src/port all | |
( 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 | |
make -C ../backend submake-errcodes | |
make -C page all | |
make[5]: Nothing to be done for `submake-errcodes'. | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o bufpage.o bufpage.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o syscache.o syscache.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o restrictinfo.o restrictinfo.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o lsyscache.o lsyscache.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o itemptr.o itemptr.c | |
( echo src/backend/storage/page/bufpage.o src/backend/storage/page/itemptr.o ) >objfiles.txt | |
make -C smgr all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o md.o md.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o datum.o datum.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o domains.o domains.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o smgr.o smgr.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o enum.o enum.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o smgrtype.o smgrtype.c | |
( echo src/backend/storage/smgr/md.o src/backend/storage/smgr/smgr.o src/backend/storage/smgr/smgrtype.o ) >objfiles.txt | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o float.o float.c | |
( 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/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tlist.o tlist.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o var.o var.c | |
make -C hash all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dynahash.o dynahash.c | |
( 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/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o typecmds.o typecmds.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o storage.o storage.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o hashfn.o hashfn.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o typcache.o typcache.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o toasting.o toasting.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_crc.o pg_crc.c | |
( echo src/backend/utils/hash/dynahash.o src/backend/utils/hash/hashfn.o src/backend/utils/hash/pg_crc.o ) >objfiles.txt | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o user.o user.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DDLSUFFIX=\".so\" -c -o funcapi.o funcapi.c | |
( 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/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_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/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ts_cache.o ts_cache.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o format_type.o format_type.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o geo_ops.o geo_ops.c | |
make -C init all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o globals.o globals.c | |
make -C mb all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o encnames.o encnames.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o miscinit.o miscinit.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o geo_selfuncs.o geo_selfuncs.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o vacuum.o vacuum.c | |
make -C misc all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/usr/local/Cellar/postgresql/9.1.4/etc/krb5.keytab"' -c -o guc.o guc.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o conv.o conv.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o postinit.o postinit.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o mbutils.o mbutils.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o vacuumlazy.o vacuumlazy.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o wchar.o wchar.c | |
( echo src/backend/utils/init/globals.o src/backend/utils/init/miscinit.o src/backend/utils/init/postinit.o ) >objfiles.txt | |
make -C mmgr all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o aset.o aset.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o variable.o variable.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o wstrcmp.o wstrcmp.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o mcxt.o mcxt.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o wstrncmp.o wstrncmp.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o view.o view.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o portalmem.o portalmem.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o int.o int.c | |
( 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/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o int8.o int8.c | |
( 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/dbcommands.o src/backend/commands/define.o src/backend/commands/discard.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/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 | |
( echo src/backend/utils/mmgr/aset.o src/backend/utils/mmgr/mcxt.o src/backend/utils/mmgr/portalmem.o ) >objfiles.txt | |
make -C resowner all | |
make -C sort all | |
( echo src/backend/utils/fmgr/dfmgr.o src/backend/utils/fmgr/fmgr.o src/backend/utils/fmgr/funcapi.o ) >objfiles.txt | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o logtape.o logtape.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o resowner.o resowner.c | |
make -C time all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o combocid.o combocid.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/usr/local/Cellar/postgresql/9.1.4/etc/krb5.keytab"' -c -o help_config.o help_config.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tqual.o tqual.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o like.o like.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tuplesort.o tuplesort.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o lockfuncs.o lockfuncs.c | |
( echo src/backend/utils/resowner/resowner.o ) >objfiles.txt | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/usr/local/Cellar/postgresql/9.1.4/etc/krb5.keytab"' -c -o pg_rusage.o pg_rusage.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tuplestore.o tuplestore.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o snapmgr.o snapmgr.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/usr/local/Cellar/postgresql/9.1.4/etc/krb5.keytab"' -c -o ps_status.o ps_status.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/usr/local/Cellar/postgresql/9.1.4/etc/krb5.keytab"' -c -o superuser.o superuser.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o misc.o misc.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/usr/local/Cellar/postgresql/9.1.4/etc/krb5.keytab"' -c -o tzparser.o tzparser.c | |
( echo src/backend/utils/time/combocid.o src/backend/utils/time/tqual.o src/backend/utils/time/snapmgr.o ) >objfiles.txt | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/usr/local/Cellar/postgresql/9.1.4/etc/krb5.keytab"' -c -o rbtree.o rbtree.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o nabstime.o nabstime.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o fmgrtab.o fmgrtab.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o name.o name.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o numeric.o numeric.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o numutils.o numutils.c | |
( 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/superuser.o src/backend/utils/misc/tzparser.o src/backend/utils/misc/rbtree.o ) >objfiles.txt | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o oid.o oid.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o oracle_compat.o oracle_compat.c | |
( echo src/backend/utils/cache/attoptcache.o src/backend/utils/cache/catcache.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/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pseudotypes.o pseudotypes.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o rowtypes.o rowtypes.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o regexp.o regexp.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o regproc.o regproc.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ruleutils.o ruleutils.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o selfuncs.o selfuncs.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tid.o tid.c | |
( echo src/backend/utils/sort/logtape.o src/backend/utils/sort/tuplesort.o src/backend/utils/sort/tuplestore.o ) >objfiles.txt | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o timestamp.o timestamp.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o varbit.o varbit.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o varchar.o varchar.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o varlena.o varlena.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o version.o version.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o xid.o xid.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o network.o network.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o mac.o mac.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o inet_cidr_ntop.o inet_cidr_ntop.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o inet_net_pton.o inet_net_pton.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ri_triggers.o ri_triggers.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_lzcompress.o pg_lzcompress.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_locale.o pg_locale.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o formatting.o formatting.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ascii.o ascii.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o quote.o quote.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgstatfuncs.o pgstatfuncs.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o encode.o encode.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dbsize.o dbsize.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o genfile.o genfile.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o trigfuncs.o trigfuncs.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tsginidx.o tsginidx.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tsgistidx.o tsgistidx.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tsquery.o tsquery.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tsquery_cleanup.o tsquery_cleanup.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tsquery_gist.o tsquery_gist.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tsquery_op.o tsquery_op.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tsquery_rewrite.o tsquery_rewrite.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tsquery_util.o tsquery_util.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tsrank.o tsrank.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tsvector.o tsvector.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tsvector_op.o tsvector_op.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tsvector_parser.o tsvector_parser.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o txid.o txid.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o uuid.o uuid.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o windowfuncs.o windowfuncs.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o xml.o xml.c | |
( echo src/backend/utils/adt/acl.o src/backend/utils/adt/arrayfuncs.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/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/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 ) >objfiles.txt | |
( 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/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -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/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/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/transam/clog.o access/transam/transam.o access/transam/varsup.o access/transam/xact.o access/transam/xlog.o access/transam/xlogutils.o access/transam/rmgr.o access/transam/slru.o access/transam/subtrans.o access/transam/multixact.o access/transam/twophase.o access/transam/twophase_rmgr.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 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/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_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/dbcommands.o commands/define.o commands/discard.o commands/explain.o commands/extension.o commands/foreigncmds.o commands/functioncmds.o commands/indexcmds.o commands/lockcmds.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/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/dllist.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/syslogger.o postmaster/walwriter.o regex/regcomp.o regex/regerror.o regex/regexec.o regex/regfree.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/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_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/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/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/cache/attoptcache.o utils/cache/catcache.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/hash/pg_crc.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/superuser.o utils/misc/tzparser.o utils/misc/rbtree.o utils/mmgr/aset.o utils/mmgr/mcxt.o utils/mmgr/portalmem.o utils/resowner/resowner.o utils/sort/logtape.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 -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lm -luuid -o postgres | |
/bin/sh ../../config/install-sh -c postgres '/usr/local/Cellar/postgresql/9.1.4/bin/postgres' | |
ln -s postgres '/usr/local/Cellar/postgresql/9.1.4/bin/postmaster' | |
make -C catalog install-data | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql' | |
/bin/sh ../../../config/install-sh -c -m 644 `for f in ./postgres.bki; do test -r $f && echo $f && break; done` '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/postgres.bki' | |
/bin/sh ../../../config/install-sh -c -m 644 `for f in ./postgres.description; do test -r $f && echo $f && break; done` '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/postgres.description' | |
/bin/sh ../../../config/install-sh -c -m 644 `for f in ./postgres.shdescription; do test -r $f && echo $f && break; done` '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/postgres.shdescription' | |
/bin/sh ../../../config/install-sh -c -m 644 ./system_views.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/system_views.sql' | |
/bin/sh ../../../config/install-sh -c -m 644 ./information_schema.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/information_schema.sql' | |
/bin/sh ../../../config/install-sh -c -m 644 ./sql_features.txt '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/sql_features.txt' | |
make -C tsearch install-data | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql' '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/tsearch_data' | |
/bin/sh ../../../config/install-sh -c -m 644 ./synonym_sample.syn ./thesaurus_sample.ths ./hunspell_sample.affix ./ispell_sample.affix ./ispell_sample.dict '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/tsearch_data/' | |
/bin/sh ../../config/install-sh -c -m 644 ./libpq/pg_hba.conf.sample '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/pg_hba.conf.sample' | |
/bin/sh ../../config/install-sh -c -m 644 ./libpq/pg_ident.conf.sample '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/pg_ident.conf.sample' | |
/bin/sh ../../config/install-sh -c -m 644 ./utils/misc/postgresql.conf.sample '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/postgresql.conf.sample' | |
/bin/sh ../../config/install-sh -c -m 644 ./access/transam/recovery.conf.sample '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/recovery.conf.sample' | |
make -C backend/utils/mb/conversion_procs install | |
make -C ascii_and_mic installdirs | |
make -C cyrillic_and_mic installdirs | |
make -C euc_cn_and_mic installdirs | |
make -C euc_jp_and_sjis installdirs | |
make -C euc_kr_and_mic installdirs | |
make -C euc_tw_and_big5 installdirs | |
make -C latin2_and_win1250 installdirs | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
make -C latin_and_mic installdirs | |
make -C utf8_and_ascii installdirs | |
make -C utf8_and_big5 installdirs | |
make -C utf8_and_cyrillic installdirs | |
make -C utf8_and_euc_cn installdirs | |
make -C utf8_and_euc_jp installdirs | |
make -C utf8_and_euc_kr installdirs | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
make -C utf8_and_euc_tw installdirs | |
make -C utf8_and_gb18030 installdirs | |
make -C utf8_and_gbk installdirs | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
make -C utf8_and_iso8859 installdirs | |
make -C utf8_and_iso8859_1 installdirs | |
make -C utf8_and_johab installdirs | |
make -C utf8_and_sjis installdirs | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
make -C utf8_and_win installdirs | |
make -C utf8_and_uhc installdirs | |
make -C utf8_and_euc2004 installdirs | |
make -C utf8_and_sjis2004 installdirs | |
make -C euc2004_sjis2004 installdirs | |
make -C ascii_and_mic install | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
make -C cyrillic_and_mic install | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ascii_and_mic.o ascii_and_mic.c | |
make -C euc_cn_and_mic install | |
make -C euc_jp_and_sjis install | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
make -C euc_kr_and_mic install | |
make -C euc_tw_and_big5 install | |
make -C latin2_and_win1250 install | |
make -C latin_and_mic install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o cyrillic_and_mic.o cyrillic_and_mic.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o euc_cn_and_mic.o euc_cn_and_mic.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o euc_jp_and_sjis.o euc_jp_and_sjis.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o euc_kr_and_mic.o euc_kr_and_mic.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o big5.o big5.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o latin2_and_win1250.o latin2_and_win1250.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o latin_and_mic.o latin_and_mic.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o ascii_and_mic.so ascii_and_mic.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/bin/sh ../../../../../../config/install-sh -c -m 755 ascii_and_mic.so '/usr/local/Cellar/postgresql/9.1.4/lib/ascii_and_mic.so' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o euc_cn_and_mic.so euc_cn_and_mic.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o euc_tw_and_big5.o euc_tw_and_big5.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o latin2_and_win1250.so latin2_and_win1250.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o euc_kr_and_mic.so euc_kr_and_mic.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o latin_and_mic.so latin_and_mic.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
/bin/sh ../../../../../../config/install-sh -c -m 755 euc_cn_and_mic.so '/usr/local/Cellar/postgresql/9.1.4/lib/euc_cn_and_mic.so' | |
/bin/sh ../../../../../../config/install-sh -c -m 755 latin2_and_win1250.so '/usr/local/Cellar/postgresql/9.1.4/lib/latin2_and_win1250.so' | |
make -C utf8_and_ascii install | |
/bin/sh ../../../../../../config/install-sh -c -m 755 euc_kr_and_mic.so '/usr/local/Cellar/postgresql/9.1.4/lib/euc_kr_and_mic.so' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o utf8_and_ascii.o utf8_and_ascii.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o cyrillic_and_mic.so cyrillic_and_mic.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
/bin/sh ../../../../../../config/install-sh -c -m 755 latin_and_mic.so '/usr/local/Cellar/postgresql/9.1.4/lib/latin_and_mic.so' | |
make -C utf8_and_big5 install | |
make -C utf8_and_cyrillic install | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o utf8_and_big5.o utf8_and_big5.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o utf8_and_cyrillic.o utf8_and_cyrillic.c | |
/bin/sh ../../../../../../config/install-sh -c -m 755 cyrillic_and_mic.so '/usr/local/Cellar/postgresql/9.1.4/lib/cyrillic_and_mic.so' | |
make -C utf8_and_euc_cn install | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o utf8_and_euc_cn.o utf8_and_euc_cn.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o euc_tw_and_big5.so big5.o euc_tw_and_big5.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o utf8_and_ascii.so utf8_and_ascii.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o euc_jp_and_sjis.so euc_jp_and_sjis.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
make -C utf8_and_euc_jp install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o utf8_and_euc_jp.o utf8_and_euc_jp.c | |
/bin/sh ../../../../../../config/install-sh -c -m 755 euc_tw_and_big5.so '/usr/local/Cellar/postgresql/9.1.4/lib/euc_tw_and_big5.so' | |
make -C utf8_and_euc_kr install | |
/bin/sh ../../../../../../config/install-sh -c -m 755 euc_jp_and_sjis.so '/usr/local/Cellar/postgresql/9.1.4/lib/euc_jp_and_sjis.so' | |
/bin/sh ../../../../../../config/install-sh -c -m 755 utf8_and_ascii.so '/usr/local/Cellar/postgresql/9.1.4/lib/utf8_and_ascii.so' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o utf8_and_euc_kr.o utf8_and_euc_kr.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o utf8_and_cyrillic.so utf8_and_cyrillic.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
make -C utf8_and_euc_tw install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o utf8_and_euc_tw.o utf8_and_euc_tw.c | |
/bin/sh ../../../../../../config/install-sh -c -m 755 utf8_and_cyrillic.so '/usr/local/Cellar/postgresql/9.1.4/lib/utf8_and_cyrillic.so' | |
make -C utf8_and_gb18030 install | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o utf8_and_gb18030.o utf8_and_gb18030.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
make -C utf8_and_gbk install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o utf8_and_gbk.o utf8_and_gbk.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
make -C utf8_and_iso8859 install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o utf8_and_iso8859.o utf8_and_iso8859.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o utf8_and_euc_cn.so utf8_and_euc_cn.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o utf8_and_iso8859.so utf8_and_iso8859.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
/bin/sh ../../../../../../config/install-sh -c -m 755 utf8_and_euc_cn.so '/usr/local/Cellar/postgresql/9.1.4/lib/utf8_and_euc_cn.so' | |
/bin/sh ../../../../../../config/install-sh -c -m 755 utf8_and_iso8859.so '/usr/local/Cellar/postgresql/9.1.4/lib/utf8_and_iso8859.so' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o utf8_and_euc_kr.so utf8_and_euc_kr.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
make -C utf8_and_iso8859_1 install | |
make -C utf8_and_johab install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o utf8_and_iso8859_1.o utf8_and_iso8859_1.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o utf8_and_johab.o utf8_and_johab.c | |
/bin/sh ../../../../../../config/install-sh -c -m 755 utf8_and_euc_kr.so '/usr/local/Cellar/postgresql/9.1.4/lib/utf8_and_euc_kr.so' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o utf8_and_big5.so utf8_and_big5.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/bin/sh ../../../../../../config/install-sh -c -m 755 utf8_and_big5.so '/usr/local/Cellar/postgresql/9.1.4/lib/utf8_and_big5.so' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
make -C utf8_and_sjis install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o utf8_and_iso8859_1.so utf8_and_iso8859_1.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o utf8_and_sjis.o utf8_and_sjis.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o utf8_and_euc_jp.so utf8_and_euc_jp.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
/bin/sh ../../../../../../config/install-sh -c -m 755 utf8_and_iso8859_1.so '/usr/local/Cellar/postgresql/9.1.4/lib/utf8_and_iso8859_1.so' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
make -C utf8_and_win install | |
/bin/sh ../../../../../../config/install-sh -c -m 755 utf8_and_euc_jp.so '/usr/local/Cellar/postgresql/9.1.4/lib/utf8_and_euc_jp.so' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o utf8_and_win.o utf8_and_win.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
make -C utf8_and_uhc install | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o utf8_and_uhc.o utf8_and_uhc.c | |
make -C utf8_and_euc2004 install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o utf8_and_euc2004.o utf8_and_euc2004.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o utf8_and_win.so utf8_and_win.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
/bin/sh ../../../../../../config/install-sh -c -m 755 utf8_and_win.so '/usr/local/Cellar/postgresql/9.1.4/lib/utf8_and_win.so' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o utf8_and_euc_tw.so utf8_and_euc_tw.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
make -C utf8_and_sjis2004 install | |
/bin/sh ../../../../../../config/install-sh -c -m 755 utf8_and_euc_tw.so '/usr/local/Cellar/postgresql/9.1.4/lib/utf8_and_euc_tw.so' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o utf8_and_sjis2004.o utf8_and_sjis2004.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o utf8_and_sjis.so utf8_and_sjis.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/bin/sh ../../../../../../config/install-sh -c -m 755 utf8_and_sjis.so '/usr/local/Cellar/postgresql/9.1.4/lib/utf8_and_sjis.so' | |
make -C euc2004_sjis2004 install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o euc2004_sjis2004.o euc2004_sjis2004.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o utf8_and_gbk.so utf8_and_gbk.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql' '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/bin/sh ../../../../../../config/install-sh -c -m 755 utf8_and_gbk.so '/usr/local/Cellar/postgresql/9.1.4/lib/utf8_and_gbk.so' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o euc2004_sjis2004.so euc2004_sjis2004.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o utf8_and_johab.so utf8_and_johab.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
/bin/sh ../../../../../../config/install-sh -c -m 755 euc2004_sjis2004.so '/usr/local/Cellar/postgresql/9.1.4/lib/euc2004_sjis2004.so' | |
/bin/sh ../../../../../../config/install-sh -c -m 755 utf8_and_johab.so '/usr/local/Cellar/postgresql/9.1.4/lib/utf8_and_johab.so' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o utf8_and_euc2004.so utf8_and_euc2004.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
/bin/sh ../../../../../../config/install-sh -c -m 755 utf8_and_euc2004.so '/usr/local/Cellar/postgresql/9.1.4/lib/utf8_and_euc2004.so' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o utf8_and_uhc.so utf8_and_uhc.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o utf8_and_sjis2004.so utf8_and_sjis2004.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
/bin/sh ../../../../../../config/install-sh -c -m 755 utf8_and_uhc.so '/usr/local/Cellar/postgresql/9.1.4/lib/utf8_and_uhc.so' | |
/bin/sh ../../../../../../config/install-sh -c -m 755 utf8_and_sjis2004.so '/usr/local/Cellar/postgresql/9.1.4/lib/utf8_and_sjis2004.so' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o utf8_and_gb18030.so utf8_and_gb18030.o -L../../../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../../../src/backend/postgres | |
/bin/sh ../../../../../../config/install-sh -c -m 755 utf8_and_gb18030.so '/usr/local/Cellar/postgresql/9.1.4/lib/utf8_and_gb18030.so' | |
/bin/sh ../../../../../config/install-sh -c -m 644 conversion_create.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql' | |
make -C backend/snowball install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dict_snowball.o dict_snowball.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o api.o ./libstemmer/api.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o utilities.o ./libstemmer/utilities.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_ISO_8859_1_danish.o ./libstemmer/stem_ISO_8859_1_danish.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_ISO_8859_1_dutch.o ./libstemmer/stem_ISO_8859_1_dutch.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_ISO_8859_1_english.o ./libstemmer/stem_ISO_8859_1_english.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_ISO_8859_1_finnish.o ./libstemmer/stem_ISO_8859_1_finnish.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_ISO_8859_1_french.o ./libstemmer/stem_ISO_8859_1_french.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_ISO_8859_1_german.o ./libstemmer/stem_ISO_8859_1_german.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_ISO_8859_1_hungarian.o ./libstemmer/stem_ISO_8859_1_hungarian.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_ISO_8859_1_italian.o ./libstemmer/stem_ISO_8859_1_italian.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_ISO_8859_1_norwegian.o ./libstemmer/stem_ISO_8859_1_norwegian.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_ISO_8859_1_porter.o ./libstemmer/stem_ISO_8859_1_porter.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_ISO_8859_1_portuguese.o ./libstemmer/stem_ISO_8859_1_portuguese.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_ISO_8859_1_spanish.o ./libstemmer/stem_ISO_8859_1_spanish.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_ISO_8859_1_swedish.o ./libstemmer/stem_ISO_8859_1_swedish.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_ISO_8859_2_romanian.o ./libstemmer/stem_ISO_8859_2_romanian.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_KOI8_R_russian.o ./libstemmer/stem_KOI8_R_russian.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_UTF_8_danish.o ./libstemmer/stem_UTF_8_danish.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_UTF_8_dutch.o ./libstemmer/stem_UTF_8_dutch.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_UTF_8_english.o ./libstemmer/stem_UTF_8_english.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_UTF_8_finnish.o ./libstemmer/stem_UTF_8_finnish.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_UTF_8_french.o ./libstemmer/stem_UTF_8_french.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_UTF_8_german.o ./libstemmer/stem_UTF_8_german.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_UTF_8_hungarian.o ./libstemmer/stem_UTF_8_hungarian.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_UTF_8_italian.o ./libstemmer/stem_UTF_8_italian.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_UTF_8_norwegian.o ./libstemmer/stem_UTF_8_norwegian.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_UTF_8_porter.o ./libstemmer/stem_UTF_8_porter.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_UTF_8_portuguese.o ./libstemmer/stem_UTF_8_portuguese.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_UTF_8_romanian.o ./libstemmer/stem_UTF_8_romanian.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_UTF_8_russian.o ./libstemmer/stem_UTF_8_russian.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_UTF_8_spanish.o ./libstemmer/stem_UTF_8_spanish.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_UTF_8_swedish.o ./libstemmer/stem_UTF_8_swedish.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stem_UTF_8_turkish.o ./libstemmer/stem_UTF_8_turkish.c | |
echo '-- Language-specific snowball dictionaries' > snowball_create.sql | |
cat ./snowball_func.sql.in >> snowball_create.sql | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql' '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/tsearch_data' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -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/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../src/backend/postgres | |
/bin/sh ../../../config/install-sh -c -m 755 dict_snowball.so '/usr/local/Cellar/postgresql/9.1.4/lib/dict_snowball.so' | |
/bin/sh ../../../config/install-sh -c -m 644 snowball_create.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql' | |
make -C include install | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/include/libpq' '/usr/local/Cellar/postgresql/9.1.4/include/internal/libpq' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/include/server'/access '/usr/local/Cellar/postgresql/9.1.4/include/server'/bootstrap '/usr/local/Cellar/postgresql/9.1.4/include/server'/catalog '/usr/local/Cellar/postgresql/9.1.4/include/server'/commands '/usr/local/Cellar/postgresql/9.1.4/include/server'/executor '/usr/local/Cellar/postgresql/9.1.4/include/server'/foreign '/usr/local/Cellar/postgresql/9.1.4/include/server'/lib '/usr/local/Cellar/postgresql/9.1.4/include/server'/libpq '/usr/local/Cellar/postgresql/9.1.4/include/server'/mb '/usr/local/Cellar/postgresql/9.1.4/include/server'/nodes '/usr/local/Cellar/postgresql/9.1.4/include/server'/optimizer '/usr/local/Cellar/postgresql/9.1.4/include/server'/parser '/usr/local/Cellar/postgresql/9.1.4/include/server'/postmaster '/usr/local/Cellar/postgresql/9.1.4/include/server'/regex '/usr/local/Cellar/postgresql/9.1.4/include/server'/replication '/usr/local/Cellar/postgresql/9.1.4/include/server'/rewrite '/usr/local/Cellar/postgresql/9.1.4/include/server'/storage '/usr/local/Cellar/postgresql/9.1.4/include/server'/tcop '/usr/local/Cellar/postgresql/9.1.4/include/server'/snowball '/usr/local/Cellar/postgresql/9.1.4/include/server'/snowball/libstemmer '/usr/local/Cellar/postgresql/9.1.4/include/server'/tsearch '/usr/local/Cellar/postgresql/9.1.4/include/server'/tsearch/dicts '/usr/local/Cellar/postgresql/9.1.4/include/server'/utils '/usr/local/Cellar/postgresql/9.1.4/include/server'/port '/usr/local/Cellar/postgresql/9.1.4/include/server'/port/win32 '/usr/local/Cellar/postgresql/9.1.4/include/server'/port/win32_msvc '/usr/local/Cellar/postgresql/9.1.4/include/server'/port/win32_msvc/sys '/usr/local/Cellar/postgresql/9.1.4/include/server'/port/win32/arpa '/usr/local/Cellar/postgresql/9.1.4/include/server'/port/win32/netinet '/usr/local/Cellar/postgresql/9.1.4/include/server'/port/win32/sys '/usr/local/Cellar/postgresql/9.1.4/include/server'/portability | |
/bin/sh ../../config/install-sh -c -m 644 ./postgres_ext.h '/usr/local/Cellar/postgresql/9.1.4/include' | |
/bin/sh ../../config/install-sh -c -m 644 ./libpq/libpq-fs.h '/usr/local/Cellar/postgresql/9.1.4/include/libpq' | |
/bin/sh ../../config/install-sh -c -m 644 pg_config.h '/usr/local/Cellar/postgresql/9.1.4/include' | |
/bin/sh ../../config/install-sh -c -m 644 pg_config_os.h '/usr/local/Cellar/postgresql/9.1.4/include' | |
/bin/sh ../../config/install-sh -c -m 644 ./pg_config_manual.h '/usr/local/Cellar/postgresql/9.1.4/include' | |
/bin/sh ../../config/install-sh -c -m 644 ./c.h '/usr/local/Cellar/postgresql/9.1.4/include/internal' | |
/bin/sh ../../config/install-sh -c -m 644 ./port.h '/usr/local/Cellar/postgresql/9.1.4/include/internal' | |
/bin/sh ../../config/install-sh -c -m 644 ./postgres_fe.h '/usr/local/Cellar/postgresql/9.1.4/include/internal' | |
/bin/sh ../../config/install-sh -c -m 644 ./libpq/pqcomm.h '/usr/local/Cellar/postgresql/9.1.4/include/internal/libpq' | |
/bin/sh ../../config/install-sh -c -m 644 pg_config.h '/usr/local/Cellar/postgresql/9.1.4/include/server' | |
/bin/sh ../../config/install-sh -c -m 644 pg_config_os.h '/usr/local/Cellar/postgresql/9.1.4/include/server' | |
/bin/sh ../../config/install-sh -c -m 644 utils/errcodes.h '/usr/local/Cellar/postgresql/9.1.4/include/server/utils' | |
/bin/sh ../../config/install-sh -c -m 644 utils/fmgroids.h '/usr/local/Cellar/postgresql/9.1.4/include/server/utils' | |
cp ./*.h '/usr/local/Cellar/postgresql/9.1.4/include/server'/ || exit; \ | |
chmod 644 '/usr/local/Cellar/postgresql/9.1.4/include/server'/*.h || exit; \ | |
for dir in access bootstrap catalog commands 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.1.4/include/server'/$dir/ || exit; \ | |
chmod 644 '/usr/local/Cellar/postgresql/9.1.4/include/server'/$dir/*.h || exit; \ | |
done | |
make -C interfaces install | |
make -C libpq install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-auth.o fe-auth.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-connect.o fe-connect.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-exec.o fe-exec.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-misc.o fe-misc.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-print.o fe-print.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-lobj.o fe-lobj.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-protocol2.o fe-protocol2.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-protocol3.o fe-protocol3.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o pqexpbuffer.o pqexpbuffer.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o pqsignal.o pqsignal.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-secure.o fe-secure.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o libpq-events.o libpq-events.c | |
rm -f chklocale.c && ln -s ../../../src/port/chklocale.c . | |
rm -f inet_net_ntop.c && ln -s ../../../src/port/inet_net_ntop.c . | |
rm -f noblock.c && ln -s ../../../src/port/noblock.c . | |
rm -f pgstrcasecmp.c && ln -s ../../../src/port/pgstrcasecmp.c . | |
rm -f thread.c && ln -s ../../../src/port/thread.c . | |
rm -f ip.c && ln -s ../../../src/backend/libpq/ip.c . | |
rm -f md5.c && ln -s ../../../src/backend/libpq/md5.c . | |
rm -f encnames.c && ln -s ../../../src/backend/utils/mb/encnames.c . | |
rm -f wchar.c && ln -s ../../../src/backend/utils/mb/wchar.c . | |
awk '/^[^#]/ {printf "_%s\n",$1}' exports.txt >exports.list | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o chklocale.o chklocale.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o inet_net_ntop.o inet_net_ntop.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o noblock.o noblock.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o pgstrcasecmp.o pgstrcasecmp.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o thread.o thread.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o ip.o ip.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o md5.o md5.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o encnames.o encnames.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o wchar.o wchar.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/include' '/usr/local/Cellar/postgresql/9.1.4/include/internal' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -dynamiclib -install_name '/usr/local/Cellar/postgresql/9.1.4/lib/libpq.5.dylib' -compatibility_version 5 -current_version 5.4 -exported_symbols_list exports.list -multiply_defined suppress -o libpq.5.4.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 pqsignal.o fe-secure.o libpq-events.o chklocale.o inet_net_ntop.o noblock.o pgstrcasecmp.o thread.o ip.o md5.o encnames.o wchar.o -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lssl -lcrypto -lgssapi_krb5 -lpthread | |
ar crs libpq.a 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 pqsignal.o fe-secure.o libpq-events.o chklocale.o inet_net_ntop.o noblock.o pgstrcasecmp.o thread.o ip.o md5.o encnames.o wchar.o | |
ranlib libpq.a | |
/bin/sh ../../../config/install-sh -c -m 644 libpq.a '/usr/local/Cellar/postgresql/9.1.4/lib/libpq.a' | |
rm -f libpq.5.dylib | |
ln -s libpq.5.4.dylib libpq.5.dylib | |
rm -f libpq.dylib | |
ln -s libpq.5.4.dylib libpq.dylib | |
/bin/sh ../../../config/install-sh -c -m 755 libpq.5.4.dylib '/usr/local/Cellar/postgresql/9.1.4/lib/libpq.5.4.dylib' | |
cd '/usr/local/Cellar/postgresql/9.1.4/lib' && \ | |
ranlib libpq.a | |
cd '/usr/local/Cellar/postgresql/9.1.4/lib' && \ | |
rm -f libpq.5.dylib && \ | |
ln -s libpq.5.4.dylib libpq.5.dylib | |
cd '/usr/local/Cellar/postgresql/9.1.4/lib' && \ | |
rm -f libpq.dylib && \ | |
ln -s libpq.5.4.dylib libpq.dylib | |
/bin/sh ../../../config/install-sh -c -m 644 ./libpq-fe.h '/usr/local/Cellar/postgresql/9.1.4/include' | |
/bin/sh ../../../config/install-sh -c -m 644 ./libpq-events.h '/usr/local/Cellar/postgresql/9.1.4/include' | |
/bin/sh ../../../config/install-sh -c -m 644 ./libpq-int.h '/usr/local/Cellar/postgresql/9.1.4/include/internal' | |
/bin/sh ../../../config/install-sh -c -m 644 ./pqexpbuffer.h '/usr/local/Cellar/postgresql/9.1.4/include/internal' | |
/bin/sh ../../../config/install-sh -c -m 644 ./pg_service.conf.sample '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/pg_service.conf.sample' | |
make -C ecpg install | |
make -C include install | |
make -C pgtypeslib install | |
make -C preproc install | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/include' '/usr/local/Cellar/postgresql/9.1.4/include/informix/esql' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/include/utils -I../../../../src/interfaces/libpq -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DSO_MAJOR_VERSION=3 -c -o numeric.o numeric.c | |
/bin/sh ../../../../config/install-sh -c -m 644 ./ecpgerrno.h ./ecpglib.h ./ecpgtype.h ./sqlca.h ./sql3types.h ./ecpg_informix.h ./pgtypes_error.h ./pgtypes_numeric.h ./pgtypes_timestamp.h ./pgtypes_date.h ./pgtypes_interval.h ./sqlda.h ./sqlda-compat.h ./sqlda-native.h '/usr/local/Cellar/postgresql/9.1.4/include/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/include/utils -I../../../../src/interfaces/libpq -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DSO_MAJOR_VERSION=3 -c -o datetime.o datetime.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=7 -DPATCHLEVEL=0 -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o preproc.o preproc.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/include/utils -I../../../../src/interfaces/libpq -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DSO_MAJOR_VERSION=3 -c -o common.o common.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=7 -DPATCHLEVEL=0 -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o type.o type.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/include/utils -I../../../../src/interfaces/libpq -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DSO_MAJOR_VERSION=3 -c -o dt_common.o dt_common.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/include/utils -I../../../../src/interfaces/libpq -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DSO_MAJOR_VERSION=3 -c -o timestamp.o timestamp.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/include/utils -I../../../../src/interfaces/libpq -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DSO_MAJOR_VERSION=3 -c -o interval.o interval.c | |
rm -f pgstrcasecmp.c && ln -s ../../../../src/port/pgstrcasecmp.c . | |
awk '/^[^#]/ {printf "_%s\n",$1}' exports.txt >exports.list | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=7 -DPATCHLEVEL=0 -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ecpg.o ecpg.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/include/utils -I../../../../src/interfaces/libpq -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DSO_MAJOR_VERSION=3 -c -o pgstrcasecmp.o pgstrcasecmp.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=7 -DPATCHLEVEL=0 -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o output.o output.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=7 -DPATCHLEVEL=0 -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o parser.o parser.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=7 -DPATCHLEVEL=0 -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o keywords.o keywords.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=7 -DPATCHLEVEL=0 -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o c_keywords.o c_keywords.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=7 -DPATCHLEVEL=0 -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ecpg_keywords.o ecpg_keywords.c | |
rm -f kwlookup.c && ln -s ../../../../src/backend/parser/kwlookup.c . | |
make -C ../ecpglib/ typename.o | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=7 -DPATCHLEVEL=0 -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o descriptor.o descriptor.c | |
/bin/sh ../../../../config/install-sh -c -m 644 ./datetime.h ./decimal.h ./sqltypes.h '/usr/local/Cellar/postgresql/9.1.4/include/informix/esql/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=7 -DPATCHLEVEL=0 -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o variable.o variable.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o typename.o typename.c | |
make -C ../../../../src/port all | |
make -C ../backend submake-errcodes | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/bin' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=7 -DPATCHLEVEL=0 -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o kwlookup.o kwlookup.c | |
make[6]: Nothing to be done for `submake-errcodes'. | |
/bin/sh ../../../../config/install-sh -c -m 644 ../../../../src/interfaces/ecpg/include/ecpg_config.h '/usr/local/Cellar/postgresql/9.1.4/include' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -dynamiclib -install_name '/usr/local/Cellar/postgresql/9.1.4/lib/libpgtypes.3.dylib' -compatibility_version 3 -current_version 3.2 -exported_symbols_list exports.list -multiply_defined suppress -o libpgtypes.3.2.dylib numeric.o datetime.o common.o dt_common.o timestamp.o interval.o pgstrcasecmp.o -L../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lm | |
ar crs libpgtypes.a numeric.o datetime.o common.o dt_common.o timestamp.o interval.o pgstrcasecmp.o | |
ranlib libpgtypes.a | |
/bin/sh ../../../../config/install-sh -c -m 644 libpgtypes.a '/usr/local/Cellar/postgresql/9.1.4/lib/libpgtypes.a' | |
rm -f libpgtypes.3.dylib | |
ln -s libpgtypes.3.2.dylib libpgtypes.3.dylib | |
rm -f libpgtypes.dylib | |
ln -s libpgtypes.3.2.dylib libpgtypes.dylib | |
/bin/sh ../../../../config/install-sh -c -m 755 libpgtypes.3.2.dylib '/usr/local/Cellar/postgresql/9.1.4/lib/libpgtypes.3.2.dylib' | |
cd '/usr/local/Cellar/postgresql/9.1.4/lib' && \ | |
ranlib libpgtypes.a | |
cd '/usr/local/Cellar/postgresql/9.1.4/lib' && \ | |
rm -f libpgtypes.3.dylib && \ | |
ln -s libpgtypes.3.2.dylib libpgtypes.3.dylib | |
cd '/usr/local/Cellar/postgresql/9.1.4/lib' && \ | |
rm -f libpgtypes.dylib && \ | |
ln -s libpgtypes.3.2.dylib libpgtypes.dylib | |
make -C ecpglib install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o execute.o execute.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o descriptor.o descriptor.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o sqlda.o sqlda.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o data.o data.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o error.o error.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o prepare.o prepare.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o memory.o memory.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o connect.o connect.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o misc.o misc.c | |
rm -f path.c && ln -s ../../../../src/port/path.c . | |
rm -f pgstrcasecmp.c && ln -s ../../../../src/port/pgstrcasecmp.c . | |
rm -f thread.c && ln -s ../../../../src/port/thread.c . | |
make -C ../../../../src/interfaces/libpq all | |
make -C ../../../../src/interfaces/ecpg/pgtypeslib all | |
awk '/^[^#]/ {printf "_%s\n",$1}' exports.txt >exports.list | |
make[5]: Nothing to be done for `all'. | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
make[5]: Nothing to be done for `all'. | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o path.o path.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o pgstrcasecmp.o pgstrcasecmp.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o thread.o thread.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -dynamiclib -install_name '/usr/local/Cellar/postgresql/9.1.4/lib/libecpg.6.dylib' -compatibility_version 6 -current_version 6.3 -exported_symbols_list exports.list -multiply_defined suppress -o libecpg.6.3.dylib execute.o typename.o descriptor.o sqlda.o data.o error.o prepare.o memory.o connect.o misc.o path.o pgstrcasecmp.o thread.o -L../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -L../pgtypeslib -lpgtypes -L../../../../src/interfaces/libpq -lpq -lm -lpthread | |
ar crs libecpg.a execute.o typename.o descriptor.o sqlda.o data.o error.o prepare.o memory.o connect.o misc.o path.o pgstrcasecmp.o thread.o | |
ranlib libecpg.a | |
/bin/sh ../../../../config/install-sh -c -m 644 libecpg.a '/usr/local/Cellar/postgresql/9.1.4/lib/libecpg.a' | |
rm -f libecpg.6.dylib | |
ln -s libecpg.6.3.dylib libecpg.6.dylib | |
rm -f libecpg.dylib | |
ln -s libecpg.6.3.dylib libecpg.dylib | |
/bin/sh ../../../../config/install-sh -c -m 755 libecpg.6.3.dylib '/usr/local/Cellar/postgresql/9.1.4/lib/libecpg.6.3.dylib' | |
cd '/usr/local/Cellar/postgresql/9.1.4/lib' && \ | |
ranlib libecpg.a | |
cd '/usr/local/Cellar/postgresql/9.1.4/lib' && \ | |
rm -f libecpg.6.dylib && \ | |
ln -s libecpg.6.3.dylib libecpg.6.dylib | |
cd '/usr/local/Cellar/postgresql/9.1.4/lib' && \ | |
rm -f libecpg.dylib && \ | |
ln -s libecpg.6.3.dylib libecpg.dylib | |
make -C compatlib install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/include/utils -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DSO_MAJOR_VERSION=3 -c -o informix.o informix.c | |
make -C ../../../../src/interfaces/ecpg/ecpglib all | |
make -C ../../../../src/interfaces/ecpg/pgtypeslib all | |
awk '/^[^#]/ {printf "_%s\n",$1}' exports.txt >exports.list | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
make -C ../../../../src/interfaces/libpq all | |
make -C ../../../../src/interfaces/ecpg/pgtypeslib all | |
make[5]: Nothing to be done for `all'. | |
make[6]: Nothing to be done for `all'. | |
make[6]: Nothing to be done for `all'. | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -dynamiclib -install_name '/usr/local/Cellar/postgresql/9.1.4/lib/libecpg_compat.3.dylib' -compatibility_version 3 -current_version 3.3 -exported_symbols_list exports.list -multiply_defined suppress -o libecpg_compat.3.3.dylib informix.o -L../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes -L../../../../src/interfaces/libpq -lpq -lm -lpthread | |
ar crs libecpg_compat.a informix.o | |
ranlib libecpg_compat.a | |
/bin/sh ../../../../config/install-sh -c -m 644 libecpg_compat.a '/usr/local/Cellar/postgresql/9.1.4/lib/libecpg_compat.a' | |
rm -f libecpg_compat.3.dylib | |
ln -s libecpg_compat.3.3.dylib libecpg_compat.3.dylib | |
rm -f libecpg_compat.dylib | |
ln -s libecpg_compat.3.3.dylib libecpg_compat.dylib | |
/bin/sh ../../../../config/install-sh -c -m 755 libecpg_compat.3.3.dylib '/usr/local/Cellar/postgresql/9.1.4/lib/libecpg_compat.3.3.dylib' | |
cd '/usr/local/Cellar/postgresql/9.1.4/lib' && \ | |
ranlib libecpg_compat.a | |
cd '/usr/local/Cellar/postgresql/9.1.4/lib' && \ | |
rm -f libecpg_compat.3.dylib && \ | |
ln -s libecpg_compat.3.3.dylib libecpg_compat.3.dylib | |
cd '/usr/local/Cellar/postgresql/9.1.4/lib' && \ | |
rm -f libecpg_compat.dylib && \ | |
ln -s libecpg_compat.3.3.dylib libecpg_compat.dylib | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -L../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs preproc.o type.o ecpg.o output.o parser.o keywords.o c_keywords.o ecpg_keywords.o kwlookup.o ../ecpglib/typename.o descriptor.o variable.o -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -lpthread -o ecpg | |
/bin/sh ../../../../config/install-sh -c ecpg '/usr/local/Cellar/postgresql/9.1.4/bin' | |
make -C backend/replication/libpqwalreceiver install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I../../../../src/interfaces/libpq -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o libpqwalreceiver.o libpqwalreceiver.c | |
make -C ../../../../src/interfaces/libpq all | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
make[3]: Nothing to be done for `all'. | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o libpqwalreceiver.so libpqwalreceiver.o -L../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -L../../../../src/interfaces/libpq -lpq -bundle_loader ../../../../src/backend/postgres | |
/bin/sh ../../../../config/install-sh -c -m 755 libpqwalreceiver.so '/usr/local/Cellar/postgresql/9.1.4/lib/libpqwalreceiver.so' | |
make -C bin install | |
make -C initdb install | |
make -C pg_ctl install | |
make -C pg_dump install | |
make -C psql install | |
make -C scripts install | |
make -C pg_config install | |
make -C pg_controldata install | |
make -C pg_resetxlog install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DDEF_PGPORT=5432 -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_ctl.o pg_ctl.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DFRONTEND -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o initdb.o initdb.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_controldata.o pg_controldata.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -DVAL_CONFIGURE="\"'--disable-debug' '--prefix=/usr/local/Cellar/postgresql/9.1.4' '--datadir=/usr/local/Cellar/postgresql/9.1.4/share/postgresql' '--docdir=/usr/local/Cellar/postgresql/9.1.4/share/doc/postgresql' '--enable-thread-safety' '--with-bonjour' '--with-gssapi' '--with-krb5' '--with-openssl' '--with-libxml' '--with-libxslt' '--with-ossp-uuid' '--with-python' '--with-perl' 'ARCHFLAGS='\''-arch x86_64'\''' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include' 'LDFLAGS=-L/usr/local/Cell/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_dump.o pg_dump.c | |
ar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib' 'LIBS=-luuid' 'CPPFLAGS=-I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2'\"" -DVAL_CC="\"/usr/bin/clang\"" -DVAL_CPPFLAGS="\"-I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2\"" -DVAL_CFLAGS="\"-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard\"" -DVAL_CFLAGS_SL="\"\"" -DVAL_LDFLAGS="\"-L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid\"" -c -o pg_config.o pg_config.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o createdb.o createdb.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_resetxlog.o pg_resetxlog.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o command.o command.c | |
rm -f pg_crc.c && ln -s ../../../src/backend/utils/hash/pg_crc.c . | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o common.o common.c | |
make -C ../../../src/port all | |
make -C ../backend submake-errcodes | |
make -C ../../../src/port all | |
make -C ../backend submake-errcodes | |
make[5]: Nothing to be done for `submake-errcodes'. | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/bin' | |
make[5]: Nothing to be done for `submake-errcodes'. | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/bin' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_crc.o pg_crc.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard pg_config.o -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o pg_config | |
/bin/sh ../../../config/install-sh -c -m 755 pg_config '/usr/local/Cellar/postgresql/9.1.4/bin/pg_config' | |
rm -f dumputils.c && ln -s ../../../src/bin/pg_dump/dumputils.c . | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard pg_controldata.o pg_crc.o -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o pg_controldata | |
rm -f kwlookup.c && ln -s ../../../src/backend/parser/kwlookup.c . | |
rm -f keywords.c && ln -s ../../../src/bin/pg_dump/keywords.c . | |
make -C ../../../src/interfaces/libpq all | |
make -C ../../../src/interfaces/libpq all | |
make -C pg_basebackup install | |
/bin/sh ../../../config/install-sh -c pg_controldata '/usr/local/Cellar/postgresql/9.1.4/bin/pg_controldata' | |
make[4]: Nothing to be done for `all'. | |
rm -f pg_crc.c && ln -s ../../../src/backend/utils/hash/pg_crc.c . | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_basebackup.o pg_basebackup.c | |
make -C ../../../src/port all | |
make[4]: Nothing to be done for `all'. | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o createlang.o createlang.c | |
make -C ../backend submake-errcodes | |
make -C ../../../src/port all | |
make[5]: Nothing to be done for `submake-errcodes'. | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/bin' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard pg_ctl.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o pg_ctl | |
make -C ../backend submake-errcodes | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o common.o common.c | |
make[5]: Nothing to be done for `submake-errcodes'. | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/bin' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_crc.o pg_crc.c | |
/bin/sh ../../../config/install-sh -c pg_ctl '/usr/local/Cellar/postgresql/9.1.4/bin/pg_ctl' | |
rm -f print.c && ln -s ../../../src/bin/psql/print.c . | |
rm -f encnames.c && ln -s ../../../src/backend/utils/mb/encnames.c . | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard pg_resetxlog.o pg_crc.o -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o pg_resetxlog | |
rm -f pqsignal.c && ln -s ../../../src/interfaces/libpq/pqsignal.c . | |
rm -f mbprint.c && ln -s ../../../src/bin/psql/mbprint.c . | |
/bin/sh ../../../config/install-sh -c pg_resetxlog '/usr/local/Cellar/postgresql/9.1.4/bin/pg_resetxlog' | |
make -C ../../../src/port all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o createuser.o createuser.c | |
make -C ../backend submake-errcodes | |
make[5]: Nothing to be done for `submake-errcodes'. | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o common.o common.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dropdb.o dropdb.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/bin' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DFRONTEND -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o encnames.o encnames.c | |
make -C ../../../src/interfaces/libpq all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o droplang.o droplang.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dropuser.o dropuser.c | |
make[4]: Nothing to be done for `all'. | |
make -C ../../../src/port all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o clusterdb.o clusterdb.c | |
make -C ../backend submake-errcodes | |
make[5]: Nothing to be done for `submake-errcodes'. | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/bin' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard pg_basebackup.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o pg_basebackup | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DFRONTEND -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pqsignal.o pqsignal.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o help.o help.c | |
/bin/sh ../../../config/install-sh -c pg_basebackup '/usr/local/Cellar/postgresql/9.1.4/bin/pg_basebackup' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o input.o input.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_dump_sort.o pg_dump_sort.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard initdb.o encnames.o pqsignal.o -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o initdb | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o vacuumdb.o vacuumdb.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_backup_archiver.o pg_backup_archiver.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o reindexdb.o reindexdb.c | |
/bin/sh ../../../config/install-sh -c initdb '/usr/local/Cellar/postgresql/9.1.4/bin/initdb' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_backup_db.o pg_backup_db.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/bin' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dumputils.o dumputils.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o kwlookup.o kwlookup.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_backup_custom.o pg_backup_custom.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o stringutils.o stringutils.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_backup_files.o pg_backup_files.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o keywords.o keywords.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o mainloop.o mainloop.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_backup_null.o pg_backup_null.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o print.o print.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_backup_tar.o pg_backup_tar.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_backup_directory.o pg_backup_directory.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dumputils.o dumputils.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o mbprint.o mbprint.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o compress_io.o compress_io.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard createuser.o common.o dumputils.o kwlookup.o keywords.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o createuser | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard dropdb.o common.o dumputils.o kwlookup.o keywords.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o dropdb | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o keywords.o keywords.c | |
rm -f kwlookup.c && ln -s ../../../src/backend/parser/kwlookup.c . | |
make -C ../../../src/interfaces/libpq all | |
make[4]: Nothing to be done for `all'. | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard dropuser.o common.o dumputils.o kwlookup.o keywords.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o dropuser | |
make -C ../../../src/port all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard clusterdb.o common.o dumputils.o kwlookup.o keywords.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o clusterdb | |
make -C ../backend submake-errcodes | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_restore.o pg_restore.c | |
make[5]: Nothing to be done for `submake-errcodes'. | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_dumpall.o pg_dumpall.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard vacuumdb.o common.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o vacuumdb | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard reindexdb.o common.o dumputils.o kwlookup.o keywords.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o reindexdb | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/bin' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o copy.o copy.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o startup.o startup.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/interfaces/libpq -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o kwlookup.o kwlookup.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o prompt.o prompt.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard createdb.o common.o dumputils.o kwlookup.o keywords.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o createdb | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o variables.o variables.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard pg_restore.o keywords.o kwlookup.o pg_backup_archiver.o pg_backup_db.o pg_backup_custom.o pg_backup_files.o pg_backup_null.o pg_backup_tar.o pg_backup_directory.o dumputils.o compress_io.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o pg_restore | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o large_obj.o large_obj.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o print.o print.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o describe.o describe.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tab-complete.o tab-complete.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard createlang.o common.o print.o mbprint.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o createlang | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard droplang.o common.o print.o mbprint.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o droplang | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o mbprint.o mbprint.c | |
rm -f dumputils.c && ln -s ../../../src/bin/pg_dump/dumputils.c . | |
rm -f keywords.c && ln -s ../../../src/bin/pg_dump/keywords.c . | |
rm -f kwlookup.c && ln -s ../../../src/backend/parser/kwlookup.c . | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard pg_dumpall.o dumputils.o keywords.o kwlookup.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o pg_dumpall | |
/bin/sh ../../../config/install-sh -c createdb '/usr/local/Cellar/postgresql/9.1.4/bin'/createdb | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o sql_help.o sql_help.c | |
make -C ../../../src/interfaces/libpq all | |
/bin/sh ../../../config/install-sh -c dropdb '/usr/local/Cellar/postgresql/9.1.4/bin'/dropdb | |
make[4]: Nothing to be done for `all'. | |
make -C ../../../src/port all | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/bin' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dumputils.o dumputils.c | |
make -C ../backend submake-errcodes | |
make[5]: Nothing to be done for `submake-errcodes'. | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o keywords.o keywords.c | |
/bin/sh ../../../config/install-sh -c createlang '/usr/local/Cellar/postgresql/9.1.4/bin'/createlang | |
/bin/sh ../../../config/install-sh -c droplang '/usr/local/Cellar/postgresql/9.1.4/bin'/droplang | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o kwlookup.o kwlookup.c | |
/bin/sh ../../../config/install-sh -c createuser '/usr/local/Cellar/postgresql/9.1.4/bin'/createuser | |
/bin/sh ../../../config/install-sh -c dropuser '/usr/local/Cellar/postgresql/9.1.4/bin'/dropuser | |
/bin/sh ../../../config/install-sh -c clusterdb '/usr/local/Cellar/postgresql/9.1.4/bin'/clusterdb | |
/bin/sh ../../../config/install-sh -c vacuumdb '/usr/local/Cellar/postgresql/9.1.4/bin'/vacuumdb | |
/bin/sh ../../../config/install-sh -c reindexdb '/usr/local/Cellar/postgresql/9.1.4/bin'/reindexdb | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard command.o common.o help.o input.o stringutils.o mainloop.o copy.o startup.o prompt.o variables.o large_obj.o print.o describe.o tab-complete.o mbprint.o dumputils.o keywords.o kwlookup.o sql_help.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o psql | |
/bin/sh ../../../config/install-sh -c psql '/usr/local/Cellar/postgresql/9.1.4/bin/psql' | |
/bin/sh ../../../config/install-sh -c -m 644 ./psqlrc.sample '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/psqlrc.sample' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard pg_dump.o common.o pg_dump_sort.o keywords.o kwlookup.o pg_backup_archiver.o pg_backup_db.o pg_backup_custom.o pg_backup_files.o pg_backup_null.o pg_backup_tar.o pg_backup_directory.o dumputils.o compress_io.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o pg_dump | |
/bin/sh ../../../config/install-sh -c pg_dump '/usr/local/Cellar/postgresql/9.1.4/bin'/pg_dump | |
/bin/sh ../../../config/install-sh -c pg_restore '/usr/local/Cellar/postgresql/9.1.4/bin'/pg_restore | |
/bin/sh ../../../config/install-sh -c pg_dumpall '/usr/local/Cellar/postgresql/9.1.4/bin'/pg_dumpall | |
make -C pl install | |
make -C plpgsql install | |
make -C plperl install | |
make -C plpython install | |
make -C src install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I/usr/local/Cellar/python/2.7.3/include/python2.7 -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o plpython.o plpython.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pl_gram.o pl_gram.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pl_handler.o pl_handler.c | |
/bin/sh ../../../config/install-sh -c -m 644 ./plpython2u.control ./plpython2u--1.0.sql ./plpython2u--unpackaged--1.0.sql ./plpythonu.control ./plpythonu--1.0.sql ./plpythonu--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pl_comp.o pl_comp.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pl_exec.o pl_exec.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pl_funcs.o pl_funcs.c | |
'/usr/bin/perl' ./text2macro.pl --strip='^(\#.*|\s*)$' plc_perlboot.pl plc_trusted.pl > perlchunks.h | |
'/usr/bin/perl' plperl_opmask.pl plperl_opmask.h | |
'/usr/bin/perl' /System/Library/Perl/5.12/ExtUtils/xsubpp -typemap /System/Library/Perl/5.12/ExtUtils/typemap SPI.xs >SPI.c | |
'/usr/bin/perl' /System/Library/Perl/5.12/ExtUtils/xsubpp -typemap /System/Library/Perl/5.12/ExtUtils/typemap Util.xs >Util.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pl_scanner.o pl_scanner.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE -c -o plperl.o plperl.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE -c -o SPI.o SPI.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/bin/sh ../../../../config/install-sh -c -m 644 ./plpgsql.control ./plpgsql--1.0.sql ./plpgsql--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE -c -o Util.o Util.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/bin/sh ../../../config/install-sh -c -m 644 ./plperl.control ./plperl--1.0.sql ./plperl--unpackaged--1.0.sql ./plperlu.control ./plperlu--1.0.sql ./plperlu--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o plpgsql.so pl_gram.o pl_handler.o pl_comp.o pl_exec.o pl_funcs.o pl_scanner.o -L../../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../../src/backend/postgres | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o plpython2.so plpython.o -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -L/usr/local/Cellar/python/2.7.3/lib/python2.7/config -lpython2.7 -bundle_loader ../../../src/backend/postgres | |
/bin/sh ../../../../config/install-sh -c -m 755 plpgsql.so '/usr/local/Cellar/postgresql/9.1.4/lib/plpgsql.so' | |
/bin/sh ../../../config/install-sh -c -m 755 plpython2.so '/usr/local/Cellar/postgresql/9.1.4/lib/plpython2.so' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o plperl.so plperl.o SPI.o Util.o -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs '-arch x86_64' -fstack-protector -L/usr/local/lib -L/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE -lperl -ldl -lm -lutil -lc -bundle_loader ../../../src/backend/postgres | |
/bin/sh ../../../config/install-sh -c -m 755 plperl.so '/usr/local/Cellar/postgresql/9.1.4/lib/plperl.so' | |
make -C makefiles install | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib/pgxs/src/makefiles' | |
/bin/sh ../../config/install-sh -c -m 644 ./pgxs.mk '/usr/local/Cellar/postgresql/9.1.4/lib/pgxs/src/makefiles/' | |
make -C test/regress install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../../src/port '-DHOST_TUPLE="x86_64-apple-darwin12.0.0"' '-DMAKEPROG="make"' '-DSHELLPROG="/bin/sh"' '-DDLSUFFIX=".so"' -c -o pg_regress.o pg_regress.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_regress_main.o pg_regress_main.c | |
make -C ../../../src/port all | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o regress.o regress.c | |
make -C ../../../contrib/spi refint.so | |
make -C ../../../contrib/spi autoinc.so | |
make -C ../../../contrib/dummy_seclabel dummy_seclabel.so | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib/pgxs/src/test/regress' | |
make -C ../backend submake-errcodes | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DREFINT_VERBOSE -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o refint.o refint.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dummy_seclabel.o dummy_seclabel.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DREFINT_VERBOSE -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o autoinc.o autoinc.c | |
make[4]: Nothing to be done for `submake-errcodes'. | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle -bundle_loader ../../src/backend/postgres -o dummy_seclabel.so dummy_seclabel.o | |
rm dummy_seclabel.o | |
cp ../../../contrib/dummy_seclabel/dummy_seclabel.so dummy_seclabel.so | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -L../../src/port -lpgport -bundle -bundle_loader ../../src/backend/postgres -o autoinc.so autoinc.o | |
rm autoinc.o | |
cp ../../../contrib/spi/autoinc.so autoinc.so | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -L../../src/port -lpgport -bundle -bundle_loader ../../src/backend/postgres -o refint.so refint.o | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o regress.so regress.o -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../../src/backend/postgres | |
rm refint.o | |
cp ../../../contrib/spi/refint.so refint.so | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard pg_regress.o pg_regress_main.o -L../../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o pg_regress | |
/bin/sh ../../../config/install-sh -c pg_regress '/usr/local/Cellar/postgresql/9.1.4/lib/pgxs/src/test/regress/pg_regress' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib/pgxs/src' | |
/bin/sh ../config/install-sh -c -m 644 Makefile.global '/usr/local/Cellar/postgresql/9.1.4/lib/pgxs/src/Makefile.global' | |
/bin/sh ../config/install-sh -c -m 644 Makefile.port '/usr/local/Cellar/postgresql/9.1.4/lib/pgxs/src/Makefile.port' | |
/bin/sh ../config/install-sh -c -m 644 ./Makefile.shlib '/usr/local/Cellar/postgresql/9.1.4/lib/pgxs/src/Makefile.shlib' | |
/bin/sh ../config/install-sh -c -m 644 ./nls-global.mk '/usr/local/Cellar/postgresql/9.1.4/lib/pgxs/src/nls-global.mk' | |
make -C contrib install | |
make -C adminpack install | |
make -C auth_delay install | |
make -C auto_explain install | |
make -C btree_gin install | |
make -C btree_gist install | |
make -C chkpass install | |
make -C citext install | |
make -C cube install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o auth_delay.o auth_delay.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o citext.o citext.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o auto_explain.o auto_explain.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o adminpack.o adminpack.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o btree_gin.o btree_gin.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o chkpass.o chkpass.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o cube.o cube.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o btree_gist.o btree_gist.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o chkpass.so chkpass.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../src/backend/postgres | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o btree_utils_num.o btree_utils_num.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o auto_explain.so auto_explain.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../src/backend/postgres | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/bin/sh ../../config/install-sh -c -m 755 chkpass.so '/usr/local/Cellar/postgresql/9.1.4/lib/chkpass.so' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle -bundle_loader ../../src/backend/postgres -o citext.so citext.o | |
/bin/sh ../../config/install-sh -c -m 755 auto_explain.so '/usr/local/Cellar/postgresql/9.1.4/lib/auto_explain.so' | |
/bin/sh ../../config/install-sh -c -m 644 ./chkpass.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/bin/sh ../../config/install-sh -c -m 644 ./citext.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o adminpack.so adminpack.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../src/backend/postgres | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle -bundle_loader ../../src/backend/postgres -o auth_delay.so auth_delay.o | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o cubeparse.o cubeparse.c | |
/bin/sh ../../config/install-sh -c -m 644 ./chkpass--1.0.sql ./chkpass--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/bin/sh ../../config/install-sh -c -m 644 ./citext--1.0.sql ./citext--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/bin/sh ../../config/install-sh -c -m 755 auth_delay.so '/usr/local/Cellar/postgresql/9.1.4/lib/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o btree_utils_var.o btree_utils_var.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/bin/sh ../../config/install-sh -c -m 755 adminpack.so '/usr/local/Cellar/postgresql/9.1.4/lib/adminpack.so' | |
rm auth_delay.o | |
make -C dblink install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dblink.o dblink.c | |
/bin/sh ../../config/install-sh -c -m 644 ./adminpack.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
make -C ../../src/interfaces/libpq all | |
/bin/sh ../../config/install-sh -c -m 755 citext.so '/usr/local/Cellar/postgresql/9.1.4/lib/' | |
make[3]: Nothing to be done for `all'. | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/bin/sh ../../config/install-sh -c -m 644 ./adminpack--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
rm citext.o | |
make -C dict_int install | |
make -C dict_xsyn install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dict_int.o dict_int.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dict_xsyn.o dict_xsyn.c | |
make -C dummy_seclabel install | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/bin/sh ../../config/install-sh -c -m 755 dummy_seclabel.so '/usr/local/Cellar/postgresql/9.1.4/lib/' | |
make -C earthdistance install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o earthdistance.o earthdistance.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o btree_gin.so btree_gin.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../src/backend/postgres | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
make -C file_fdw install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o dict_int.so dict_int.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../src/backend/postgres | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o file_fdw.o file_fdw.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o btree_int2.o btree_int2.c | |
/bin/sh ../../config/install-sh -c -m 755 btree_gin.so '/usr/local/Cellar/postgresql/9.1.4/lib/btree_gin.so' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/bin/sh ../../config/install-sh -c -m 755 dict_int.so '/usr/local/Cellar/postgresql/9.1.4/lib/dict_int.so' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o dict_xsyn.so dict_xsyn.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../src/backend/postgres | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lm -bundle -bundle_loader ../../src/backend/postgres -o earthdistance.so earthdistance.o | |
/bin/sh ../../config/install-sh -c -m 644 ./btree_gin.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/bin/sh ../../config/install-sh -c -m 644 ./dict_int.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/bin/sh ../../config/install-sh -c -m 644 ./earthdistance.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/tsearch_data' | |
/bin/sh ../../config/install-sh -c -m 644 ./btree_gin--1.0.sql ./btree_gin--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/bin/sh ../../config/install-sh -c -m 755 dict_xsyn.so '/usr/local/Cellar/postgresql/9.1.4/lib/dict_xsyn.so' | |
/bin/sh ../../config/install-sh -c -m 644 ./dict_int--1.0.sql ./dict_int--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o cube.so cube.o cubeparse.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lm -bundle_loader ../../src/backend/postgres | |
/bin/sh ../../config/install-sh -c -m 644 ./earthdistance--1.0.sql ./earthdistance--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o btree_int4.o btree_int4.c | |
/bin/sh ../../config/install-sh -c -m 644 ./dict_xsyn.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/bin/sh ../../config/install-sh -c -m 755 cube.so '/usr/local/Cellar/postgresql/9.1.4/lib/cube.so' | |
make -C fuzzystrmatch install | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/bin/sh ../../config/install-sh -c -m 644 ./dict_xsyn--1.0.sql ./dict_xsyn--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
make -C hstore install | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o fuzzystrmatch.o fuzzystrmatch.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle -bundle_loader ../../src/backend/postgres -o file_fdw.so file_fdw.o | |
/bin/sh ../../config/install-sh -c -m 755 earthdistance.so '/usr/local/Cellar/postgresql/9.1.4/lib/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o hstore_io.o hstore_io.c | |
/bin/sh ../../config/install-sh -c -m 644 ./cube.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/bin/sh ../../config/install-sh -c -m 644 ./file_fdw.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
rm earthdistance.o | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o btree_int8.o btree_int8.c | |
/bin/sh ../../config/install-sh -c -m 644 ./xsyn_sample.rules '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/tsearch_data/' | |
/bin/sh ../../config/install-sh -c -m 644 ./cube--1.0.sql ./cube--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
make -C intagg install | |
/bin/sh ../../config/install-sh -c -m 644 ./file_fdw--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
make -C intarray install | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/bin/sh ../../config/install-sh -c -m 644 ./intagg.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o _int_bool.o _int_bool.c | |
/bin/sh ../../config/install-sh -c -m 755 file_fdw.so '/usr/local/Cellar/postgresql/9.1.4/lib/' | |
make -C isn install | |
/bin/sh ../../config/install-sh -c -m 644 ./intagg--1.0.sql ./intagg--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o isn.o isn.c | |
rm file_fdw.o | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o hstore_op.o hstore_op.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o btree_float4.o btree_float4.c | |
make -C lo install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o lo.o lo.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o dblink.so dblink.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -L../../src/interfaces/libpq -lpq -bundle_loader ../../src/backend/postgres | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o btree_float8.o btree_float8.c | |
/bin/sh ../../config/install-sh -c -m 755 dblink.so '/usr/local/Cellar/postgresql/9.1.4/lib/dblink.so' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dmetaphone.o dmetaphone.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o _int_gist.o _int_gist.c | |
/bin/sh ../../config/install-sh -c -m 644 ./dblink.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle -bundle_loader ../../src/backend/postgres -o lo.so lo.o | |
/bin/sh ../../config/install-sh -c -m 644 ./dblink--1.0.sql ./dblink--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/bin/sh ../../config/install-sh -c -m 644 ./lo.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o hstore_gist.o hstore_gist.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o btree_cash.o btree_cash.c | |
make -C ltree install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DLOWER_NODE -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ltree_io.o ltree_io.c | |
/bin/sh ../../config/install-sh -c -m 644 ./lo--1.0.sql ./lo--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle -bundle_loader ../../src/backend/postgres -o isn.so isn.o | |
/bin/sh ../../config/install-sh -c -m 755 lo.so '/usr/local/Cellar/postgresql/9.1.4/lib/' | |
/bin/sh ../../config/install-sh -c -m 644 ./isn.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
rm lo.o | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
make -C oid2name install | |
/bin/sh ../../config/install-sh -c -m 644 ./isn--1.0.sql ./isn--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o btree_oid.o btree_oid.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o _int_op.o _int_op.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o oid2name.o oid2name.c | |
/bin/sh ../../config/install-sh -c -m 755 isn.so '/usr/local/Cellar/postgresql/9.1.4/lib/' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o btree_ts.o btree_ts.c | |
rm isn.o | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/bin' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DLOWER_NODE -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ltree_op.o ltree_op.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o btree_time.o btree_time.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o hstore_gin.o hstore_gin.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o _int_tool.o _int_tool.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard oid2name.o -L../../src/port -lpgport -L../../src/interfaces/libpq -lpq -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o oid2name | |
/bin/sh ../../config/install-sh -c oid2name '/usr/local/Cellar/postgresql/9.1.4/bin' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o fuzzystrmatch.so fuzzystrmatch.o dmetaphone.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../src/backend/postgres | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o hstore_compat.o hstore_compat.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o btree_date.o btree_date.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o _intbig_gist.o _intbig_gist.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o btree_interval.o btree_interval.c | |
make -C pageinspect install | |
/bin/sh ../../config/install-sh -c -m 755 fuzzystrmatch.so '/usr/local/Cellar/postgresql/9.1.4/lib/fuzzystrmatch.so' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o rawpage.o rawpage.c | |
/bin/sh ../../config/install-sh -c -m 644 ./fuzzystrmatch.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/bin/sh ../../config/install-sh -c -m 644 ./fuzzystrmatch--1.0.sql ./fuzzystrmatch--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o btree_macaddr.o btree_macaddr.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o btree_inet.o btree_inet.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o crc32.o crc32.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DLOWER_NODE -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o lquery_op.o lquery_op.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o btree_text.o btree_text.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DLOWER_NODE -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o _ltree_op.o _ltree_op.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o hstore.so hstore_io.o hstore_op.o hstore_gist.o hstore_gin.o hstore_compat.o crc32.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../src/backend/postgres | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o heapfuncs.o heapfuncs.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o _int_gin.o _int_gin.c | |
/bin/sh ../../config/install-sh -c -m 755 hstore.so '/usr/local/Cellar/postgresql/9.1.4/lib/hstore.so' | |
make -C passwordcheck install | |
/bin/sh ../../config/install-sh -c -m 644 ./hstore.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o passwordcheck.o passwordcheck.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o btreefuncs.o btreefuncs.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o btree_bytea.o btree_bytea.c | |
/bin/sh ../../config/install-sh -c -m 644 ./hstore--1.0.sql ./hstore--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o btree_bit.o btree_bit.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o _int.so _int_bool.o _int_gist.o _int_op.o _int_tool.o _intbig_gist.o _int_gin.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../src/backend/postgres | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o fsmfuncs.o fsmfuncs.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DLOWER_NODE -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o crc32.o crc32.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o passwordcheck.so passwordcheck.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../src/backend/postgres | |
make -C pg_archivecleanup install | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_archivecleanup.o pg_archivecleanup.c | |
/bin/sh ../../config/install-sh -c -m 755 _int.so '/usr/local/Cellar/postgresql/9.1.4/lib/_int.so' | |
/bin/sh ../../config/install-sh -c -m 755 passwordcheck.so '/usr/local/Cellar/postgresql/9.1.4/lib/passwordcheck.so' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DLOWER_NODE -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ltxtquery_io.o ltxtquery_io.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o btree_numeric.o btree_numeric.c | |
/bin/sh ../../config/install-sh -c -m 644 ./intarray.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
make -C pg_buffercache install | |
make -C pg_freespacemap install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_freespacemap.o pg_freespacemap.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_buffercache_pages.o pg_buffercache_pages.c | |
/bin/sh ../../config/install-sh -c -m 644 ./intarray--1.0.sql ./intarray--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/bin' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DLOWER_NODE -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ltxtquery_op.o ltxtquery_op.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard pg_archivecleanup.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o pg_archivecleanup | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o pageinspect.so rawpage.o heapfuncs.o btreefuncs.o fsmfuncs.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../src/backend/postgres | |
/bin/sh ../../config/install-sh -c pg_archivecleanup '/usr/local/Cellar/postgresql/9.1.4/bin' | |
make -C pg_standby install | |
/bin/sh ../../config/install-sh -c -m 755 pageinspect.so '/usr/local/Cellar/postgresql/9.1.4/lib/pageinspect.so' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o btree_gist.so btree_gist.o btree_utils_num.o btree_utils_var.o btree_int2.o btree_int4.o btree_int8.o btree_float4.o btree_float8.o btree_cash.o btree_oid.o btree_ts.o btree_time.o btree_date.o btree_interval.o btree_macaddr.o btree_inet.o btree_text.o btree_bytea.o btree_bit.o btree_numeric.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lm -bundle_loader ../../src/backend/postgres | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_standby.o pg_standby.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o pg_freespacemap.so pg_freespacemap.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../src/backend/postgres | |
make -C pg_stat_statements install | |
/bin/sh ../../config/install-sh -c -m 644 ./pageinspect.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_stat_statements.o pg_stat_statements.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DLOWER_NODE -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o ltree_gist.o ltree_gist.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/bin/sh ../../config/install-sh -c -m 755 btree_gist.so '/usr/local/Cellar/postgresql/9.1.4/lib/btree_gist.so' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/bin/sh ../../config/install-sh -c -m 755 pg_freespacemap.so '/usr/local/Cellar/postgresql/9.1.4/lib/pg_freespacemap.so' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o pg_buffercache.so pg_buffercache_pages.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../src/backend/postgres | |
/bin/sh ../../config/install-sh -c -m 644 ./pageinspect--1.0.sql ./pageinspect--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
make -C pg_test_fsync install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_test_fsync.o pg_test_fsync.c | |
/bin/sh ../../config/install-sh -c -m 644 ./btree_gist.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/bin/sh ../../config/install-sh -c -m 644 ./pg_freespacemap.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/bin/sh ../../config/install-sh -c -m 755 pg_buffercache.so '/usr/local/Cellar/postgresql/9.1.4/lib/pg_buffercache.so' | |
/bin/sh ../../config/install-sh -c -m 644 ./btree_gist--1.0.sql ./btree_gist--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DLOWER_NODE -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o _ltree_gist.o _ltree_gist.c | |
/bin/sh ../../config/install-sh -c -m 644 ./pg_buffercache.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/bin/sh ../../config/install-sh -c -m 644 ./pg_freespacemap--1.0.sql ./pg_freespacemap--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/bin' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard pg_standby.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o pg_standby | |
/bin/sh ../../config/install-sh -c -m 644 ./pg_buffercache--1.0.sql ./pg_buffercache--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
make -C pg_trgm install | |
/bin/sh ../../config/install-sh -c pg_standby '/usr/local/Cellar/postgresql/9.1.4/bin' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o trgm_op.o trgm_op.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/bin' | |
make -C pg_upgrade install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard pg_test_fsync.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o pg_test_fsync | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DFRONTEND -DDLSUFFIX=\".so\" -I. -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o check.o check.c | |
make -C pg_upgrade_support install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_upgrade_support.o pg_upgrade_support.c | |
make -C pgbench install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgbench.o pgbench.c | |
/bin/sh ../../config/install-sh -c pg_test_fsync '/usr/local/Cellar/postgresql/9.1.4/bin' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o pg_stat_statements.so pg_stat_statements.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../src/backend/postgres | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o trgm_gist.o trgm_gist.c | |
/bin/sh ../../config/install-sh -c -m 755 pg_stat_statements.so '/usr/local/Cellar/postgresql/9.1.4/lib/pg_stat_statements.so' | |
make -C pgcrypto install | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle -bundle_loader ../../src/backend/postgres -o pg_upgrade_support.so pg_upgrade_support.o | |
/bin/sh ../../config/install-sh -c -m 644 ./pg_stat_statements.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgcrypto.o pgcrypto.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o ltree.so ltree_io.o ltree_op.o lquery_op.o _ltree_op.o crc32.o ltxtquery_io.o ltxtquery_op.o ltree_gist.o _ltree_gist.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../src/backend/postgres | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DFRONTEND -DDLSUFFIX=\".so\" -I. -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o controldata.o controldata.c | |
/bin/sh ../../config/install-sh -c -m 644 ./pg_stat_statements--1.0.sql ./pg_stat_statements--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/bin/sh ../../config/install-sh -c -m 755 pg_upgrade_support.so '/usr/local/Cellar/postgresql/9.1.4/lib/' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/bin/sh ../../config/install-sh -c -m 755 ltree.so '/usr/local/Cellar/postgresql/9.1.4/lib/ltree.so' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o trgm_gin.o trgm_gin.c | |
rm pg_upgrade_support.o | |
make -C pgrowlocks install | |
/bin/sh ../../config/install-sh -c -m 644 ./ltree.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgrowlocks.o pgrowlocks.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/bin' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DFRONTEND -DDLSUFFIX=\".so\" -I. -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o dump.o dump.c | |
/bin/sh ../../config/install-sh -c -m 644 ./ltree--1.0.sql ./ltree--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o px.o px.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DFRONTEND -DDLSUFFIX=\".so\" -I. -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o exec.o exec.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DFRONTEND -DDLSUFFIX=\".so\" -I. -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o file.o file.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
make -C pgstattuple install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o px-hmac.o px-hmac.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgstattuple.o pgstattuple.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o pg_trgm.so trgm_op.o trgm_gist.o trgm_gin.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../src/backend/postgres | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o pgrowlocks.so pgrowlocks.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../src/backend/postgres | |
/bin/sh ../../config/install-sh -c -m 755 pg_trgm.so '/usr/local/Cellar/postgresql/9.1.4/lib/pg_trgm.so' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgstatindex.o pgstatindex.c | |
make -C seg install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o px-crypt.o px-crypt.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/bin/sh ../../config/install-sh -c -m 755 pgrowlocks.so '/usr/local/Cellar/postgresql/9.1.4/lib/pgrowlocks.so' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DFRONTEND -DDLSUFFIX=\".so\" -I. -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o function.o function.c | |
/bin/sh ../../config/install-sh -c -m 644 ./pg_trgm.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o seg.o seg.c | |
/bin/sh ../../config/install-sh -c -m 644 ./pg_trgm--1.0.sql ./pg_trgm--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/bin/sh ../../config/install-sh -c -m 644 ./pgrowlocks.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o crypt-gensalt.o crypt-gensalt.c | |
/bin/sh ../../config/install-sh -c -m 644 ./pgrowlocks--1.0.sql ./pgrowlocks--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS pgbench.o -L../../src/port -lpgport -L../../src/interfaces/libpq -lpq -lpthread -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o pgbench | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o segparse.o segparse.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DFRONTEND -DDLSUFFIX=\".so\" -I. -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o info.o info.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o crypt-blowfish.o crypt-blowfish.c | |
/bin/sh ../../config/install-sh -c pgbench '/usr/local/Cellar/postgresql/9.1.4/bin' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o pgstattuple.so pgstattuple.o pgstatindex.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../src/backend/postgres | |
make -C spi install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o crypt-des.o crypt-des.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DREFINT_VERBOSE -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o insert_username.o insert_username.c | |
make -C tablefunc install | |
/bin/sh ../../config/install-sh -c -m 755 pgstattuple.so '/usr/local/Cellar/postgresql/9.1.4/lib/pgstattuple.so' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tablefunc.o tablefunc.c | |
/bin/sh ../../config/install-sh -c -m 644 ./pgstattuple.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o crypt-md5.o crypt-md5.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DFRONTEND -DDLSUFFIX=\".so\" -I. -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o option.o option.c | |
/bin/sh ../../config/install-sh -c -m 644 ./pgstattuple--1.0.sql ./pgstattuple--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DREFINT_VERBOSE -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o moddatetime.o moddatetime.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DREFINT_VERBOSE -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o timetravel.o timetravel.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o openssl.o openssl.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DFRONTEND -DDLSUFFIX=\".so\" -I. -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o page.o page.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgp-mpi-openssl.o pgp-mpi-openssl.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o seg.so seg.o segparse.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../src/backend/postgres | |
make -C test_parser install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DFRONTEND -DDLSUFFIX=\".so\" -I. -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pg_upgrade.o pg_upgrade.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o test_parser.o test_parser.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/bin/sh ../../config/install-sh -c -m 755 seg.so '/usr/local/Cellar/postgresql/9.1.4/lib/seg.so' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o mbuf.o mbuf.c | |
/bin/sh ../../config/install-sh -c -m 644 ./seg.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o test_parser.so test_parser.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../src/backend/postgres | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lm -bundle -bundle_loader ../../src/backend/postgres -o tablefunc.so tablefunc.o | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DFRONTEND -DDLSUFFIX=\".so\" -I. -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o relfilenode.o relfilenode.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/bin/sh ../../config/install-sh -c -m 644 ./seg--1.0.sql ./seg--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/bin/sh ../../config/install-sh -c -m 755 test_parser.so '/usr/local/Cellar/postgresql/9.1.4/lib/test_parser.so' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/doc/postgresql/extension' | |
make -C tsearch2 install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -L../../src/port -lpgport -bundle -bundle_loader ../../src/backend/postgres -o insert_username.so insert_username.o | |
/bin/sh ../../config/install-sh -c -m 644 ./tablefunc.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tsearch2.o tsearch2.c | |
/bin/sh ../../config/install-sh -c -m 644 ./test_parser.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -L../../src/port -lpgport -bundle -bundle_loader ../../src/backend/postgres -o moddatetime.so moddatetime.o | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgp.o pgp.c | |
/bin/sh ../../config/install-sh -c -m 644 ./tablefunc--1.0.sql ./tablefunc--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
make -C unaccent install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgp-armor.o pgp-armor.c | |
/bin/sh ../../config/install-sh -c -m 644 ./test_parser--1.0.sql ./test_parser--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o unaccent.o unaccent.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -L../../src/port -lpgport -bundle -bundle_loader ../../src/backend/postgres -o timetravel.so timetravel.o | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DFRONTEND -DDLSUFFIX=\".so\" -I. -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o server.o server.c | |
/bin/sh ../../config/install-sh -c -m 755 tablefunc.so '/usr/local/Cellar/postgresql/9.1.4/lib/' | |
/bin/sh ../../config/install-sh -c -m 644 ./autoinc.control ./insert_username.control ./moddatetime.control ./refint.control ./timetravel.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
make -C vacuumlo install | |
rm tablefunc.o | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgp-cfb.o pgp-cfb.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o vacuumlo.o vacuumlo.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgp-compress.o pgp-compress.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DFRONTEND -DDLSUFFIX=\".so\" -I. -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o tablespace.o tablespace.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/bin' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgp-decrypt.o pgp-decrypt.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/tsearch_data' | |
/bin/sh ../../config/install-sh -c -m 644 ./autoinc--1.0.sql ./autoinc--unpackaged--1.0.sql ./insert_username--1.0.sql ./insert_username--unpackaged--1.0.sql ./moddatetime--1.0.sql ./moddatetime--unpackaged--1.0.sql ./refint--1.0.sql ./refint--unpackaged--1.0.sql ./timetravel--1.0.sql ./timetravel--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o unaccent.so unaccent.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../src/backend/postgres | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgp-encrypt.o pgp-encrypt.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgp-info.o pgp-info.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DFRONTEND -DDLSUFFIX=\".so\" -I. -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o util.o util.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle -bundle_loader ../../src/backend/postgres -o tsearch2.so tsearch2.o | |
/bin/sh ../../config/install-sh -c -m 755 unaccent.so '/usr/local/Cellar/postgresql/9.1.4/lib/unaccent.so' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard vacuumlo.o -L../../src/port -lpgport -L../../src/interfaces/libpq -lpq -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o vacuumlo | |
/bin/sh ../../config/install-sh -c -m 644 ./tsearch2.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/bin/sh ../../config/install-sh -c -m 644 ./unaccent.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/bin/sh ../../config/install-sh -c -m 644 ./tsearch2--1.0.sql ./tsearch2--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DFRONTEND -DDLSUFFIX=\".so\" -I. -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o version.o version.c | |
/bin/sh ../../config/install-sh -c vacuumlo '/usr/local/Cellar/postgresql/9.1.4/bin' | |
/bin/sh ../../config/install-sh -c -m 644 ./unaccent--1.0.sql ./unaccent--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -DFRONTEND -DDLSUFFIX=\".so\" -I. -I../../src/interfaces/libpq -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o version_old_8_3.o version_old_8_3.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgp-mpi.o pgp-mpi.c | |
make -C sslinfo install | |
/bin/sh ../../config/install-sh -c -m 755 tsearch2.so '/usr/local/Cellar/postgresql/9.1.4/lib/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o sslinfo.o sslinfo.c | |
/bin/sh ../../config/install-sh -c -m 644 ./unaccent.rules '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/tsearch_data/' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/bin' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgp-pubdec.o pgp-pubdec.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgp-pubenc.o pgp-pubenc.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgp-pubkey.o pgp-pubkey.c | |
rm tsearch2.o | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgp-s2k.o pgp-s2k.c | |
make -C uuid-ossp install | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o uuid-ossp.o uuid-ossp.c | |
/bin/sh ../../config/install-sh -c -m 755 autoinc.so insert_username.so moddatetime.so refint.so timetravel.so '/usr/local/Cellar/postgresql/9.1.4/lib/' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
make -C xml2 install | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
In file included from uuid-ossp.c:27: | |
In file included from /usr/local/Cellar/ossp-uuid/1.6.2/include/uuid.h:38: | |
/usr/include/unistd.h:689:26: error: expected identifier | |
int gethostuuid(uuid_t, const struct timespec *) ... | |
^ | |
In file included from uuid-ossp.c:27: | |
/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/uuid/uuid.h:42:25: note: previous definition is here | |
typedef __darwin_uuid_t uuid_t; | |
^ | |
In file included from uuid-ossp.c:27: | |
/usr/local/Cellar/ossp-uuid/1.6.2/include/uuid.h:107:22: error: conflicting | |
types for 'uuid_compare' | |
extern uuid_rc_t uuid_compare (const uuid_t *_uuid, const uuid_t ... | |
^ | |
/usr/include/uuid/uuid.h:59:5: note: previous declaration is here | |
int uuid_compare(const uuid_t uu1, const uuid_t uu2); | |
^ | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o pgp-pgsql.o pgp-pgsql.c | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard check.o controldata.o dump.o exec.o file.o function.o info.o option.o page.o pg_upgrade.o relfilenode.o server.o tablespace.o util.o version.o version_old_8_3.o -L../../src/port -lpgport -L../../src/interfaces/libpq -lpq -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lpgport -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid -o pg_upgrade | |
3 errors generated. | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o xpath.o xpath.c | |
make[2]: *** [uuid-ossp.o] Error 1 | |
make[1]: *** [install-uuid-ossp-recurse] Error 2 | |
make[1]: *** Waiting for unfinished jobs.... | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../src/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -c -o xslt_proc.o xslt_proc.c | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/lib' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/usr/local/bin/gmkdir -p '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension' | |
/bin/sh ../../config/install-sh -c pg_upgrade '/usr/local/Cellar/postgresql/9.1.4/bin' | |
/bin/sh ../../config/install-sh -c -m 644 ./autoinc.example ./insert_username.example ./moddatetime.example ./refint.example ./timetravel.example '/usr/local/Cellar/postgresql/9.1.4/share/doc/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o sslinfo.so sslinfo.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../src/backend/postgres -lssl -lcrypto | |
/bin/sh ../../config/install-sh -c -m 755 sslinfo.so '/usr/local/Cellar/postgresql/9.1.4/lib/sslinfo.so' | |
/bin/sh ../../config/install-sh -c -m 644 ./sslinfo.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
rm timetravel.o moddatetime.o insert_username.o | |
/bin/sh ../../config/install-sh -c -m 644 ./sslinfo--1.0.sql ./sslinfo--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o pgxml.so xpath.o xslt_proc.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -lxslt -lxml2 -bundle_loader ../../src/backend/postgres | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -bundle -multiply_defined suppress -o pgcrypto.so pgcrypto.o px.o px-hmac.o px-crypt.o crypt-gensalt.o crypt-blowfish.o crypt-des.o crypt-md5.o openssl.o pgp-mpi-openssl.o mbuf.o pgp.o pgp-armor.o pgp-cfb.o pgp-compress.o pgp-decrypt.o pgp-encrypt.o pgp-info.o pgp-mpi.o pgp-pubdec.o pgp-pubenc.o pgp-pubkey.o pgp-s2k.o pgp-pgsql.o -L../../src/port -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs -bundle_loader ../../src/backend/postgres -lcrypto -lz | |
/bin/sh ../../config/install-sh -c -m 755 pgxml.so '/usr/local/Cellar/postgresql/9.1.4/lib/pgxml.so' | |
/bin/sh ../../config/install-sh -c -m 755 pgcrypto.so '/usr/local/Cellar/postgresql/9.1.4/lib/pgcrypto.so' | |
/bin/sh ../../config/install-sh -c -m 644 ./xml2.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/bin/sh ../../config/install-sh -c -m 644 ./pgcrypto.control '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/bin/sh ../../config/install-sh -c -m 644 ./xml2--1.0.sql ./xml2--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
/bin/sh ../../config/install-sh -c -m 644 ./pgcrypto--1.0.sql ./pgcrypto--unpackaged--1.0.sql '/usr/local/Cellar/postgresql/9.1.4/share/postgresql/extension/' | |
make: *** [install-world-contrib-recurse] Error 2 | |
config.log was copied to /Users/adrian/Library/Logs/Homebrew | |
==> Exit Status: 2 | |
https://github.com/mxcl/master/blob/master/Library/Formula/postgresql.rb#L67 | |
==> Build Environment | |
HOMEBREW_VERSION: 0.9.2 | |
HEAD: 03744647cc9271abc8c2cb368702fc328ee9a0ec | |
CPU: 8-core 64-bit dunno | |
OS X: 10.8-x86_64 | |
Xcode: 4.4 => /Applications/Xcode45-DP2.app/Contents/Developer | |
CLT: 4.5.0.0.1.1249367152 | |
X11: 2.7.2 @ /opt/X11 | |
CC: /usr/bin/clang | |
CXX: /Applications/Xcode45-DP2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ => /Applications/Xcode45-DP2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang | |
LD: /usr/bin/clang | |
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include | |
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 | |
CPPFLAGS: -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 | |
LDFLAGS: -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib | |
MACOSX_DEPLOYMENT_TARGET: 10.8 | |
MAKEFLAGS: -j8 | |
Error: Failed executing: make install-world (postgresql.rb:67) | |
These existing issues may help you: | |
https://github.com/mxcl/homebrew/issues/11759 | |
Otherwise, this may help you fix or report the issue: | |
https://github.com/mxcl/homebrew/wiki/bug-fixing-checklist |
This file has been truncated, but you can view the full file.
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.1.4, which was | |
generated by GNU Autoconf 2.63. Invocation command line was | |
$ ./configure --disable-debug --prefix=/usr/local/Cellar/postgresql/9.1.4 --datadir=/usr/local/Cellar/postgresql/9.1.4/share/postgresql --docdir=/usr/local/Cellar/postgresql/9.1.4/share/doc/postgresql --enable-thread-safety --with-bonjour --with-gssapi --with-krb5 --with-openssl --with-libxml --with-libxslt --with-ossp-uuid --with-python --with-perl ARCHFLAGS='-arch x86_64' | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Adrians-MacBook-Pro.local | |
uname -m = x86_64 | |
uname -r = 12.0.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~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.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~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: 8.00 gigabytes | |
Default processor set: 125 tasks, 800 threads, 8 processors | |
Load average: 2.31, Mach factor: 5.68 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Cellar/readline/6.2.2/bin | |
PATH: /usr/local/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
PATH: /usr/local/bin | |
PATH: /opt/X11/bin | |
PATH: /usr/local/Library/Contributions/cmds | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2072: checking build system type | |
configure:2090: result: x86_64-apple-darwin12.0.0 | |
configure:2112: checking host system type | |
configure:2127: result: x86_64-apple-darwin12.0.0 | |
configure:2151: checking which template to use | |
configure:2251: result: darwin | |
configure:2358: checking whether to build with 64-bit integer date/time support | |
configure:2393: result: yes | |
configure:2400: checking whether NLS is wanted | |
configure:2434: result: no | |
configure:2442: checking for default port number | |
configure:2471: result: 5432 | |
configure:2890: checking for block size | |
configure:2930: result: 8kB | |
configure:2942: checking for segment size | |
configure:2975: result: 1GB | |
configure:2987: checking for WAL block size | |
configure:3028: result: 8kB | |
configure:3040: checking for WAL segment size | |
configure:3081: result: 16MB | |
configure:3244: checking for C compiler version | |
configure:3252: /usr/bin/clang --version >&5 | |
Apple clang version 4.0 (tags/Apple/clang-421.10.48) (based on LLVM 3.1svn) | |
Target: x86_64-apple-darwin12.0.0 | |
Thread model: posix | |
configure:3256: $? = 0 | |
configure:3263: /usr/bin/clang -v >&5 | |
Apple clang version 4.0 (tags/Apple/clang-421.10.48) (based on LLVM 3.1svn) | |
Target: x86_64-apple-darwin12.0.0 | |
Thread model: posix | |
configure:3267: $? = 0 | |
configure:3274: /usr/bin/clang -V >&5 | |
clang: error: argument to '-V' is missing (expected 1 value) | |
clang: error: no input files | |
configure:3278: $? = 1 | |
configure:3301: checking for C compiler default output file name | |
configure:3323: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -luuid >&5 | |
configure:3327: $? = 0 | |
configure:3365: result: a.out | |
configure:3384: checking whether the C compiler works | |
configure:3394: ./a.out | |
configure:3398: $? = 0 | |
configure:3417: result: yes | |
configure:3424: checking whether we are cross compiling | |
configure:3426: result: no | |
configure:3429: checking for suffix of executables | |
configure:3436: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -luuid >&5 | |
configure:3440: $? = 0 | |
configure:3466: result: | |
configure:3472: checking for suffix of object files | |
configure:3498: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5 | |
configure:3502: $? = 0 | |
configure:3527: result: o | |
configure:3531: checking whether we are using the GNU C compiler | |
configure:3560: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5 | |
configure:3567: $? = 0 | |
configure:3584: result: yes | |
configure:3593: checking whether /usr/bin/clang accepts -g | |
configure:3623: /usr/bin/clang -c -g -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5 | |
configure:3630: $? = 0 | |
configure:3731: result: yes | |
configure:3748: checking for /usr/bin/clang option to accept ISO C89 | |
configure:3822: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5 | |
configure:3829: $? = 0 | |
configure:3852: result: none needed | |
configure:3898: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:22:1: error: use of undeclared identifier 'choke' | |
choke me | |
^ | |
1 error generated. | |
configure:3905: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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:3945: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:22:1: error: use of undeclared identifier 'choke' | |
choke me | |
^ | |
1 error generated. | |
configure:3952: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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:4006: checking whether /usr/bin/clang supports -Wdeclaration-after-statement | |
configure:4036: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5 | |
configure:4043: $? = 0 | |
configure:4060: result: yes | |
configure:4066: checking whether /usr/bin/clang supports -Wendif-labels | |
configure:4096: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5 | |
configure:4103: $? = 0 | |
configure:4120: result: yes | |
configure:4127: checking whether /usr/bin/clang supports -Wformat-security | |
configure:4157: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5 | |
configure:4164: $? = 0 | |
configure:4181: result: yes | |
configure:4188: checking whether /usr/bin/clang supports -fno-strict-aliasing | |
configure:4218: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5 | |
configure:4225: $? = 0 | |
configure:4242: result: yes | |
configure:4249: checking whether /usr/bin/clang supports -fwrapv | |
configure:4279: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5 | |
configure:4286: $? = 0 | |
configure:4303: result: yes | |
configure:4310: checking whether /usr/bin/clang supports -fexcess-precision=standard | |
configure:4340: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5 | |
configure:4347: $? = 0 | |
configure:4364: result: yes | |
configure:4659: checking whether the C compiler still works | |
configure:4682: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -luuid >&5 | |
configure:4689: $? = 0 | |
configure:4697: result: yes | |
configure:4739: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c >&5 | |
configure:4746: $? = 0 | |
configure:4769: checking how to run the C preprocessor | |
configure:4809: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c | |
configure:4816: $? = 0 | |
configure:4847: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c | |
conftest.c:17:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4854: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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:4887: result: /usr/bin/clang -E | |
configure:4916: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c | |
configure:4923: $? = 0 | |
configure:4954: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 conftest.c | |
conftest.c:17:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4961: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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:5120: checking allow thread-safe client libraries | |
configure:5154: result: yes | |
configure:5161: checking whether to build with Tcl | |
configure:5189: result: no | |
configure:5225: checking whether to build Perl modules | |
configure:5253: result: yes | |
configure:5260: checking whether to build Python modules | |
configure:5288: result: yes | |
configure:5295: checking whether to build with GSSAPI support | |
configure:5330: result: yes | |
configure:5337: checking whether to build with Kerberos 5 support | |
configure:5372: result: yes | |
configure:5420: checking whether to build with PAM support | |
configure:5452: result: no | |
configure:5460: checking whether to build with LDAP support | |
configure:5492: result: no | |
configure:5500: checking whether to build with Bonjour support | |
configure:5532: result: yes | |
configure:5540: checking whether to build with OpenSSL support | |
configure:5572: result: yes | |
configure:5579: checking whether to build with SELinux support | |
configure:5608: result: no | |
configure:5754: checking for xml2-config | |
configure:5770: found /usr/bin/xml2-config | |
configure:5781: result: xml2-config | |
configure:5918: checking for grep that handles long lines and -e | |
configure:5978: result: /usr/bin/grep | |
configure:5983: checking for egrep | |
configure:6047: result: /usr/bin/grep -E | |
configure:6098: checking for ld used by GCC | |
configure:6161: result: /usr/bin/clang | |
configure:6170: checking if the linker (/usr/bin/clang) is GNU ld | |
configure:6182: result: no | |
configure:6295: checking for ranlib | |
configure:6311: found /usr/bin/ranlib | |
configure:6322: result: ranlib | |
configure:6388: checking for strip | |
configure:6404: found /usr/bin/strip | |
configure:6415: result: strip | |
configure:6438: checking whether it is possible to strip libraries | |
configure:6448: result: no | |
configure:6497: checking for ar | |
configure:6513: found /usr/bin/ar | |
configure:6524: result: ar | |
configure:6827: checking for tar | |
configure:6845: found /usr/bin/tar | |
configure:6857: result: /usr/bin/tar | |
configure:6865: checking whether ln -s works | |
configure:6869: result: yes | |
configure:6880: checking for gawk | |
configure:6910: result: no | |
configure:6880: checking for mawk | |
configure:6910: result: no | |
configure:6880: checking for nawk | |
configure:6910: result: no | |
configure:6880: checking for awk | |
configure:6896: found /usr/bin/awk | |
configure:6907: result: awk | |
configure:6918: checking for a thread-safe mkdir -p | |
configure:6957: result: /usr/local/bin/gmkdir -p | |
configure:6973: checking for bison | |
configure:6991: found /usr/bin/bison | |
configure:7003: result: /usr/bin/bison | |
configure:7018: using bison (GNU Bison) 2.3 | |
configure:7049: checking for flex | |
configure:7094: result: /usr/bin/flex | |
configure:7114: using flex 2.5.35 Apple(flex-31) | |
configure:7126: checking for perl | |
configure:7144: found /usr/bin/perl | |
configure:7156: result: /usr/bin/perl | |
configure:7168: using perl 5.12.4 | |
configure:7203: checking for Perl archlibexp | |
configure:7206: result: /System/Library/Perl/5.12/darwin-thread-multi-2level | |
configure:7208: checking for Perl privlibexp | |
configure:7211: result: /System/Library/Perl/5.12 | |
configure:7213: checking for Perl useshrplib | |
configure:7216: result: true | |
configure:7219: checking for flags to link embedded Perl | |
configure:7235: result: '-arch x86_64' -fstack-protector -L/usr/local/lib -L/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE -lperl -ldl -lm -lutil -lc | |
configure:7244: checking for python | |
configure:7262: found /usr/local/bin/python | |
configure:7274: result: /usr/local/bin/python | |
configure:7289: checking for Python distutils module | |
configure:7293: result: yes | |
configure:7302: checking Python configuration directory | |
configure:7310: result: /usr/local/Cellar/python/2.7.3/lib/python2.7/config | |
configure:7314: checking how to link an embedded Python application | |
configure:7340: result: -L/usr/local/Cellar/python/2.7.3/lib/python2.7/config -lpython2.7 -ldl -framework CoreFoundation | |
configure:7345: checking whether Python is compiled with thread support | |
configure:7349: result: yes | |
configure:7431: checking for main in -lm | |
configure:7460: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5 | |
configure:7467: $? = 0 | |
configure:7488: result: yes | |
configure:7499: checking for library containing setproctitle | |
configure:7540: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -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-JIRpLj.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:7547: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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:7540: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -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-RAeymQ.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:7547: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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:7578: result: no | |
configure:7586: checking for library containing dlopen | |
configure:7627: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5 | |
configure:7634: $? = 0 | |
configure:7665: result: none required | |
configure:7673: checking for library containing socket | |
configure:7714: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5 | |
configure:7721: $? = 0 | |
configure:7752: result: none required | |
configure:7760: checking for library containing shl_load | |
configure:7801: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -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-ZlstvC.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:7808: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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:7801: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -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:7808: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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:7839: result: no | |
configure:7939: checking for library containing getopt_long | |
configure:7980: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5 | |
configure:7987: $? = 0 | |
configure:8018: result: none required | |
configure:8026: checking for library containing crypt | |
configure:8067: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5 | |
configure:8074: $? = 0 | |
configure:8105: result: none required | |
configure:8114: checking for library containing fdatasync | |
configure:8155: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5 | |
configure:8162: $? = 0 | |
configure:8193: result: none required | |
configure:8203: checking for library containing gethostbyname_r | |
configure:8244: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -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-hwIi42.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:8251: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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:8244: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -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:8251: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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:8282: result: no | |
configure:8291: checking for library containing shmget | |
configure:8332: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5 | |
configure:8339: $? = 0 | |
configure:8370: result: none required | |
configure:8382: checking for library containing readline | |
configure:8424: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lreadline -lm -luuid >&5 | |
configure:8431: $? = 0 | |
configure:8471: result: -lreadline | |
configure:8498: checking for inflate in -lz | |
configure:8533: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lz -lreadline -lm -luuid >&5 | |
configure:8540: $? = 0 | |
configure:8561: result: yes | |
configure:8599: checking for library containing gss_init_sec_context | |
configure:8640: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -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-YIwmqm.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:8647: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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:8640: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:8647: $? = 0 | |
configure:8678: result: -lgssapi_krb5 | |
configure:8697: checking for library containing com_err | |
configure:8738: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:8745: $? = 0 | |
configure:8776: result: none required | |
configure:8788: checking for library containing krb5_sendauth | |
configure:8829: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:8836: $? = 0 | |
configure:8867: result: none required | |
configure:8977: checking for CRYPTO_new_ex_data in -lcrypto | |
configure:9012: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:9019: $? = 0 | |
configure:9040: result: yes | |
configure:9056: checking for SSL_library_init in -lssl | |
configure:9091: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:9098: $? = 0 | |
configure:9119: result: yes | |
configure:9404: checking for xmlSaveToBuffer in -lxml2 | |
configure:9439: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:9446: $? = 0 | |
configure:9467: result: yes | |
configure:9486: checking for xsltCleanupGlobals in -lxslt | |
configure:9521: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:9528: $? = 0 | |
configure:9549: result: yes | |
configure:9651: checking for uuid_export in -lossp-uuid | |
configure:9686: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lossp-uuid -lxslt -lxml2 -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:9693: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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:9714: result: no | |
configure:9719: checking for uuid_export in -luuid | |
configure:9754: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -luuid -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:9761: $? = 0 | |
configure:9782: result: yes | |
configure:9802: checking for ANSI C header files | |
configure:9832: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:9839: $? = 0 | |
configure:9938: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:9942: $? = 0 | |
configure:9948: ./conftest | |
configure:9952: $? = 0 | |
configure:9970: result: yes | |
configure:9994: checking for sys/types.h | |
configure:10015: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10022: $? = 0 | |
configure:10039: result: yes | |
configure:9994: checking for sys/stat.h | |
configure:10015: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10022: $? = 0 | |
configure:10039: result: yes | |
configure:9994: checking for stdlib.h | |
configure:10015: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10022: $? = 0 | |
configure:10039: result: yes | |
configure:9994: checking for string.h | |
configure:10015: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10022: $? = 0 | |
configure:10039: result: yes | |
configure:9994: checking for memory.h | |
configure:10015: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10022: $? = 0 | |
configure:10039: result: yes | |
configure:9994: checking for strings.h | |
configure:10015: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10022: $? = 0 | |
configure:10039: result: yes | |
configure:9994: checking for inttypes.h | |
configure:10015: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10022: $? = 0 | |
configure:10039: result: yes | |
configure:9994: checking for stdint.h | |
configure:10015: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10022: $? = 0 | |
configure:10039: result: yes | |
configure:9994: checking for unistd.h | |
configure:10015: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10022: $? = 0 | |
configure:10039: result: yes | |
configure:10099: checking crypt.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:76:10: fatal error: 'crypt.h' file not found | |
#include <crypt.h> | |
^ | |
1 error generated. | |
configure:10123: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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:10137: result: no | |
configure:10141: checking crypt.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
conftest.c:43:10: fatal error: 'crypt.h' file not found | |
#include <crypt.h> | |
^ | |
1 error generated. | |
configure:10163: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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:10177: result: no | |
configure:10210: checking for crypt.h | |
configure:10219: result: no | |
configure:10099: checking dld.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:76:10: fatal error: 'dld.h' file not found | |
#include <dld.h> | |
^ | |
1 error generated. | |
configure:10123: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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:10137: result: no | |
configure:10141: checking dld.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
conftest.c:43:10: fatal error: 'dld.h' file not found | |
#include <dld.h> | |
^ | |
1 error generated. | |
configure:10163: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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:10177: result: no | |
configure:10210: checking for dld.h | |
configure:10219: result: no | |
configure:10099: checking fp_class.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:76:10: fatal error: 'fp_class.h' file not found | |
#include <fp_class.h> | |
^ | |
1 error generated. | |
configure:10123: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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:10137: result: no | |
configure:10141: checking fp_class.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
conftest.c:43:10: fatal error: 'fp_class.h' file not found | |
#include <fp_class.h> | |
^ | |
1 error generated. | |
configure:10163: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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:10177: result: no | |
configure:10210: checking for fp_class.h | |
configure:10219: result: no | |
configure:10099: checking getopt.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10123: $? = 0 | |
configure:10137: result: yes | |
configure:10141: checking getopt.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10163: $? = 0 | |
configure:10177: result: yes | |
configure:10210: checking for getopt.h | |
configure:10219: result: yes | |
configure:10099: checking ieeefp.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:77:10: fatal error: 'ieeefp.h' file not found | |
#include <ieeefp.h> | |
^ | |
1 error generated. | |
configure:10123: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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:10137: result: no | |
configure:10141: checking ieeefp.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
conftest.c:44:10: fatal error: 'ieeefp.h' file not found | |
#include <ieeefp.h> | |
^ | |
1 error generated. | |
configure:10163: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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:10177: result: no | |
configure:10210: checking for ieeefp.h | |
configure:10219: result: no | |
configure:10099: checking ifaddrs.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10123: $? = 0 | |
configure:10137: result: yes | |
configure:10141: checking ifaddrs.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10163: $? = 0 | |
configure:10177: result: yes | |
configure:10210: checking for ifaddrs.h | |
configure:10219: result: yes | |
configure:10099: checking langinfo.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10123: $? = 0 | |
configure:10137: result: yes | |
configure:10141: checking langinfo.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10163: $? = 0 | |
configure:10177: result: yes | |
configure:10210: checking for langinfo.h | |
configure:10219: result: yes | |
configure:10099: checking poll.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10123: $? = 0 | |
configure:10137: result: yes | |
configure:10141: checking poll.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10163: $? = 0 | |
configure:10177: result: yes | |
configure:10210: checking for poll.h | |
configure:10219: result: yes | |
configure:10099: checking pwd.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10123: $? = 0 | |
configure:10137: result: yes | |
configure:10141: checking pwd.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10163: $? = 0 | |
configure:10177: result: yes | |
configure:10210: checking for pwd.h | |
configure:10219: result: yes | |
configure:10099: checking sys/ioctl.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10123: $? = 0 | |
configure:10137: result: yes | |
configure:10141: checking sys/ioctl.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10163: $? = 0 | |
configure:10177: result: yes | |
configure:10210: checking for sys/ioctl.h | |
configure:10219: result: yes | |
configure:10099: checking sys/ipc.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10123: $? = 0 | |
configure:10137: result: yes | |
configure:10141: checking sys/ipc.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10163: $? = 0 | |
configure:10177: result: yes | |
configure:10210: checking for sys/ipc.h | |
configure:10219: result: yes | |
configure:10099: checking sys/poll.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10123: $? = 0 | |
configure:10137: result: yes | |
configure:10141: checking sys/poll.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10163: $? = 0 | |
configure:10177: result: yes | |
configure:10210: checking for sys/poll.h | |
configure:10219: result: yes | |
configure:10099: checking sys/pstat.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:84:10: fatal error: 'sys/pstat.h' file not found | |
#include <sys/pstat.h> | |
^ | |
1 error generated. | |
configure:10123: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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:10137: result: no | |
configure:10141: checking sys/pstat.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
conftest.c:51:10: fatal error: 'sys/pstat.h' file not found | |
#include <sys/pstat.h> | |
^ | |
1 error generated. | |
configure:10163: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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:10177: result: no | |
configure:10210: checking for sys/pstat.h | |
configure:10219: result: no | |
configure:10099: checking sys/resource.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10123: $? = 0 | |
configure:10137: result: yes | |
configure:10141: checking sys/resource.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10163: $? = 0 | |
configure:10177: result: yes | |
configure:10210: checking for sys/resource.h | |
configure:10219: result: yes | |
configure:10099: checking sys/select.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10123: $? = 0 | |
configure:10137: result: yes | |
configure:10141: checking sys/select.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10163: $? = 0 | |
configure:10177: result: yes | |
configure:10210: checking for sys/select.h | |
configure:10219: result: yes | |
configure:10099: checking sys/sem.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10123: $? = 0 | |
configure:10137: result: yes | |
configure:10141: checking sys/sem.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10163: $? = 0 | |
configure:10177: result: yes | |
configure:10210: checking for sys/sem.h | |
configure:10219: result: yes | |
configure:10099: checking sys/shm.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10123: $? = 0 | |
configure:10137: result: yes | |
configure:10141: checking sys/shm.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10163: $? = 0 | |
configure:10177: result: yes | |
configure:10210: checking for sys/shm.h | |
configure:10219: result: yes | |
configure:10099: checking sys/socket.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10123: $? = 0 | |
configure:10137: result: yes | |
configure:10141: checking sys/socket.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10163: $? = 0 | |
configure:10177: result: yes | |
configure:10210: checking for sys/socket.h | |
configure:10219: result: yes | |
configure:10099: checking sys/sockio.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10123: $? = 0 | |
configure:10137: result: yes | |
configure:10141: checking sys/sockio.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10163: $? = 0 | |
configure:10177: result: yes | |
configure:10210: checking for sys/sockio.h | |
configure:10219: result: yes | |
configure:10099: checking sys/tas.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:90:10: fatal error: 'sys/tas.h' file not found | |
#include <sys/tas.h> | |
^ | |
1 error generated. | |
configure:10123: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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:10137: result: no | |
configure:10141: checking sys/tas.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
conftest.c:57:10: fatal error: 'sys/tas.h' file not found | |
#include <sys/tas.h> | |
^ | |
1 error generated. | |
configure:10163: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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:10177: result: no | |
configure:10210: checking for sys/tas.h | |
configure:10219: result: no | |
configure:10099: checking sys/time.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10123: $? = 0 | |
configure:10137: result: yes | |
configure:10141: checking sys/time.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10163: $? = 0 | |
configure:10177: result: yes | |
configure:10210: checking for sys/time.h | |
configure:10219: result: yes | |
configure:10099: checking sys/ucred.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10123: $? = 0 | |
configure:10137: result: yes | |
configure:10141: checking sys/ucred.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10163: $? = 0 | |
configure:10177: result: yes | |
configure:10210: checking for sys/ucred.h | |
configure:10219: result: yes | |
configure:10099: checking sys/un.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10123: $? = 0 | |
configure:10137: result: yes | |
configure:10141: checking sys/un.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10163: $? = 0 | |
configure:10177: result: yes | |
configure:10210: checking for sys/un.h | |
configure:10219: result: yes | |
configure:10099: checking termios.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10123: $? = 0 | |
configure:10137: result: yes | |
configure:10141: checking termios.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10163: $? = 0 | |
configure:10177: result: yes | |
configure:10210: checking for termios.h | |
configure:10219: result: yes | |
configure:10099: checking ucred.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:94:10: fatal error: 'ucred.h' file not found | |
#include <ucred.h> | |
^ | |
1 error generated. | |
configure:10123: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_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:10137: result: no | |
configure:10141: checking ucred.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
conftest.c:61:10: fatal error: 'ucred.h' file not found | |
#include <ucred.h> | |
^ | |
1 error generated. | |
configure:10163: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| /* end confdefs.h. */ | |
| #include <ucred.h> | |
configure:10177: result: no | |
configure:10210: checking for ucred.h | |
configure:10219: result: no | |
configure:10099: checking utime.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10123: $? = 0 | |
configure:10137: result: yes | |
configure:10141: checking utime.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10163: $? = 0 | |
configure:10177: result: yes | |
configure:10210: checking for utime.h | |
configure:10219: result: yes | |
configure:10099: checking wchar.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10123: $? = 0 | |
configure:10137: result: yes | |
configure:10141: checking wchar.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10163: $? = 0 | |
configure:10177: result: yes | |
configure:10210: checking for wchar.h | |
configure:10219: result: yes | |
configure:10099: checking wctype.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10123: $? = 0 | |
configure:10137: result: yes | |
configure:10141: checking wctype.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10163: $? = 0 | |
configure:10177: result: yes | |
configure:10210: checking for wctype.h | |
configure:10219: result: yes | |
configure:10099: checking kernel/OS.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:97:10: fatal error: 'kernel/OS.h' file not found | |
#include <kernel/OS.h> | |
^ | |
1 error generated. | |
configure:10123: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_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 | |
| /* 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 <kernel/OS.h> | |
configure:10137: result: no | |
configure:10141: checking kernel/OS.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
conftest.c:64:10: fatal error: 'kernel/OS.h' file not found | |
#include <kernel/OS.h> | |
^ | |
1 error generated. | |
configure:10163: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_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 | |
| /* end confdefs.h. */ | |
| #include <kernel/OS.h> | |
configure:10177: result: no | |
configure:10210: checking for kernel/OS.h | |
configure:10219: result: no | |
configure:10099: checking kernel/image.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:97:10: fatal error: 'kernel/image.h' file not found | |
#include <kernel/image.h> | |
^ | |
1 error generated. | |
configure:10123: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_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 | |
| /* 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 <kernel/image.h> | |
configure:10137: result: no | |
configure:10141: checking kernel/image.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
conftest.c:64:10: fatal error: 'kernel/image.h' file not found | |
#include <kernel/image.h> | |
^ | |
1 error generated. | |
configure:10163: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_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 | |
| /* end confdefs.h. */ | |
| #include <kernel/image.h> | |
configure:10177: result: no | |
configure:10210: checking for kernel/image.h | |
configure:10219: result: no | |
configure:10099: checking SupportDefs.h usability | |
configure:10116: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:97:10: fatal error: 'SupportDefs.h' file not found | |
#include <SupportDefs.h> | |
^ | |
1 error generated. | |
configure:10123: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_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 | |
| /* 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 <SupportDefs.h> | |
configure:10137: result: no | |
configure:10141: checking SupportDefs.h presence | |
configure:10156: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
conftest.c:64:10: fatal error: 'SupportDefs.h' file not found | |
#include <SupportDefs.h> | |
^ | |
1 error generated. | |
configure:10163: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_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 | |
| /* end confdefs.h. */ | |
| #include <SupportDefs.h> | |
configure:10177: result: no | |
configure:10210: checking for SupportDefs.h | |
configure:10219: result: no | |
configure:10241: checking for net/if.h | |
configure:10266: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10273: $? = 0 | |
configure:10290: result: yes | |
configure:10322: checking netinet/in.h usability | |
configure:10339: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10346: $? = 0 | |
configure:10360: result: yes | |
configure:10364: checking netinet/in.h presence | |
configure:10379: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10386: $? = 0 | |
configure:10400: result: yes | |
configure:10433: checking for netinet/in.h | |
configure:10442: result: yes | |
configure:10461: checking for netinet/tcp.h | |
configure:10486: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10493: $? = 0 | |
configure:10510: result: yes | |
configure:10541: checking readline/readline.h usability | |
configure:10558: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10565: $? = 0 | |
configure:10579: result: yes | |
configure:10583: checking readline/readline.h presence | |
configure:10598: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10605: $? = 0 | |
configure:10619: result: yes | |
configure:10652: checking for readline/readline.h | |
configure:10661: result: yes | |
configure:10854: checking readline/history.h usability | |
configure:10871: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:10878: $? = 0 | |
configure:10892: result: yes | |
configure:10896: checking readline/history.h presence | |
configure:10911: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:10918: $? = 0 | |
configure:10932: result: yes | |
configure:10965: checking for readline/history.h | |
configure:10974: result: yes | |
configure:12094: checking zlib.h usability | |
configure:12111: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:12118: $? = 0 | |
configure:12132: result: yes | |
configure:12136: checking zlib.h presence | |
configure:12151: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:12158: $? = 0 | |
configure:12172: result: yes | |
configure:12205: checking for zlib.h | |
configure:12212: result: yes | |
configure:12250: checking gssapi/gssapi.h usability | |
configure:12267: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:12274: $? = 0 | |
configure:12288: result: yes | |
configure:12292: checking gssapi/gssapi.h presence | |
configure:12307: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:12314: $? = 0 | |
configure:12328: result: yes | |
configure:12361: checking for gssapi/gssapi.h | |
configure:12370: result: yes | |
configure:12554: checking krb5.h usability | |
configure:12571: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:12578: $? = 0 | |
configure:12592: result: yes | |
configure:12596: checking krb5.h presence | |
configure:12611: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:12618: $? = 0 | |
configure:12632: result: yes | |
configure:12665: checking for krb5.h | |
configure:12672: result: yes | |
configure:12698: checking openssl/ssl.h usability | |
configure:12715: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:12722: $? = 0 | |
configure:12736: result: yes | |
configure:12740: checking openssl/ssl.h presence | |
configure:12755: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:12762: $? = 0 | |
configure:12776: result: yes | |
configure:12809: checking for openssl/ssl.h | |
configure:12816: result: yes | |
configure:12839: checking openssl/err.h usability | |
configure:12856: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:12863: $? = 0 | |
configure:12877: result: yes | |
configure:12881: checking openssl/err.h presence | |
configure:12896: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:12903: $? = 0 | |
configure:12917: result: yes | |
configure:12950: checking for openssl/err.h | |
configure:12957: result: yes | |
configure:12974: checking for ERR_set_mark | |
configure:13030: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:13037: $? = 0 | |
configure:13059: result: yes | |
configure:13394: checking libxml/parser.h usability | |
configure:13411: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:13418: $? = 0 | |
configure:13432: result: yes | |
configure:13436: checking libxml/parser.h presence | |
configure:13451: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:13458: $? = 0 | |
configure:13472: result: yes | |
configure:13505: checking for libxml/parser.h | |
configure:13512: result: yes | |
configure:13538: checking libxslt/xslt.h usability | |
configure:13555: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:13562: $? = 0 | |
configure:13576: result: yes | |
configure:13580: checking libxslt/xslt.h presence | |
configure:13595: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:13602: $? = 0 | |
configure:13616: result: yes | |
configure:13649: checking for libxslt/xslt.h | |
configure:13656: result: yes | |
configure:13911: checking dns_sd.h usability | |
configure:13928: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:13935: $? = 0 | |
configure:13949: result: yes | |
configure:13953: checking dns_sd.h presence | |
configure:13968: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:13975: $? = 0 | |
configure:13989: result: yes | |
configure:14022: checking for dns_sd.h | |
configure:14029: result: yes | |
configure:14062: checking ossp/uuid.h usability | |
configure:14079: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:104:10: fatal error: 'ossp/uuid.h' file not found | |
#include <ossp/uuid.h> | |
^ | |
1 error generated. | |
configure:14086: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 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:14100: result: no | |
configure:14104: checking ossp/uuid.h presence | |
configure:14119: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
conftest.c:71:10: fatal error: 'ossp/uuid.h' file not found | |
#include <ossp/uuid.h> | |
^ | |
1 error generated. | |
configure:14126: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| /* end confdefs.h. */ | |
| #include <ossp/uuid.h> | |
configure:14140: result: no | |
configure:14173: checking for ossp/uuid.h | |
configure:14182: result: no | |
configure:14211: checking uuid.h usability | |
configure:14228: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
In file included from conftest.c:104: | |
/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:14235: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 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:14249: result: no | |
configure:14253: checking uuid.h presence | |
configure:14268: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:14275: $? = 0 | |
configure:14289: result: yes | |
configure:14302: WARNING: uuid.h: present but cannot be compiled | |
configure:14304: WARNING: uuid.h: check for missing prerequisite headers? | |
configure:14306: WARNING: uuid.h: see the Autoconf documentation | |
configure:14308: WARNING: uuid.h: section "Present But Cannot Be Compiled" | |
configure:14310: WARNING: uuid.h: proceeding with the preprocessor's result | |
configure:14312: WARNING: uuid.h: in the future, the compiler will take precedence | |
configure:14322: checking for uuid.h | |
configure:14331: result: yes | |
configure:14362: checking whether byte ordering is bigendian | |
configure:14387: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:14394: $? = 0 | |
configure:14444: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:14451: $? = 0 | |
configure:14483: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:79:4: error: use of undeclared identifier 'not' | |
not big endian | |
^ | |
1 error generated. | |
configure:14490: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 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:14742: result: no | |
configure:14767: checking for an ANSI C-conforming const | |
configure:14842: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:14849: $? = 0 | |
configure:14864: result: yes | |
configure:14874: checking for inline | |
configure:14900: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:14907: $? = 0 | |
configure:14925: result: inline | |
configure:14944: checking for quiet inline (no complaint if unreferenced) | |
configure:14974: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:14981: $? = 0 | |
configure:15003: result: yes | |
configure:15013: checking for preprocessor stringizing operator | |
configure:15037: result: yes | |
configure:15047: checking for signed types | |
configure:15073: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:15080: $? = 0 | |
configure:15095: result: yes | |
configure:15104: checking for working volatile | |
configure:15133: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:15140: $? = 0 | |
configure:15155: result: yes | |
configure:15165: checking for __func__ | |
configure:15191: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:15198: $? = 0 | |
configure:15213: result: yes | |
configure:15280: checking whether struct tm is in sys/time.h or time.h | |
configure:15310: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:15317: $? = 0 | |
configure:15332: result: time.h | |
configure:15342: checking for struct tm.tm_zone | |
configure:15373: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:15380: $? = 0 | |
configure:15441: result: yes | |
configure:15459: checking for tzname | |
configure:15489: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:15496: $? = 0 | |
configure:15516: result: yes | |
configure:15526: checking for union semun | |
configure:15557: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:15564: $? = 0 | |
configure:15594: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:85:26: error: expected expression | |
if (sizeof ((union semun))) | |
^ | |
1 error generated. | |
configure:15601: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 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:15624: result: yes | |
configure:15635: checking for struct sockaddr_un | |
configure:15668: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:15675: $? = 0 | |
configure:15707: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:88:33: error: expected expression | |
if (sizeof ((struct sockaddr_un))) | |
^ | |
1 error generated. | |
configure:15714: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 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:15737: result: yes | |
configure:15752: checking for struct sockaddr_storage | |
configure:15785: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:15792: $? = 0 | |
configure:15824: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:90:38: error: expected expression | |
if (sizeof ((struct sockaddr_storage))) | |
^ | |
1 error generated. | |
configure:15831: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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:15854: result: yes | |
configure:15865: checking for struct sockaddr_storage.ss_family | |
configure:15898: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:15905: $? = 0 | |
configure:15968: result: yes | |
configure:15978: checking for struct sockaddr_storage.__ss_family | |
configure:16011: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:93: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:16018: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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:16056: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:93: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:16063: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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:16081: result: no | |
configure:16091: checking for struct sockaddr_storage.ss_len | |
configure:16124: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:16131: $? = 0 | |
configure:16194: result: yes | |
configure:16204: checking for struct sockaddr_storage.__ss_len | |
configure:16237: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:94: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:16244: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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:16282: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:94: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:16289: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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:16307: result: no | |
configure:16317: checking for struct sockaddr.sa_len | |
configure:16350: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:16357: $? = 0 | |
configure:16420: result: yes | |
configure:16431: checking for struct addrinfo | |
configure:16463: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:16470: $? = 0 | |
configure:16501: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:93:30: error: expected expression | |
if (sizeof ((struct addrinfo))) | |
^ | |
1 error generated. | |
configure:16508: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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:16531: result: yes | |
configure:16543: checking for intptr_t | |
configure:16571: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:16578: $? = 0 | |
configure:16605: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:122:23: error: expected expression | |
if (sizeof ((intptr_t))) | |
^ | |
1 error generated. | |
configure:16612: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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:16635: result: yes | |
configure:16700: checking for uintptr_t | |
configure:16728: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:16735: $? = 0 | |
configure:16762: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:123:24: error: expected expression | |
if (sizeof ((uintptr_t))) | |
^ | |
1 error generated. | |
configure:16769: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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:16792: result: yes | |
configure:16858: checking for long long int | |
configure:16905: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:16912: $? = 0 | |
configure:16959: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:16963: $? = 0 | |
configure:16969: ./conftest | |
configure:16973: $? = 0 | |
configure:17000: result: yes | |
configure:17011: checking for locale_t | |
configure:17038: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:90:1: error: unknown type name 'locale_t' | |
locale_t x; | |
^ | |
1 error generated. | |
configure:17045: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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:17077: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:17084: $? = 0 | |
configure:17102: result: yes (in xlocale.h) | |
configure:17119: checking for struct cmsgcred | |
configure:17151: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:99:5: error: invalid application of 'sizeof' to an incomplete type 'struct cmsgcred' | |
if (sizeof (struct cmsgcred)) | |
^ ~~~~~~~~~~~~~~~~~ | |
conftest.c:99:20: note: forward declaration of 'struct cmsgcred' | |
if (sizeof (struct cmsgcred)) | |
^ | |
1 error generated. | |
configure:17158: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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> | |
| #ifdef HAVE_SYS_UCRED_H | |
| #include <sys/ucred.h> | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof (struct cmsgcred)) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17219: result: no | |
configure:17231: checking for struct option | |
configure:17262: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:17269: $? = 0 | |
configure:17299: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:98:28: error: expected expression | |
if (sizeof ((struct option))) | |
^ | |
1 error generated. | |
configure:17306: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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:17329: result: yes | |
configure:17345: checking for z_streamp | |
configure:17374: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:17381: $? = 0 | |
configure:17409: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:97:24: error: expected expression | |
if (sizeof ((z_streamp))) | |
^ | |
1 error generated. | |
configure:17416: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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:17439: result: yes | |
configure:17455: checking for krb5_ticket.enc_part2 | |
configure:17484: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:17491: $? = 0 | |
configure:17550: result: yes | |
configure:17672: checking for krb5_error.text.data | |
configure:17701: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:17708: $? = 0 | |
configure:17767: result: yes | |
configure:17892: checking for krb5_free_unparsed_name | |
configure:17915: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:17922: $? = 0 | |
configure:17935: result: yes | |
configure:17961: checking for special C compiler options needed for large files | |
configure:18056: result: no | |
configure:18062: checking for _FILE_OFFSET_BITS value needed for large files | |
configure:18097: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:18104: $? = 0 | |
configure:18173: result: no | |
configure:18316: checking size of off_t | |
configure:18621: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:18625: $? = 0 | |
configure:18631: ./conftest | |
configure:18635: $? = 0 | |
configure:18661: result: 8 | |
configure:18684: checking for int timezone | |
configure:18715: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:18722: $? = 0 | |
configure:18742: result: yes | |
configure:18751: checking types of arguments for accept() | |
configure:18796: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:103: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:18803: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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_ENC_PART2 1 | |
| #define HAVE_KRB5_ERROR_TEXT_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:18796: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:103: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:18803: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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_ENC_PART2 1 | |
| #define HAVE_KRB5_ERROR_TEXT_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:18796: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:18803: $? = 0 | |
configure:18837: result: int, int, struct sockaddr *, socklen_t * | |
configure:18860: checking whether gettimeofday takes only one argument | |
configure:18888: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:18895: $? = 0 | |
configure:18910: result: no | |
configure:18948: checking for cbrt | |
configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:19011: $? = 0 | |
configure:19033: result: yes | |
configure:18948: checking for dlopen | |
configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:19011: $? = 0 | |
configure:19033: result: yes | |
configure:18948: checking for fcvt | |
configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:19011: $? = 0 | |
configure:19033: result: yes | |
configure:18948: checking for fdatasync | |
configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:19011: $? = 0 | |
configure:19033: result: yes | |
configure:18948: checking for getifaddrs | |
configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:19011: $? = 0 | |
configure:19033: result: yes | |
configure:18948: checking for getpeerucred | |
configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
Undefined symbols for architecture x86_64: | |
"_getpeerucred", referenced from: | |
_main in conftest-lRapfJ.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:19011: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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_ENC_PART2 1 | |
| #define HAVE_KRB5_ERROR_TEXT_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_FCVT 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:19033: result: no | |
configure:18948: checking for getrlimit | |
configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:19011: $? = 0 | |
configure:19033: result: yes | |
configure:18948: checking for memmove | |
configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:19011: $? = 0 | |
configure:19033: result: yes | |
configure:18948: checking for poll | |
configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:19011: $? = 0 | |
configure:19033: result: yes | |
configure:18948: checking for pstat | |
configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
Undefined symbols for architecture x86_64: | |
"_pstat", referenced from: | |
_main in conftest-rTun9e.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:19011: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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_ENC_PART2 1 | |
| #define HAVE_KRB5_ERROR_TEXT_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_FCVT 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| /* end confdefs.h. */ | |
| /* Define pstat to an innocuous variant, in case <limits.h> declares pstat. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pstat innocuous_pstat | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pstat (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef pstat | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char pstat (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_pstat || defined __stub___pstat | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pstat (); | |
| ; | |
| return 0; | |
| } | |
configure:19033: result: no | |
configure:18948: checking for readlink | |
configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:19011: $? = 0 | |
configure:19033: result: yes | |
configure:18948: checking for scandir | |
configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:19011: $? = 0 | |
configure:19033: result: yes | |
configure:18948: checking for setproctitle | |
configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
Undefined symbols for architecture x86_64: | |
"_setproctitle", referenced from: | |
_main in conftest-bqDJDM.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:19011: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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_ENC_PART2 1 | |
| #define HAVE_KRB5_ERROR_TEXT_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_FCVT 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SCANDIR 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:19033: result: no | |
configure:18948: checking for setsid | |
configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:19011: $? = 0 | |
configure:19033: result: yes | |
configure:18948: checking for sigprocmask | |
configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:19011: $? = 0 | |
configure:19033: result: yes | |
configure:18948: checking for symlink | |
configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:19011: $? = 0 | |
configure:19033: result: yes | |
configure:18948: checking for sysconf | |
configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:19011: $? = 0 | |
configure:19033: result: yes | |
configure:18948: checking for towlower | |
configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:19011: $? = 0 | |
configure:19033: result: yes | |
configure:18948: checking for utime | |
configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:19011: $? = 0 | |
configure:19033: result: yes | |
configure:18948: checking for utimes | |
configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:19011: $? = 0 | |
configure:19033: result: yes | |
configure:18948: checking for waitpid | |
configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:19011: $? = 0 | |
configure:19033: result: yes | |
configure:18948: checking for wcstombs | |
configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:19011: $? = 0 | |
configure:19033: result: yes | |
configure:18948: checking for wcstombs_l | |
configure:19004: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:19011: $? = 0 | |
configure:19033: result: yes | |
configure:19050: checking for fseeko | |
configure:19106: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:19113: $? = 0 | |
configure:19135: result: yes | |
configure:19166: checking for _LARGEFILE_SOURCE value needed for large files | |
configure:19195: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:19202: $? = 0 | |
configure:19275: result: no | |
configure:19308: checking for posix_fadvise | |
configure:19364: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
Undefined symbols for architecture x86_64: | |
"_posix_fadvise", referenced from: | |
_main in conftest-K4zjVa.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:19371: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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_ENC_PART2 1 | |
| #define HAVE_KRB5_ERROR_TEXT_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_FCVT 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SCANDIR 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WAITPID 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:19393: result: no | |
configure:19405: checking whether posix_fadvise is declared | |
configure:19435: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:129:10: error: use of undeclared identifier 'posix_fadvise' | |
(void) posix_fadvise; | |
^ | |
1 error generated. | |
configure:19442: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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_ENC_PART2 1 | |
| #define HAVE_KRB5_ERROR_TEXT_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_FCVT 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SCANDIR 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WAITPID 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:19457: result: no | |
configure:19477: checking whether fdatasync is declared | |
configure:19507: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:130:10: error: use of undeclared identifier 'fdatasync' | |
(void) fdatasync; | |
^ | |
1 error generated. | |
configure:19514: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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_ENC_PART2 1 | |
| #define HAVE_KRB5_ERROR_TEXT_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_FCVT 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SCANDIR 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WAITPID 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:19529: result: no | |
configure:19547: checking whether strlcat is declared | |
configure:19576: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:19583: $? = 0 | |
configure:19598: result: yes | |
configure:19614: checking whether strlcpy is declared | |
configure:19643: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:19650: $? = 0 | |
configure:19665: result: yes | |
configure:19684: checking whether F_FULLFSYNC is declared | |
configure:19714: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:19721: $? = 0 | |
configure:19736: result: yes | |
configure:19756: checking for struct sockaddr_in6 | |
configure:19786: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:19793: $? = 0 | |
configure:19822: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
conftest.c:166:34: error: expected expression | |
if (sizeof ((struct sockaddr_in6))) | |
^ | |
1 error generated. | |
configure:19829: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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_ENC_PART2 1 | |
| #define HAVE_KRB5_ERROR_TEXT_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_FCVT 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SCANDIR 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WAITPID 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:19852: result: yes | |
configure:19865: checking for PS_STRINGS | |
configure:19894: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
conftest.c:130:10: fatal error: 'sys/exec.h' file not found | |
#include <sys/exec.h> | |
^ | |
1 error generated. | |
configure:19901: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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_ENC_PART2 1 | |
| #define HAVE_KRB5_ERROR_TEXT_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_FCVT 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SCANDIR 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WAITPID 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:19921: result: no | |
configure:19970: checking for snprintf | |
configure:20026: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:20033: $? = 0 | |
configure:20055: result: yes | |
configure:20073: checking for vsnprintf | |
configure:20129: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:20136: $? = 0 | |
configure:20158: result: yes | |
configure:20180: checking whether snprintf is declared | |
configure:20209: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:20216: $? = 0 | |
configure:20231: result: yes | |
configure:20247: checking whether vsnprintf is declared | |
configure:20276: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:20283: $? = 0 | |
configure:20298: result: yes | |
configure:20318: checking for isinf | |
configure:20347: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:20354: $? = 0 | |
configure:20374: result: yes | |
configure:20519: checking for crypt | |
configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5 | |
configure:20582: $? = 0 | |
configure:20604: result: yes | |
configure:20519: checking for erand48 | |
configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5 | |
configure:20582: $? = 0 | |
configure:20604: result: yes | |
configure:20519: checking for getopt | |
configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5 | |
configure:20582: $? = 0 | |
configure:20604: result: yes | |
configure:20519: checking for getrusage | |
configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5 | |
configure:20582: $? = 0 | |
configure:20604: result: yes | |
configure:20519: checking for inet_aton | |
configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5 | |
configure:20582: $? = 0 | |
configure:20604: result: yes | |
configure:20519: checking for random | |
configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5 | |
configure:20582: $? = 0 | |
configure:20604: result: yes | |
configure:20519: checking for rint | |
configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5 | |
configure:20582: $? = 0 | |
configure:20604: result: yes | |
configure:20519: checking for srandom | |
configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5 | |
configure:20582: $? = 0 | |
configure:20604: result: yes | |
configure:20519: checking for strdup | |
configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5 | |
configure:20582: $? = 0 | |
configure:20604: result: yes | |
configure:20519: checking for strerror | |
configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5 | |
configure:20582: $? = 0 | |
configure:20604: result: yes | |
configure:20519: checking for strlcat | |
configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5 | |
configure:20582: $? = 0 | |
configure:20604: result: yes | |
configure:20519: checking for strlcpy | |
configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5 | |
configure:20582: $? = 0 | |
configure:20604: result: yes | |
configure:20519: checking for strtol | |
configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5 | |
configure:20582: $? = 0 | |
configure:20604: result: yes | |
configure:20519: checking for strtoul | |
configure:20575: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5 | |
configure:20582: $? = 0 | |
configure:20604: result: yes | |
configure:20649: checking for unsetenv | |
configure:20705: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5 | |
configure:20712: $? = 0 | |
configure:20734: result: yes | |
configure:20649: checking for getpeereid | |
configure:20705: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lm -luuid >&5 | |
configure:20712: $? = 0 | |
configure:20734: result: yes | |
configure:20770: checking for getaddrinfo | |
configure:20826: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:20833: $? = 0 | |
configure:20855: result: yes | |
configure:20890: checking for getopt_long | |
configure:20946: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:20953: $? = 0 | |
configure:20975: result: yes | |
configure:21314: checking for rl_completion_append_character | |
configure:21346: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:21353: $? = 0 | |
configure:21373: result: yes | |
configure:21387: checking for rl_completion_matches | |
configure:21443: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:21450: $? = 0 | |
configure:21472: result: yes | |
configure:21387: checking for rl_filename_completion_function | |
configure:21443: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:21450: $? = 0 | |
configure:21472: result: yes | |
configure:21489: checking for append_history | |
configure:21545: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:21552: $? = 0 | |
configure:21574: result: yes | |
configure:21489: checking for history_truncate_file | |
configure:21545: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:21552: $? = 0 | |
configure:21574: result: yes | |
configure:21589: checking for sigsetjmp | |
configure:21615: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:21622: $? = 0 | |
configure:21642: result: yes | |
configure:21652: checking whether sys_siglist is declared | |
configure:21687: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:21694: $? = 0 | |
configure:21709: result: yes | |
configure:21729: checking for syslog | |
configure:21785: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:21792: $? = 0 | |
configure:21812: result: yes | |
configure:21825: checking syslog.h usability | |
configure:21842: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5 | |
configure:21849: $? = 0 | |
configure:21863: result: yes | |
configure:21867: checking syslog.h presence | |
configure:21882: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c | |
configure:21889: $? = 0 | |
configure:21903: result: yes | |
configure:21936: checking for syslog.h | |
configure:21943: result: yes | |
configure:21959: checking for opterr | |
configure:21985: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:21992: $? = 0 | |
configure:22012: result: yes | |
configure:22022: checking for optreset | |
configure:22048: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:22055: $? = 0 | |
configure:22075: result: yes | |
configure:22090: checking for strtoll | |
configure:22146: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:22153: $? = 0 | |
configure:22175: result: yes | |
configure:22192: checking for strtoull | |
configure:22248: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:22255: $? = 0 | |
configure:22277: result: yes | |
configure:22295: checking for atexit | |
configure:22351: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:22358: $? = 0 | |
configure:22380: result: yes | |
configure:22499: checking for builtin locking functions | |
configure:22527: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:22534: $? = 0 | |
configure:22554: result: yes | |
configure:22772: checking for the pthreads library -lpthreads | |
configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lpthreads -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
ld: library not found for -lpthreads | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:22822: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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_ENC_PART2 1 | |
| #define HAVE_KRB5_ERROR_TEXT_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_FCVT 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SCANDIR 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WAITPID 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_ERAND48 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_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETPEEREID 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETOPT_LONG 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_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_ATEXIT 1 | |
| #define HAVE_GCC_INT_ATOMICS 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:22869: result: no | |
configure:22715: checking whether pthreads work without any flags | |
configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:22822: $? = 0 | |
configure:22869: result: yes | |
configure:22720: checking whether pthreads work with -Kthread | |
configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:22822: $? = 0 | |
configure:22869: result: yes | |
configure:22720: checking whether pthreads work with -kthread | |
configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:22822: $? = 0 | |
configure:22869: result: yes | |
configure:22772: checking for the pthreads library -llthread | |
configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -llthread -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
ld: library not found for -llthread | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:22822: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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_ENC_PART2 1 | |
| #define HAVE_KRB5_ERROR_TEXT_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_FCVT 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SCANDIR 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WAITPID 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_ERAND48 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_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETPEEREID 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETOPT_LONG 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_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_ATEXIT 1 | |
| #define HAVE_GCC_INT_ATOMICS 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:22869: result: no | |
configure:22720: checking whether pthreads work with -pthread | |
configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:22822: $? = 0 | |
configure:22869: result: yes | |
configure:22720: checking whether pthreads work with -pthreads | |
configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:22822: $? = 0 | |
configure:22869: result: yes | |
configure:22720: checking whether pthreads work with -mthreads | |
configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:22822: $? = 0 | |
configure:22869: result: yes | |
configure:22772: checking for the pthreads library -lpthread | |
configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lpthread -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:22822: $? = 0 | |
configure:22869: result: yes | |
configure:22720: checking whether pthreads work with --thread-safe | |
configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads --thread-safe -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lpthread -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
clang: error: unsupported option '--thread-safe' | |
configure:22822: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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_ENC_PART2 1 | |
| #define HAVE_KRB5_ERROR_TEXT_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_FCVT 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SCANDIR 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WAITPID 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_ERAND48 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_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETPEEREID 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETOPT_LONG 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_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_ATEXIT 1 | |
| #define HAVE_GCC_INT_ATOMICS 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:22869: result: no | |
configure:22720: checking whether pthreads work with -mt | |
configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lpthread -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
configure:22822: $? = 0 | |
configure:22869: result: yes | |
configure:22772: checking for the pthreads library -lpthreadGC2 | |
configure:22815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Kthread -kthread -pthread -pthreads -mthreads -mt -I/usr/local/Cellar/readline/6.2.2/include -isystem /usr/local/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lpthreadGC2 -lpthread -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5 | |
ld: library not found for -lpthreadGC2 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:22822: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "PostgreSQL" | |
| #define PACKAGE_TARNAME "postgresql" | |
| #define PACKAGE_VERSION "9.1.4" | |
| #define PACKAGE_STRING "PostgreSQL 9.1.4" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PG_VERSION "9.1.4" | |
| #define PG_MAJORVERSION "9.1" | |
| #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_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_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_UCRED_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define HAVE_WCTYPE_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| #define HAVE_READLINE_HISTORY_H 1 | |
| #define HAVE_GSSAPI_GSSAPI_H 1 | |
| #define HAVE_ERR_SET_MARK 1 | |
| #define HAVE_UUID_H 1 | |
| #define USE_INLINE 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define HAVE_FUNCNAME__FUNC 1 | |
| #define HAVE_STRUCT_TM_TM_ZONE 1 | |
| #define HAVE_TM_ZONE 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_UNION_SEMUN 1 | |
| #define HAVE_STRUCT_SOCKADDR_UN 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_ENC_PART2 1 | |
| #define HAVE_KRB5_ERROR_TEXT_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_FCVT 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_POLL 1 | |
| #define HAVE_READLINK 1 | |
| #define HAVE_SCANDIR 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SYMLINK 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_TOWLOWER 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_WAITPID 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_ERAND48 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_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNSETENV 1 | |
| #define HAVE_GETPEEREID 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETOPT_LONG 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_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_ATEXIT 1 | |
| #define HAVE_GCC_INT_ATOMICS 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:22869: result: no | |
configure:23117: checking pthread.h usability | |
configure:23134: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-securi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment