Build of postgresql with clang_glibc toolchain

The build took 00h 07m 47s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
810,398 ansic
29,868 yacc
10,637 perl
7,046 lex
5,731 sh
4,375 makefile
65 asm
17 lisp
15 sed
12 python
868,164 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

Due to the failure of this package to build, we did not attempt to build several packages that depend on this one. Those packages are:

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: postgresql 9.5.3-1 (Thu Apr 13 20:58:45 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) tcl-8.6.5-2
#
# Total Installed Size: 6.42 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing tcl...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# patching file src/include/pg_config_manual.h
# Hunk #1 succeeded at 169 with fuzz 1 (offset 25 lines).
# checking build system type... x86_64-pc-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking which template to use... linux
# checking whether to build with 64-bit integer date/time support... yes
# checking whether NLS is wanted... yes
# 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 x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang supports -Wdeclaration-after-statement... yes
# checking whether clang supports -Wendif-labels... yes
# checking whether clang supports -Wmissing-format-attribute... yes
# checking whether clang supports -Wformat-security... yes
# checking whether clang supports -fno-strict-aliasing... yes
# checking whether clang supports -fwrapv... yes
# checking whether clang supports -fexcess-precision=standard... no
# checking whether clang supports -funroll-loops... yes
# checking whether clang supports -ftree-vectorize... yes
# checking whether clang supports -Wunused-command-line-argument... yes
# checking whether the C compiler still works... yes
# checking how to run the C preprocessor... clang -E
# checking allow thread-safe client libraries... yes
# checking whether to build with Tcl... yes
# checking whether to build Perl modules... yes
# checking whether to build Python modules... yes
# checking whether to build with GSSAPI support... yes
# checking whether to build with PAM support... yes
# checking whether to build with LDAP support... no
# checking whether to build with Bonjour support... no
# checking whether to build with OpenSSL support... yes
# checking whether to build with SELinux support... no
# checking for xml2-config... xml2-config
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ld used by GCC... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking whether it is possible to strip libraries... yes
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for tar... /usr/bin/tar
# checking whether ln -s works... yes
# checking for gawk... gawk
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for bison... /usr/bin/bison
# configure: using bison (GNU Bison) 3.0.4
# checking for flex... no
# configure: WARNING:
# *** Without Flex you will not be able to build PostgreSQL from Git nor
# *** change any of the scanner definition files. You can obtain Flex from
# *** a GNU mirror site. (If you are using the official distribution of
# *** PostgreSQL then you do not need to worry about this because the Flex
# *** output is pre-generated.)
# checking for perl... /usr/bin/perl
# configure: using perl 5.24.0
# checking for Perl archlibexp... /usr/lib/perl5/core_perl
# checking for Perl privlibexp... /usr/share/perl5/core_perl
# checking for Perl useshrplib... true
# checking for flags to link embedded Perl... -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib -L/usr/lib/perl5/core_perl/CORE -lperl -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
# checking for python... /usr/bin/python2
# checking for Python distutils module... yes
# checking Python configuration directory... /usr/lib/python2.7/config
# checking Python include directories... -I/usr/include/python2.7
# checking how to link an embedded Python application... -L/usr/lib -lpython2.7 -lpthread -ldl -lutil -lm
# checking for main in -lm... yes
# checking for library containing setproctitle... no
# checking for library containing dlopen... -ldl
# 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... -lcrypt
# checking for library containing shm_open... -lrt
# checking for library containing shm_unlink... none required
# checking for library containing fdatasync... none required
# checking for library containing sched_yield... none required
# checking for library containing gethostbyname_r... none required
# 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 CRYPTO_new_ex_data in -lcrypto... yes
# checking for SSL_library_init in -lssl... yes
# checking for SSL_get_current_compression... yes
# checking for pam_start in -lpam... yes
# checking for xmlSaveToBuffer in -lxml2... yes
# checking for uuid_generate... no
# checking for uuid_generate 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 atomic.h usability... no
# checking atomic.h presence... no
# checking for atomic.h... no
# checking crypt.h usability... yes
# checking crypt.h presence... yes
# checking for crypt.h... yes
# 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 mbarrier.h usability... no
# checking mbarrier.h presence... no
# checking for mbarrier.h... no
# 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... no
# checking sys/sockio.h presence... no
# checking for sys/sockio.h... no
# checking sys/tas.h usability... no
# checking sys/tas.h presence... no
# checking for sys/tas.h... no
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking sys/un.h usability... yes
# checking sys/un.h presence... yes
# checking for sys/un.h... yes
# checking termios.h usability... yes
# checking termios.h presence... yes
# checking for termios.h... yes
# checking ucred.h usability... no
# checking ucred.h presence... no
# checking for ucred.h... no
# checking utime.h usability... yes
# checking utime.h presence... yes
# checking for utime.h... yes
# checking wchar.h usability... yes
# checking wchar.h presence... yes
# checking for wchar.h... yes
# checking wctype.h usability... yes
# checking wctype.h presence... yes
# checking for wctype.h... yes
# checking for net/if.h... yes
# checking for sys/ucred.h... no
# 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 openssl/ssl.h usability... yes
# checking openssl/ssl.h presence... yes
# checking for openssl/ssl.h... yes
# checking openssl/err.h usability... yes
# checking openssl/err.h presence... yes
# checking for openssl/err.h... yes
# checking security/pam_appl.h usability... yes
# checking security/pam_appl.h presence... yes
# checking for security/pam_appl.h... yes
# checking libxml/parser.h usability... yes
# checking libxml/parser.h presence... yes
# checking for libxml/parser.h... yes
# checking uuid/uuid.h usability... yes
# checking uuid/uuid.h presence... yes
# checking for uuid/uuid.h... yes
# checking whether byte ordering is bigendian... no
# checking for inline... inline
# checking for quiet inline (no complaint if unreferenced)... yes
# checking for printf format archetype... printf
# checking for flexible array members... yes
# checking for signed types... yes
# checking for __func__... yes
# checking for _Static_assert... yes
# checking for __builtin_types_compatible_p... yes
# checking for __builtin_bswap32... yes
# checking for __builtin_constant_p... yes
# checking for __builtin_unreachable... yes
# checking for __VA_ARGS__... yes
# checking whether struct tm is in sys/time.h or time.h... time.h
# checking for struct tm.tm_zone... yes
# checking for tzname... yes
# checking for union semun... no
# 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... no
# checking for struct sockaddr_storage.__ss_len... no
# checking for struct sockaddr.sa_len... no
# checking for struct addrinfo... yes
# checking for intptr_t... yes
# checking for uintptr_t... yes
# checking for unsigned long long int... yes
# checking for long long int... yes
# checking for locale_t... yes
# checking for struct cmsgcred... no
# checking for struct option... yes
# checking for z_streamp... 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 wcstombs_l declaration... no
# checking for cbrt... yes
# checking for dlopen... yes
# checking for fdatasync... yes
# checking for getifaddrs... yes
# checking for getpeerucred... no
# checking for getrlimit... yes
# checking for mbstowcs_l... no
# checking for memmove... yes
# checking for poll... yes
# checking for pstat... no
# checking for pthread_is_threaded_np... no
# checking for readlink... yes
# checking for setproctitle... no
# checking for setsid... yes
# checking for shm_open... yes
# checking for sigprocmask... yes
# checking for symlink... yes
# checking for sync_file_range... yes
# checking for towlower... yes
# checking for utime... yes
# checking for utimes... yes
# checking for wcstombs... yes
# checking for wcstombs_l... no
# checking for fseeko... yes
# checking for _LARGEFILE_SOURCE value needed for large files... no
# checking for posix_fadvise... yes
# checking whether posix_fadvise is declared... yes
# checking whether fdatasync is declared... yes
# checking whether strlcat is declared... yes
# checking whether strlcpy is declared... yes
# checking whether F_FULLFSYNC is declared... no
# checking for struct sockaddr_in6... yes
# checking for PS_STRINGS... no
# checking for snprintf... yes
# checking for vsnprintf... yes
# checking whether snprintf is declared... yes
# checking whether vsnprintf is declared... yes
# checking for isinf... yes
# checking for crypt... yes
# checking for fls... no
# checking for getopt... yes
# checking for getrusage... yes
# checking for inet_aton... yes
# checking for mkdtemp... yes
# checking for random... yes
# checking for rint... yes
# checking for srandom... yes
# checking for strerror... yes
# checking for strlcat... no
# checking for strlcpy... no
# checking for unsetenv... yes
# checking for getpeereid... no
# checking for getaddrinfo... yes
# checking for getopt_long... yes
# checking for sigsetjmp... yes
# checking whether sys_siglist is declared... yes
# checking for syslog... yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking for opterr... yes
# checking for optreset... no
# checking for strtoll... yes
# checking for strtoull... yes
# checking for rl_completion_append_character... yes
# checking for rl_completion_matches... yes
# checking for rl_filename_completion_function... yes
# checking for rl_reset_screen_size... yes
# checking for append_history... yes
# checking for history_truncate_file... yes
# checking for the pthreads library -lpthreads... no
# checking whether pthreads work without any flags... no
# checking whether pthreads work with -Kthread... no
# checking whether pthreads work with -kthread... no
# checking for the pthreads library -llthread... no
# checking whether pthreads work with -pthread... yes
# checking whether pthreads work with -pthreads... 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... no
# checking for the pthreads library -lpthreadGC2... no
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking for strerror_r... yes
# checking for getpwuid_r... yes
# checking for gethostbyname_r... yes
# checking whether strerror_r returns int... no
# checking test program... ok
# checking whether snprintf supports argument control... yes
# checking whether long int is 64 bits... yes
# checking whether snprintf supports the %z modifier... 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 __int128... yes
# checking for builtin __sync char locking functions... yes
# checking for builtin __sync int32 locking functions... yes
# checking for builtin __sync int32 atomic operations... yes
# checking for builtin __sync int64 atomic operations... yes
# checking for builtin __atomic int32 atomic operations... yes
# checking for builtin __atomic int64 atomic operations... yes
# checking for __get_cpuid... yes
# checking for __cpuid... no
# checking for _mm_crc32_u8 and _mm_crc32_u32 with CFLAGS=... no
# checking for _mm_crc32_u8 and _mm_crc32_u32 with CFLAGS=-msse4.2... yes
# checking which CRC-32C implementation to use... SSE 4.2 with runtime check
# checking for POSIX signal interface... yes
# checking for library containing bind_textdomain_codeset... none required
# checking libintl.h usability... yes
# checking libintl.h presence... yes
# checking for libintl.h... yes
# checking for msgfmt... msgfmt
# checking for msgfmt flags... -c
# checking for msgmerge... msgmerge
# checking for xgettext... xgettext
# checking for tclsh... /usr/bin/tclsh
# checking for tclConfig.sh... /usr/lib/tclConfig.sh
# checking tcl.h usability... yes
# checking tcl.h presence... yes
# checking for tcl.h... yes
# checking for perl.h... yes
# checking for libperl... yes
# checking Python.h usability... yes
# checking Python.h presence... yes
# checking for Python.h... yes
# checking for onsgmls... no
# checking for nsgmls... no
# checking for openjade... no
# checking for jade... no
# checking for DocBook V4.2... no
# checking for DocBook stylesheets... no
# checking for collateindex.pl... no
# checking for dbtoepub... no
# checking for xmllint... xmllint
# 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 clang supports -Wl,--as-needed... yes
# configure: using compiler=clang version 3.8.0 (tags/RELEASE_380/final)
# configure: using CFLAGS=-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument
# configure: using CPPFLAGS= -D_GNU_SOURCE -I/usr/include/libxml2
# configure: using LDFLAGS= -Wl,--as-needed
# configure: creating ./config.status
# config.status: creating GNUmakefile
# config.status: creating src/Makefile.global
# config.status: creating src/include/pg_config.h
# config.status: creating src/include/pg_config_ext.h
# config.status: creating src/interfaces/ecpg/include/ecpg_config.h
# config.status: linking src/backend/port/tas/dummy.s to src/backend/port/tas.s
# config.status: linking src/backend/port/dynloader/linux.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/linux.h to src/include/dynloader.h
# config.status: linking src/include/port/linux.h to src/include/pg_config_os.h
# config.status: linking src/makefiles/Makefile.linux to src/Makefile.port
# make -C doc all
# make[1]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/doc'
# make -C src all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/doc/src'
# make -C sgml all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/doc/src/sgml'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/doc/src/sgml'
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/doc/src'
# make[1]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/doc'
# make -C src all
# make[1]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src'
# make -C common all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# prereqdir=`cd 'utils/' >/dev/null && pwd` && \
# cd '../../src/include/utils/' && rm -f errcodes.h && \
# ln -s "$prereqdir/errcodes.h" .
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o exec.o exec.c
# exec.c:280:2: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(link_buf, fname, sizeof(link_buf));
# ^
# exec.c:280:2: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_lzcompress.o pg_lzcompress.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgfnames.o pgfnames.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o psprintf.o psprintf.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o relpath.o relpath.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o rmtree.o rmtree.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o string.o string.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o username.o username.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o wait_error.o wait_error.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o fe_memutils.o fe_memutils.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o restricted_token.o restricted_token.c
# rm -f libpgcommon.a
# ar crs libpgcommon.a exec.o pg_lzcompress.o pgfnames.o psprintf.o relpath.o rmtree.o string.o username.o wait_error.o fe_memutils.o restricted_token.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c exec.c -o exec_srv.o
# exec.c:280:2: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(link_buf, fname, sizeof(link_buf));
# ^
# exec.c:280:2: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c pg_lzcompress.c -o pg_lzcompress_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c pgfnames.c -o pgfnames_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c psprintf.c -o psprintf_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c relpath.c -o relpath_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c rmtree.c -o rmtree_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c string.c -o string_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c username.c -o username_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c wait_error.c -o wait_error_srv.o
# rm -f libpgcommon_srv.a
# ar crs libpgcommon_srv.a exec_srv.o pg_lzcompress_srv.o pgfnames_srv.o psprintf_srv.o relpath_srv.o rmtree_srv.o string_srv.o username_srv.o wait_error_srv.o
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C port all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[3]: Nothing to be done for 'submake-errcodes'.
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o fls.o fls.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o strlcat.o strlcat.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o strlcpy.o strlcpy.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o getpeereid.o getpeereid.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -msse4.2 -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_crc32c_sse42.o pg_crc32c_sse42.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_crc32c_sb8.o pg_crc32c_sb8.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_crc32c_choose.o pg_crc32c_choose.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o chklocale.o chklocale.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o erand48.o erand48.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o inet_net_ntop.o inet_net_ntop.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o noblock.o noblock.c
# echo "#define PGBINDIR \"/usr/bin\"" >pg_config_paths.h
# echo "#define PGSHAREDIR \"/usr/share/postgresql\"" >>pg_config_paths.h
# echo "#define SYSCONFDIR \"/etc/postgresql\"" >>pg_config_paths.h
# echo "#define INCLUDEDIR \"/usr/include\"" >>pg_config_paths.h
# echo "#define PKGINCLUDEDIR \"/usr/include/postgresql\"" >>pg_config_paths.h
# echo "#define INCLUDEDIRSERVER \"/usr/include/postgresql/server\"" >>pg_config_paths.h
# echo "#define LIBDIR \"/usr/lib\"" >>pg_config_paths.h
# echo "#define PKGLIBDIR \"/usr/lib/postgresql\"" >>pg_config_paths.h
# echo "#define LOCALEDIR \"/usr/share/locale\"" >>pg_config_paths.h
# echo "#define DOCDIR \"/usr/share/doc//postgresql\"" >>pg_config_paths.h
# echo "#define HTMLDIR \"/usr/share/doc//postgresql\"" >>pg_config_paths.h
# echo "#define MANDIR \"/usr/share/man\"" >>pg_config_paths.h
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o path.o path.c
# path.c:188:3: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(ret_path, head, MAXPGPATH);
# ^
# path.c:188:3: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgcheckdir.o pgcheckdir.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgmkdirp.o pgmkdirp.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgsleep.o pgsleep.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgstrcasecmp.o pgstrcasecmp.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pqsignal.o pqsignal.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o qsort.o qsort.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o qsort_arg.o qsort_arg.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o quotes.o quotes.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o sprompt.o sprompt.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tar.o tar.c
# tar.c:124:2: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(&h[0], filename, 100);
# ^
# tar.c:124:2: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o thread.o thread.c
# rm -f libpgport.a
# ar crs libpgport.a fls.o strlcat.o strlcpy.o getpeereid.o pg_crc32c_sse42.o pg_crc32c_sb8.o pg_crc32c_choose.o chklocale.o erand48.o inet_net_ntop.o noblock.o path.o pgcheckdir.o pgmkdirp.o pgsleep.o pgstrcasecmp.o pqsignal.o qsort.o qsort_arg.o quotes.o sprompt.o tar.o thread.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c fls.c -o fls_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c strlcat.c -o strlcat_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c strlcpy.c -o strlcpy_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c getpeereid.c -o getpeereid_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -msse4.2 -I../../src/port -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c pg_crc32c_sse42.c -o pg_crc32c_sse42_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c pg_crc32c_sb8.c -o pg_crc32c_sb8_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c pg_crc32c_choose.c -o pg_crc32c_choose_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c chklocale.c -o chklocale_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c erand48.c -o erand48_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c inet_net_ntop.c -o inet_net_ntop_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c noblock.c -o noblock_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c path.c -o path_srv.o
# path.c:188:3: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(ret_path, head, MAXPGPATH);
# ^
# path.c:188:3: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c pgcheckdir.c -o pgcheckdir_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c pgmkdirp.c -o pgmkdirp_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c pgsleep.c -o pgsleep_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c pgstrcasecmp.c -o pgstrcasecmp_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c pqsignal.c -o pqsignal_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c qsort.c -o qsort_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c qsort_arg.c -o qsort_arg_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c quotes.c -o quotes_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c sprompt.c -o sprompt_srv.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c tar.c -o tar_srv.o
# tar.c:124:2: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(&h[0], filename, 100);
# ^
# tar.c:124:2: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/port -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c thread.c -o thread_srv.o
# thread.c:77:2: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(strerrbuf, strerror(errnum), buflen);
# ^
# thread.c:77:2: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# rm -f libpgport_srv.a
# ar crs libpgport_srv.a fls_srv.o strlcat_srv.o strlcpy_srv.o getpeereid_srv.o pg_crc32c_sse42_srv.o pg_crc32c_sb8_srv.o pg_crc32c_choose_srv.o chklocale_srv.o erand48_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 pqsignal_srv.o qsort_srv.o qsort_arg_srv.o quotes_srv.o sprompt_srv.o tar_srv.o thread_srv.o
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C timezone all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/timezone'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 '-DSYSTEMTZDIR="/usr/share/zoneinfo"' -c -o localtime.o localtime.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 '-DSYSTEMTZDIR="/usr/share/zoneinfo"' -c -o strftime.o strftime.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 '-DSYSTEMTZDIR="/usr/share/zoneinfo"' -c -o pgtz.o pgtz.c
# pgtz.c:86:2: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(fullname, pg_TZDIR(), sizeof(fullname));
# ^
# pgtz.c:86:2: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# ( echo src/timezone/localtime.o src/timezone/strftime.o src/timezone/pgtz.o ) >objfiles.txt
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/timezone'
# make -C backend all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# msgfmt -c -o po/de.mo po/de.po
# msgfmt -c -o po/es.mo po/es.po
# msgfmt -c -o po/fr.mo po/fr.po
# msgfmt -c -o po/id.mo po/id.po
# msgfmt -c -o po/it.mo po/it.po
# msgfmt -c -o po/ja.mo po/ja.po
# msgfmt -c -o po/pl.mo po/pl.po
# msgfmt -c -o po/pt_BR.mo po/pt_BR.po
# msgfmt -c -o po/ru.mo po/ru.po
# msgfmt -c -o po/zh_CN.mo po/zh_CN.po
# make -C ../../src/port all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Nothing to be done for 'submake-errcodes'.
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../src/common all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Nothing to be done for 'submake-errcodes'.
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C catalog schemapg.h
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/catalog'
# make[3]: 'schemapg.h' is up to date.
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/catalog'
# prereqdir=`cd 'parser/' >/dev/null && pwd` && \
# cd '../../src/include/parser/' && rm -f gram.h && \
# ln -s "$prereqdir/gram.h" .
# prereqdir=`cd 'catalog/' >/dev/null && pwd` && \
# cd '../../src/include/catalog/' && rm -f schemapg.h && \
# ln -s "$prereqdir/schemapg.h" .
# prereqdir=`cd 'utils/' >/dev/null && pwd` && \
# cd '../../src/include/utils/' && rm -f fmgroids.h && \
# ln -s "$prereqdir/fmgroids.h" .
# make -C utils probes.h
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils'
# sed -f ./Gen_dummy_probes.sed probes.d >probes.h
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils'
# cd '../../src/include/utils/' && rm -f probes.h && \
# ln -s "../../../src/backend/utils/probes.h" .
# make -C access all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access'
# make -C brin all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/brin'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o brin.o brin.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o brin_pageops.o brin_pageops.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o brin_revmap.o brin_revmap.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o brin_tuple.o brin_tuple.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o brin_xlog.o brin_xlog.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o brin_minmax.o brin_minmax.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o brin_inclusion.o brin_inclusion.c
# ( echo src/backend/access/brin/brin.o src/backend/access/brin/brin_pageops.o src/backend/access/brin/brin_revmap.o src/backend/access/brin/brin_tuple.o src/backend/access/brin/brin_xlog.o src/backend/access/brin/brin_minmax.o src/backend/access/brin/brin_inclusion.o ) >objfiles.txt
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/brin'
# make -C common all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/common'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o heaptuple.o heaptuple.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o indextuple.o indextuple.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o printtup.o printtup.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o reloptions.o reloptions.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o scankey.o scankey.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tupconvert.o tupconvert.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tupdesc.o tupdesc.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
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/common'
# make -C gin all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/gin'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ginutil.o ginutil.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o gininsert.o gininsert.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ginxlog.o ginxlog.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ginentrypage.o ginentrypage.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o gindatapage.o gindatapage.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ginbtree.o ginbtree.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ginscan.o ginscan.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ginget.o ginget.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ginvacuum.o ginvacuum.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ginarrayproc.o ginarrayproc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ginbulk.o ginbulk.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ginfast.o ginfast.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ginpostinglist.o ginpostinglist.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ginlogic.o ginlogic.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 src/backend/access/gin/ginpostinglist.o src/backend/access/gin/ginlogic.o ) >objfiles.txt
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/gin'
# make -C gist all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/gist'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o gist.o gist.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o gistutil.o gistutil.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o gistxlog.o gistxlog.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o gistvacuum.o gistvacuum.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o gistget.o gistget.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o gistscan.o gistscan.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o gistproc.o gistproc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o gistsplit.o gistsplit.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o gistbuild.o gistbuild.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o gistbuildbuffers.o gistbuildbuffers.c
# ( echo src/backend/access/gist/gist.o src/backend/access/gist/gistutil.o src/backend/access/gist/gistxlog.o src/backend/access/gist/gistvacuum.o src/backend/access/gist/gistget.o src/backend/access/gist/gistscan.o src/backend/access/gist/gistproc.o src/backend/access/gist/gistsplit.o src/backend/access/gist/gistbuild.o src/backend/access/gist/gistbuildbuffers.o ) >objfiles.txt
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/gist'
# make -C hash all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/hash'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o hash.o hash.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o hashfunc.o hashfunc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o hashinsert.o hashinsert.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o hashovfl.o hashovfl.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o hashpage.o hashpage.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o hashscan.o hashscan.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o hashsearch.o hashsearch.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o hashsort.o hashsort.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o hashutil.o hashutil.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
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/hash'
# make -C heap all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/heap'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o heapam.o heapam.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o hio.o hio.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pruneheap.o pruneheap.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o rewriteheap.o rewriteheap.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o syncscan.o syncscan.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tuptoaster.o tuptoaster.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -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[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/heap'
# make -C index all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/index'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o genam.o genam.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o indexam.o indexam.c
# ( echo src/backend/access/index/genam.o src/backend/access/index/indexam.o ) >objfiles.txt
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/index'
# make -C nbtree all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/nbtree'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nbtcompare.o nbtcompare.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nbtinsert.o nbtinsert.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nbtpage.o nbtpage.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nbtree.o nbtree.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nbtsearch.o nbtsearch.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nbtutils.o nbtutils.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nbtsort.o nbtsort.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nbtxlog.o nbtxlog.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[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/nbtree'
# make -C rmgrdesc all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/rmgrdesc'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o brindesc.o brindesc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o clogdesc.o clogdesc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o committsdesc.o committsdesc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dbasedesc.o dbasedesc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o gindesc.o gindesc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o gistdesc.o gistdesc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o hashdesc.o hashdesc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o heapdesc.o heapdesc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o mxactdesc.o mxactdesc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nbtdesc.o nbtdesc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o relmapdesc.o relmapdesc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o replorigindesc.o replorigindesc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o seqdesc.o seqdesc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o smgrdesc.o smgrdesc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o spgdesc.o spgdesc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o standbydesc.o standbydesc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tblspcdesc.o tblspcdesc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o xactdesc.o xactdesc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o xlogdesc.o xlogdesc.c
# ( echo src/backend/access/rmgrdesc/brindesc.o src/backend/access/rmgrdesc/clogdesc.o src/backend/access/rmgrdesc/committsdesc.o src/backend/access/rmgrdesc/dbasedesc.o src/backend/access/rmgrdesc/gindesc.o src/backend/access/rmgrdesc/gistdesc.o src/backend/access/rmgrdesc/hashdesc.o src/backend/access/rmgrdesc/heapdesc.o src/backend/access/rmgrdesc/mxactdesc.o src/backend/access/rmgrdesc/nbtdesc.o src/backend/access/rmgrdesc/relmapdesc.o src/backend/access/rmgrdesc/replorigindesc.o src/backend/access/rmgrdesc/seqdesc.o src/backend/access/rmgrdesc/smgrdesc.o src/backend/access/rmgrdesc/spgdesc.o src/backend/access/rmgrdesc/standbydesc.o src/backend/access/rmgrdesc/tblspcdesc.o src/backend/access/rmgrdesc/xactdesc.o src/backend/access/rmgrdesc/xlogdesc.o ) >objfiles.txt
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/rmgrdesc'
# make -C spgist all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/spgist'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o spgutils.o spgutils.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o spginsert.o spginsert.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o spgscan.o spgscan.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o spgvacuum.o spgvacuum.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o spgdoinsert.o spgdoinsert.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o spgxlog.o spgxlog.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o spgtextproc.o spgtextproc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o spgquadtreeproc.o spgquadtreeproc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o spgkdtreeproc.o spgkdtreeproc.c
# ( echo src/backend/access/spgist/spgutils.o src/backend/access/spgist/spginsert.o src/backend/access/spgist/spgscan.o src/backend/access/spgist/spgvacuum.o src/backend/access/spgist/spgdoinsert.o src/backend/access/spgist/spgxlog.o src/backend/access/spgist/spgtextproc.o src/backend/access/spgist/spgquadtreeproc.o src/backend/access/spgist/spgkdtreeproc.o ) >objfiles.txt
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/spgist'
# make -C tablesample all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/tablesample'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o bernoulli.o bernoulli.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o system.o system.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tablesample.o tablesample.c
# ( echo src/backend/access/tablesample/bernoulli.o src/backend/access/tablesample/system.o src/backend/access/tablesample/tablesample.o ) >objfiles.txt
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/tablesample'
# make -C transam all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/transam'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o clog.o clog.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o commit_ts.o commit_ts.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o multixact.o multixact.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o parallel.o parallel.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o rmgr.o rmgr.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o slru.o slru.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o subtrans.o subtrans.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o timeline.o timeline.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o transam.o transam.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o twophase.o twophase.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o twophase_rmgr.o twophase_rmgr.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o varsup.o varsup.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o xact.o xact.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o xlog.o xlog.c
# xlog.c:5480:4: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(recoveryStopName, recordRestorePointData->rp_name, MAXFNAMELEN);
# ^
# xlog.c:5480:4: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o xlogarchive.o xlogarchive.c
# xlogarchive.c:463:3: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(oldpath, xlogfpath, MAXPGPATH);
# ^
# xlogarchive.c:463:3: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o xlogfuncs.o xlogfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o xloginsert.o xloginsert.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o xlogreader.o xlogreader.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o xlogutils.o xlogutils.c
# ( echo src/backend/access/transam/clog.o src/backend/access/transam/commit_ts.o src/backend/access/transam/multixact.o src/backend/access/transam/parallel.o src/backend/access/transam/rmgr.o src/backend/access/transam/slru.o src/backend/access/transam/subtrans.o src/backend/access/transam/timeline.o src/backend/access/transam/transam.o src/backend/access/transam/twophase.o src/backend/access/transam/twophase_rmgr.o src/backend/access/transam/varsup.o src/backend/access/transam/xact.o src/backend/access/transam/xlog.o src/backend/access/transam/xlogarchive.o src/backend/access/transam/xlogfuncs.o src/backend/access/transam/xloginsert.o src/backend/access/transam/xlogreader.o src/backend/access/transam/xlogutils.o ) >objfiles.txt
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access/transam'
# ( cat brin/objfiles.txt common/objfiles.txt gin/objfiles.txt gist/objfiles.txt hash/objfiles.txt heap/objfiles.txt index/objfiles.txt nbtree/objfiles.txt rmgrdesc/objfiles.txt spgist/objfiles.txt tablesample/objfiles.txt transam/objfiles.txt; echo ) >objfiles.txt
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/access'
# make -C bootstrap all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/bootstrap'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o bootparse.o bootparse.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o bootstrap.o bootstrap.c
# bootstrap.c:251:5: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(OutputFileName, optarg, MAXPGPATH);
# ^
# bootstrap.c:251:5: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# ( echo src/backend/bootstrap/bootparse.o src/backend/bootstrap/bootstrap.o ) >objfiles.txt
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/bootstrap'
# make -C catalog all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/catalog'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o catalog.o catalog.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dependency.o dependency.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o heap.o heap.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o index.o index.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o indexing.o indexing.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o namespace.o namespace.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o aclchk.o aclchk.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o objectaccess.o objectaccess.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o objectaddress.o objectaddress.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_aggregate.o pg_aggregate.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_collation.o pg_collation.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_constraint.o pg_constraint.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_conversion.o pg_conversion.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_depend.o pg_depend.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_enum.o pg_enum.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_inherits.o pg_inherits.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_largeobject.o pg_largeobject.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_namespace.o pg_namespace.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_operator.o pg_operator.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_proc.o pg_proc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_range.o pg_range.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_db_role_setting.o pg_db_role_setting.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_shdepend.o pg_shdepend.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_type.o pg_type.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o storage.o storage.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o toasting.o toasting.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/objectaccess.o src/backend/catalog/objectaddress.o src/backend/catalog/pg_aggregate.o src/backend/catalog/pg_collation.o src/backend/catalog/pg_constraint.o src/backend/catalog/pg_conversion.o src/backend/catalog/pg_depend.o src/backend/catalog/pg_enum.o src/backend/catalog/pg_inherits.o src/backend/catalog/pg_largeobject.o src/backend/catalog/pg_namespace.o src/backend/catalog/pg_operator.o src/backend/catalog/pg_proc.o src/backend/catalog/pg_range.o src/backend/catalog/pg_db_role_setting.o src/backend/catalog/pg_shdepend.o src/backend/catalog/pg_type.o src/backend/catalog/storage.o src/backend/catalog/toasting.o ) >objfiles.txt
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/catalog'
# make -C parser all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/parser'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o analyze.o analyze.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-error -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o gram.o gram.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o keywords.o keywords.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o kwlookup.o kwlookup.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o parser.o parser.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o parse_agg.o parse_agg.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o parse_clause.o parse_clause.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o parse_coerce.o parse_coerce.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o parse_collate.o parse_collate.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o parse_cte.o parse_cte.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o parse_expr.o parse_expr.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o parse_func.o parse_func.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o parse_node.o parse_node.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o parse_oper.o parse_oper.c
# parse_oper.c:1031:2: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(key->oprname, opername, NAMEDATALEN);
# ^
# parse_oper.c:1031:2: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o parse_param.o parse_param.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o parse_relation.o parse_relation.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o parse_target.o parse_target.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o parse_type.o parse_type.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o parse_utilcmd.o parse_utilcmd.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o scansup.o scansup.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
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/parser'
# make -C commands all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/commands'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o aggregatecmds.o aggregatecmds.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o alter.o alter.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o analyze.o analyze.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o async.o async.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o cluster.o cluster.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o comment.o comment.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o collationcmds.o collationcmds.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o constraint.o constraint.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o conversioncmds.o conversioncmds.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o copy.o copy.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o createas.o createas.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dbcommands.o dbcommands.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o define.o define.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o discard.o discard.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dropcmds.o dropcmds.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o event_trigger.o event_trigger.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o explain.o explain.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o extension.o extension.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o foreigncmds.o foreigncmds.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o functioncmds.o functioncmds.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o indexcmds.o indexcmds.c
# indexcmds.c:1611:3: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(buf + buflen, name, NAMEDATALEN);
# ^
# indexcmds.c:1611:3: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o lockcmds.o lockcmds.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o matview.o matview.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o operatorcmds.o operatorcmds.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o opclasscmds.o opclasscmds.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o policy.o policy.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o portalcmds.o portalcmds.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o prepare.o prepare.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o proclang.o proclang.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o schemacmds.o schemacmds.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o seclabel.o seclabel.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o sequence.o sequence.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tablecmds.o tablecmds.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tablespace.o tablespace.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o trigger.o trigger.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tsearchcmds.o tsearchcmds.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o typecmds.o typecmds.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o user.o user.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o vacuum.o vacuum.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o vacuumlazy.o vacuumlazy.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o variable.o variable.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o view.o view.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/createas.o src/backend/commands/dbcommands.o src/backend/commands/define.o src/backend/commands/discard.o src/backend/commands/dropcmds.o src/backend/commands/event_trigger.o src/backend/commands/explain.o src/backend/commands/extension.o src/backend/commands/foreigncmds.o src/backend/commands/functioncmds.o src/backend/commands/indexcmds.o src/backend/commands/lockcmds.o src/backend/commands/matview.o src/backend/commands/operatorcmds.o src/backend/commands/opclasscmds.o src/backend/commands/policy.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
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/commands'
# make -C executor all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/executor'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o execAmi.o execAmi.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o execCurrent.o execCurrent.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o execGrouping.o execGrouping.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o execIndexing.o execIndexing.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o execJunk.o execJunk.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o execMain.o execMain.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o execProcnode.o execProcnode.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o execQual.o execQual.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o execScan.o execScan.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o execTuples.o execTuples.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o execUtils.o execUtils.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o functions.o functions.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o instrument.o instrument.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeAppend.o nodeAppend.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeAgg.o nodeAgg.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeBitmapAnd.o nodeBitmapAnd.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeBitmapOr.o nodeBitmapOr.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeBitmapHeapscan.o nodeBitmapHeapscan.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeBitmapIndexscan.o nodeBitmapIndexscan.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeCustom.o nodeCustom.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeHash.o nodeHash.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeHashjoin.o nodeHashjoin.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeIndexscan.o nodeIndexscan.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeIndexonlyscan.o nodeIndexonlyscan.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeLimit.o nodeLimit.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeLockRows.o nodeLockRows.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeMaterial.o nodeMaterial.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeMergeAppend.o nodeMergeAppend.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeMergejoin.o nodeMergejoin.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeModifyTable.o nodeModifyTable.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeNestloop.o nodeNestloop.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeFunctionscan.o nodeFunctionscan.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeRecursiveunion.o nodeRecursiveunion.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeResult.o nodeResult.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeSamplescan.o nodeSamplescan.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeSeqscan.o nodeSeqscan.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeSetOp.o nodeSetOp.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeSort.o nodeSort.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeUnique.o nodeUnique.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeValuesscan.o nodeValuesscan.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeCtescan.o nodeCtescan.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeWorktablescan.o nodeWorktablescan.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeGroup.o nodeGroup.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeSubplan.o nodeSubplan.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeSubqueryscan.o nodeSubqueryscan.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeTidscan.o nodeTidscan.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeForeignscan.o nodeForeignscan.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeWindowAgg.o nodeWindowAgg.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tstoreReceiver.o tstoreReceiver.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o spi.o spi.c
# ( echo src/backend/executor/execAmi.o src/backend/executor/execCurrent.o src/backend/executor/execGrouping.o src/backend/executor/execIndexing.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/nodeCustom.o src/backend/executor/nodeHash.o src/backend/executor/nodeHashjoin.o src/backend/executor/nodeIndexscan.o src/backend/executor/nodeIndexonlyscan.o src/backend/executor/nodeLimit.o src/backend/executor/nodeLockRows.o src/backend/executor/nodeMaterial.o src/backend/executor/nodeMergeAppend.o src/backend/executor/nodeMergejoin.o src/backend/executor/nodeModifyTable.o src/backend/executor/nodeNestloop.o src/backend/executor/nodeFunctionscan.o src/backend/executor/nodeRecursiveunion.o src/backend/executor/nodeResult.o src/backend/executor/nodeSamplescan.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[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/executor'
# make -C foreign all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/foreign'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o foreign.o foreign.c
# ( echo src/backend/foreign/foreign.o ) >objfiles.txt
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/foreign'
# make -C lib all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/lib'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o binaryheap.o binaryheap.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o bipartite_match.o bipartite_match.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o hyperloglog.o hyperloglog.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ilist.o ilist.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pairingheap.o pairingheap.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o rbtree.o rbtree.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stringinfo.o stringinfo.c
# ( echo src/backend/lib/binaryheap.o src/backend/lib/bipartite_match.o src/backend/lib/hyperloglog.o src/backend/lib/ilist.o src/backend/lib/pairingheap.o src/backend/lib/rbtree.o src/backend/lib/stringinfo.o ) >objfiles.txt
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/lib'
# make -C libpq all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/libpq'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o be-fsstubs.o be-fsstubs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o be-secure.o be-secure.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o auth.o auth.c
# auth.c:743:2: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(msg_major, gmsg.value, sizeof(msg_major));
# ^
# auth.c:743:2: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o crypt.o crypt.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o hba.o hba.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ip.o ip.c
# ip.c:152:4: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(node, "???", nodelen);
# ^
# ip.c:152:4: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o md5.o md5.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pqcomm.o pqcomm.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pqformat.o pqformat.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pqmq.o pqmq.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pqsignal.o pqsignal.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o be-secure-openssl.o be-secure-openssl.c
# be-secure-openssl.c:1032:3: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(ptr, SSL_get_version(port->ssl), len);
# ^
# be-secure-openssl.c:1032:3: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# ( 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/pqmq.o src/backend/libpq/pqsignal.o src/backend/libpq/be-secure-openssl.o ) >objfiles.txt
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/libpq'
# make -C main all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/main'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o main.o main.c
# ( echo src/backend/main/main.o ) >objfiles.txt
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/main'
# make -C nodes all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/nodes'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodeFuncs.o nodeFuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nodes.o nodes.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o list.o list.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o bitmapset.o bitmapset.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tidbitmap.o tidbitmap.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o copyfuncs.o copyfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o equalfuncs.o equalfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o makefuncs.o makefuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o outfuncs.o outfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o readfuncs.o readfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o print.o print.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o read.o read.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o params.o params.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o value.o value.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
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/nodes'
# make -C optimizer all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/optimizer'
# make -C geqo all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/optimizer/geqo'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o geqo_copy.o geqo_copy.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o geqo_eval.o geqo_eval.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o geqo_main.o geqo_main.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o geqo_misc.o geqo_misc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o geqo_mutation.o geqo_mutation.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o geqo_pool.o geqo_pool.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o geqo_random.o geqo_random.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o geqo_recombination.o geqo_recombination.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o geqo_selection.o geqo_selection.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o geqo_erx.o geqo_erx.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o geqo_pmx.o geqo_pmx.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o geqo_cx.o geqo_cx.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o geqo_px.o geqo_px.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o geqo_ox1.o geqo_ox1.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o geqo_ox2.o geqo_ox2.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
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/optimizer/geqo'
# make -C path all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/optimizer/path'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o allpaths.o allpaths.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o clausesel.o clausesel.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o costsize.o costsize.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o equivclass.o equivclass.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o indxpath.o indxpath.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o joinpath.o joinpath.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o joinrels.o joinrels.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pathkeys.o pathkeys.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tidpath.o tidpath.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/pathkeys.o src/backend/optimizer/path/tidpath.o ) >objfiles.txt
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/optimizer/path'
# make -C plan all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/optimizer/plan'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o analyzejoins.o analyzejoins.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o createplan.o createplan.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o initsplan.o initsplan.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o planagg.o planagg.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o planmain.o planmain.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o planner.o planner.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o setrefs.o setrefs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o subselect.o subselect.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[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/optimizer/plan'
# make -C prep all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/optimizer/prep'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o prepjointree.o prepjointree.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o prepqual.o prepqual.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o prepsecurity.o prepsecurity.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o preptlist.o preptlist.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o prepunion.o prepunion.c
# ( echo src/backend/optimizer/prep/prepjointree.o src/backend/optimizer/prep/prepqual.o src/backend/optimizer/prep/prepsecurity.o src/backend/optimizer/prep/preptlist.o src/backend/optimizer/prep/prepunion.o ) >objfiles.txt
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/optimizer/prep'
# make -C util all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/optimizer/util'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o clauses.o clauses.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o joininfo.o joininfo.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o orclauses.o orclauses.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pathnode.o pathnode.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o placeholder.o placeholder.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o plancat.o plancat.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o predtest.o predtest.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o relnode.o relnode.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o restrictinfo.o restrictinfo.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tlist.o tlist.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o var.o var.c
# ( echo src/backend/optimizer/util/clauses.o src/backend/optimizer/util/joininfo.o src/backend/optimizer/util/orclauses.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
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/optimizer/util'
# ( cat geqo/objfiles.txt path/objfiles.txt plan/objfiles.txt prep/objfiles.txt util/objfiles.txt; echo ) >objfiles.txt
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/optimizer'
# make -C port all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/port'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o atomics.o atomics.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dynloader.o dynloader.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_sema.o pg_sema.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_shmem.o pg_shmem.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_latch.o pg_latch.c
# ( echo src/backend/port/atomics.o 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
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/port'
# make -C postmaster all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/postmaster'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o autovacuum.o autovacuum.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o bgworker.o bgworker.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o bgwriter.o bgwriter.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o checkpointer.o checkpointer.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o fork_process.o fork_process.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgarch.o pgarch.c
# pgarch.c:530:6: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(dp, pathname, endp - dp);
# ^
# pgarch.c:530:6: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgstat.o pgstat.c
# pgstat.c:2705:3: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(beentry->st_clienthostname, MyProcPort->remote_hostname,
# ^
# pgstat.c:2705:3: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o postmaster.o postmaster.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o startup.o startup.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o syslogger.o syslogger.c
# syslogger.c:1301:3: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(filename + len, suffix, MAXPGPATH - len);
# ^
# syslogger.c:1301:3: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o walwriter.o walwriter.c
# ( echo src/backend/postmaster/autovacuum.o src/backend/postmaster/bgworker.o src/backend/postmaster/bgwriter.o src/backend/postmaster/checkpointer.o src/backend/postmaster/fork_process.o src/backend/postmaster/pgarch.o src/backend/postmaster/pgstat.o src/backend/postmaster/postmaster.o src/backend/postmaster/startup.o src/backend/postmaster/syslogger.o src/backend/postmaster/walwriter.o ) >objfiles.txt
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/postmaster'
# make -C regex all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/regex'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o regcomp.o regcomp.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o regerror.o regerror.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o regexec.o regexec.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o regfree.o regfree.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o regprefix.o regprefix.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o regexport.o regexport.c
# ( echo src/backend/regex/regcomp.o src/backend/regex/regerror.o src/backend/regex/regexec.o src/backend/regex/regfree.o src/backend/regex/regprefix.o src/backend/regex/regexport.o ) >objfiles.txt
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/regex'
# make -C replication all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/replication'
# make -C logical all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/replication/logical'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o decode.o decode.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o logical.o logical.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o logicalfuncs.o logicalfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o reorderbuffer.o reorderbuffer.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o origin.o origin.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o snapbuild.o snapbuild.c
# ( echo src/backend/replication/logical/decode.o src/backend/replication/logical/logical.o src/backend/replication/logical/logicalfuncs.o src/backend/replication/logical/reorderbuffer.o src/backend/replication/logical/origin.o src/backend/replication/logical/snapbuild.o ) >objfiles.txt
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/replication/logical'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o walsender.o walsender.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o walreceiverfuncs.o walreceiverfuncs.c
# walreceiverfuncs.c:251:3: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy((char *) walrcv->conninfo, conninfo, MAXCONNINFO);
# ^
# walreceiverfuncs.c:251:3: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o walreceiver.o walreceiver.c
# walreceiver.c:244:2: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(conninfo, (char *) walrcv->conninfo, MAXCONNINFO);
# ^
# walreceiver.c:244:2: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o basebackup.o basebackup.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o repl_gram.o repl_gram.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o slot.o slot.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o slotfuncs.o slotfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o syncrep.o syncrep.c
# ( cat logical/objfiles.txt; 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/slot.o src/backend/replication/slotfuncs.o src/backend/replication/syncrep.o ) >objfiles.txt
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/replication'
# make -C rewrite all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/rewrite'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o rewriteRemove.o rewriteRemove.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o rewriteDefine.o rewriteDefine.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o rewriteHandler.o rewriteHandler.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o rewriteManip.o rewriteManip.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o rewriteSupport.o rewriteSupport.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o rowsecurity.o rowsecurity.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 src/backend/rewrite/rowsecurity.o ) >objfiles.txt
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/rewrite'
# make -C storage all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/storage'
# make -C buffer all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/storage/buffer'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o buf_table.o buf_table.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o buf_init.o buf_init.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o bufmgr.o bufmgr.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o freelist.o freelist.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o localbuf.o localbuf.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[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/storage/buffer'
# make -C file all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/storage/file'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o fd.o fd.c
# fd.c:2867:2: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(parentpath, fname, MAXPGPATH);
# ^
# fd.c:2867:2: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o buffile.o buffile.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o copydir.o copydir.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o reinit.o reinit.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[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/storage/file'
# make -C freespace all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/storage/freespace'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o freespace.o freespace.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o fsmpage.o fsmpage.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -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
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/storage/freespace'
# make -C ipc all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/storage/ipc'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dsm_impl.o dsm_impl.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dsm.o dsm.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ipc.o ipc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ipci.o ipci.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pmsignal.o pmsignal.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o procarray.o procarray.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o procsignal.o procsignal.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o shmem.o shmem.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o shmqueue.o shmqueue.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o shm_mq.o shm_mq.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o shm_toc.o shm_toc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o sinval.o sinval.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o sinvaladt.o sinvaladt.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o standby.o standby.c
# ( echo src/backend/storage/ipc/dsm_impl.o src/backend/storage/ipc/dsm.o 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/shm_mq.o src/backend/storage/ipc/shm_toc.o src/backend/storage/ipc/sinval.o src/backend/storage/ipc/sinvaladt.o src/backend/storage/ipc/standby.o ) >objfiles.txt
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/storage/ipc'
# make -C large_object all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/storage/large_object'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o inv_api.o inv_api.c
# ( echo src/backend/storage/large_object/inv_api.o ) >objfiles.txt
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/storage/large_object'
# make -C lmgr all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/storage/lmgr'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o lmgr.o lmgr.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o lock.o lock.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o proc.o proc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o deadlock.o deadlock.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o lwlock.o lwlock.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o spin.o spin.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o s_lock.o s_lock.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o predicate.o predicate.c
# ( 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[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/storage/lmgr'
# make -C page all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/storage/page'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o bufpage.o bufpage.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -funroll-loops -ftree-vectorize -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o checksum.o checksum.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o itemptr.o itemptr.c
# ( echo src/backend/storage/page/bufpage.o src/backend/storage/page/checksum.o src/backend/storage/page/itemptr.o ) >objfiles.txt
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/storage/page'
# make -C smgr all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/storage/smgr'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o md.o md.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o smgr.o smgr.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -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
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/storage/smgr'
# ( 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
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/storage'
# make -C tcop all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/tcop'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dest.o dest.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o fastpath.o fastpath.c
# fastpath.c:234:2: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(fip->fname, NameStr(pp->proname), NAMEDATALEN);
# ^
# fastpath.c:234:2: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o postgres.o postgres.c
# postgres.c:3430:6: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(OutputFileName, optarg, MAXPGPATH);
# ^
# postgres.c:3430:6: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pquery.o pquery.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o utility.o utility.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
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/tcop'
# make -C tsearch all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/tsearch'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ts_locale.o ts_locale.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ts_parse.o ts_parse.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o wparser.o wparser.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o wparser_def.o wparser_def.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dict.o dict.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dict_simple.o dict_simple.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dict_synonym.o dict_synonym.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dict_thesaurus.o dict_thesaurus.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dict_ispell.o dict_ispell.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o regis.o regis.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o spell.o spell.c
# spell.c:271:2: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(Conf->Spell[Conf->nspell]->p.flag, flag, MAXFLAGLEN);
# ^
# spell.c:271:2: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o to_tsany.o to_tsany.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ts_selfuncs.o ts_selfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ts_typanalyze.o ts_typanalyze.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ts_utils.o ts_utils.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[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/tsearch'
# make -C utils all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils'
# make -C adt all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/adt'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o acl.o acl.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o arrayfuncs.o arrayfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o array_expanded.o array_expanded.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o array_selfuncs.o array_selfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o array_typanalyze.o array_typanalyze.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o array_userfuncs.o array_userfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o arrayutils.o arrayutils.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ascii.o ascii.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o bool.o bool.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o cash.o cash.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o char.o char.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o date.o date.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o datetime.o datetime.c
# datetime.c:1668:2: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(upabbr, abbr, sizeof(upabbr));
# ^
# datetime.c:1668:2: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o datum.o datum.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dbsize.o dbsize.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o domains.o domains.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o encode.o encode.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o enum.o enum.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o expandeddatum.o expandeddatum.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o float.o float.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o format_type.o format_type.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o formatting.o formatting.c
# formatting.c:2173:15: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# used = (int) strlcpy(copy, *src, len + 1);
# ^
# formatting.c:2173:15: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o genfile.o genfile.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o geo_ops.o geo_ops.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o geo_selfuncs.o geo_selfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o inet_cidr_ntop.o inet_cidr_ntop.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o inet_net_pton.o inet_net_pton.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o int.o int.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o int8.o int8.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o json.o json.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o jsonb.o jsonb.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o jsonb_gin.o jsonb_gin.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o jsonb_op.o jsonb_op.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o jsonb_util.o jsonb_util.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o jsonfuncs.o jsonfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o like.o like.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o lockfuncs.o lockfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o mac.o mac.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o misc.o misc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nabstime.o nabstime.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o name.o name.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o network.o network.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o network_gist.o network_gist.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o network_selfuncs.o network_selfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o numeric.o numeric.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o numutils.o numutils.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o oid.o oid.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o oracle_compat.o oracle_compat.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o orderedsetaggs.o orderedsetaggs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_locale.o pg_locale.c
# pg_locale.c:189:3: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(save_lc_ctype, result, sizeof(save_lc_ctype));
# ^
# pg_locale.c:189:3: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_lsn.o pg_lsn.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_upgrade_support.o pg_upgrade_support.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgstatfuncs.o pgstatfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pseudotypes.o pseudotypes.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o quote.o quote.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o rangetypes.o rangetypes.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o rangetypes_gist.o rangetypes_gist.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o rangetypes_selfuncs.o rangetypes_selfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o rangetypes_spgist.o rangetypes_spgist.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o rangetypes_typanalyze.o rangetypes_typanalyze.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o regexp.o regexp.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o regproc.o regproc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ri_triggers.o ri_triggers.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o rowtypes.o rowtypes.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ruleutils.o ruleutils.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o selfuncs.o selfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tid.o tid.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o timestamp.o timestamp.c
# timestamp.c:1742:3: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(buf, "(timestamp out of range)", sizeof(buf));
# ^
# timestamp.c:1742:3: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o trigfuncs.o trigfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tsginidx.o tsginidx.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tsgistidx.o tsgistidx.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tsquery.o tsquery.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tsquery_cleanup.o tsquery_cleanup.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tsquery_gist.o tsquery_gist.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tsquery_op.o tsquery_op.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tsquery_rewrite.o tsquery_rewrite.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tsquery_util.o tsquery_util.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tsrank.o tsrank.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tsvector.o tsvector.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tsvector_op.o tsvector_op.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tsvector_parser.o tsvector_parser.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o txid.o txid.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o uuid.o uuid.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o varbit.o varbit.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o varchar.o varchar.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o varlena.o varlena.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o version.o version.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o windowfuncs.o windowfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o xid.o xid.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -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_expanded.o src/backend/utils/adt/array_selfuncs.o src/backend/utils/adt/array_typanalyze.o src/backend/utils/adt/array_userfuncs.o src/backend/utils/adt/arrayutils.o src/backend/utils/adt/ascii.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/dbsize.o src/backend/utils/adt/domains.o src/backend/utils/adt/encode.o src/backend/utils/adt/enum.o src/backend/utils/adt/expandeddatum.o src/backend/utils/adt/float.o src/backend/utils/adt/format_type.o src/backend/utils/adt/formatting.o src/backend/utils/adt/genfile.o src/backend/utils/adt/geo_ops.o src/backend/utils/adt/geo_selfuncs.o src/backend/utils/adt/inet_cidr_ntop.o src/backend/utils/adt/inet_net_pton.o src/backend/utils/adt/int.o src/backend/utils/adt/int8.o src/backend/utils/adt/json.o src/backend/utils/adt/jsonb.o src/backend/utils/adt/jsonb_gin.o src/backend/utils/adt/jsonb_op.o src/backend/utils/adt/jsonb_util.o src/backend/utils/adt/jsonfuncs.o src/backend/utils/adt/like.o src/backend/utils/adt/lockfuncs.o src/backend/utils/adt/mac.o src/backend/utils/adt/misc.o src/backend/utils/adt/nabstime.o src/backend/utils/adt/name.o src/backend/utils/adt/network.o src/backend/utils/adt/network_gist.o src/backend/utils/adt/network_selfuncs.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/orderedsetaggs.o src/backend/utils/adt/pg_locale.o src/backend/utils/adt/pg_lsn.o src/backend/utils/adt/pg_upgrade_support.o src/backend/utils/adt/pgstatfuncs.o src/backend/utils/adt/pseudotypes.o src/backend/utils/adt/quote.o src/backend/utils/adt/rangetypes.o src/backend/utils/adt/rangetypes_gist.o src/backend/utils/adt/rangetypes_selfuncs.o src/backend/utils/adt/rangetypes_spgist.o src/backend/utils/adt/rangetypes_typanalyze.o src/backend/utils/adt/regexp.o src/backend/utils/adt/regproc.o src/backend/utils/adt/ri_triggers.o src/backend/utils/adt/rowtypes.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/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/varbit.o src/backend/utils/adt/varchar.o src/backend/utils/adt/varlena.o src/backend/utils/adt/version.o src/backend/utils/adt/windowfuncs.o src/backend/utils/adt/xid.o src/backend/utils/adt/xml.o ) >objfiles.txt
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/adt'
# make -C cache all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/cache'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o attoptcache.o attoptcache.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o catcache.o catcache.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o evtcache.o evtcache.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o inval.o inval.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o plancache.o plancache.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o relcache.o relcache.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o relmapper.o relmapper.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o relfilenodemap.o relfilenodemap.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o spccache.o spccache.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o syscache.o syscache.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o lsyscache.o lsyscache.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o typcache.o typcache.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ts_cache.o ts_cache.c
# ( echo src/backend/utils/cache/attoptcache.o src/backend/utils/cache/catcache.o src/backend/utils/cache/evtcache.o src/backend/utils/cache/inval.o src/backend/utils/cache/plancache.o src/backend/utils/cache/relcache.o src/backend/utils/cache/relmapper.o src/backend/utils/cache/relfilenodemap.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
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/cache'
# make -C error all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/error'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o assert.o assert.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o elog.o elog.c
# ( echo src/backend/utils/error/assert.o src/backend/utils/error/elog.o ) >objfiles.txt
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/error'
# make -C fmgr all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/fmgr'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DDLSUFFIX=\".so\" -c -o dfmgr.o dfmgr.c
# dfmgr.c:609:3: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(piece, p, len + 1);
# ^
# dfmgr.c:609:3: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DDLSUFFIX=\".so\" -c -o fmgr.o fmgr.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DDLSUFFIX=\".so\" -c -o funcapi.o funcapi.c
# ( echo src/backend/utils/fmgr/dfmgr.o src/backend/utils/fmgr/fmgr.o src/backend/utils/fmgr/funcapi.o ) >objfiles.txt
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/fmgr'
# make -C hash all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/hash'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dynahash.o dynahash.c
# dynahash.c:362:35: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# hashp->keycopy = (HashCopyFunc) strlcpy;
# ^
# dynahash.c:362:35: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o hashfn.o hashfn.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -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
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/hash'
# make -C init all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/init'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o globals.o globals.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o miscinit.o miscinit.c
# miscinit.c:990:3: warning: implicitly declaring library function 'strlcat' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcat(buffer, "\n", sizeof(buffer));
# ^
# miscinit.c:990:3: note: include the header or explicitly provide a declaration for 'strlcat'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o postinit.o postinit.c
# postinit.c:831:3: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(dbname, in_dbname, sizeof(dbname));
# ^
# postinit.c:831:3: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# ( echo src/backend/utils/init/globals.o src/backend/utils/init/miscinit.o src/backend/utils/init/postinit.o ) >objfiles.txt
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/init'
# make -C mb all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o encnames.o encnames.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o conv.o conv.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o mbutils.o mbutils.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o wchar.o wchar.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o wstrcmp.o wstrcmp.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o wstrncmp.o wstrncmp.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
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb'
# make -C misc all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/misc'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o guc.o guc.c
# guc.c:9060:3: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(*name, string, equal_pos + 1);
# ^
# guc.c:9060:3: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o help_config.o help_config.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o pg_rusage.o pg_rusage.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o ps_status.o ps_status.c
# ps_status.c:317:2: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(ps_buffer + ps_buffer_fixed_size, activity,
# ^
# ps_status.c:317:2: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o rls.o rls.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o sampling.o sampling.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o superuser.o superuser.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o timeout.o timeout.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DPG_KRB_SRVTAB='"FILE:/etc/postgresql/krb5.keytab"' -c -o tzparser.o tzparser.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/rls.o src/backend/utils/misc/sampling.o src/backend/utils/misc/superuser.o src/backend/utils/misc/timeout.o src/backend/utils/misc/tzparser.o ) >objfiles.txt
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/misc'
# make -C mmgr all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mmgr'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o aset.o aset.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o mcxt.o mcxt.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o portalmem.o portalmem.c
# ( echo src/backend/utils/mmgr/aset.o src/backend/utils/mmgr/mcxt.o src/backend/utils/mmgr/portalmem.o ) >objfiles.txt
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mmgr'
# make -C resowner all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/resowner'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o resowner.o resowner.c
# ( echo src/backend/utils/resowner/resowner.o ) >objfiles.txt
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/resowner'
# make -C sort all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/sort'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o logtape.o logtape.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o sortsupport.o sortsupport.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tuplesort.o tuplesort.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tuplestore.o tuplestore.c
# ( echo src/backend/utils/sort/logtape.o src/backend/utils/sort/sortsupport.o src/backend/utils/sort/tuplesort.o src/backend/utils/sort/tuplestore.o ) >objfiles.txt
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/sort'
# make -C time all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/time'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o combocid.o combocid.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tqual.o tqual.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o snapmgr.o snapmgr.c
# ( echo src/backend/utils/time/combocid.o src/backend/utils/time/tqual.o src/backend/utils/time/snapmgr.o ) >objfiles.txt
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/time'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o fmgrtab.o fmgrtab.c
# ( 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
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils'
# make -C ../../src/timezone all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/timezone'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/timezone'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -Wl,-E access/brin/brin.o access/brin/brin_pageops.o access/brin/brin_revmap.o access/brin/brin_tuple.o access/brin/brin_xlog.o access/brin/brin_minmax.o access/brin/brin_inclusion.o access/common/heaptuple.o access/common/indextuple.o access/common/printtup.o access/common/reloptions.o access/common/scankey.o access/common/tupconvert.o access/common/tupdesc.o access/gin/ginutil.o access/gin/gininsert.o access/gin/ginxlog.o access/gin/ginentrypage.o access/gin/gindatapage.o access/gin/ginbtree.o access/gin/ginscan.o access/gin/ginget.o access/gin/ginvacuum.o access/gin/ginarrayproc.o access/gin/ginbulk.o access/gin/ginfast.o access/gin/ginpostinglist.o access/gin/ginlogic.o access/gist/gist.o access/gist/gistutil.o access/gist/gistxlog.o access/gist/gistvacuum.o access/gist/gistget.o access/gist/gistscan.o access/gist/gistproc.o access/gist/gistsplit.o access/gist/gistbuild.o access/gist/gistbuildbuffers.o access/hash/hash.o access/hash/hashfunc.o access/hash/hashinsert.o access/hash/hashovfl.o access/hash/hashpage.o access/hash/hashscan.o access/hash/hashsearch.o access/hash/hashsort.o access/hash/hashutil.o access/heap/heapam.o access/heap/hio.o access/heap/pruneheap.o access/heap/rewriteheap.o access/heap/syncscan.o access/heap/tuptoaster.o access/heap/visibilitymap.o access/index/genam.o access/index/indexam.o access/nbtree/nbtcompare.o access/nbtree/nbtinsert.o access/nbtree/nbtpage.o access/nbtree/nbtree.o access/nbtree/nbtsearch.o access/nbtree/nbtutils.o access/nbtree/nbtsort.o access/nbtree/nbtxlog.o access/rmgrdesc/brindesc.o access/rmgrdesc/clogdesc.o access/rmgrdesc/committsdesc.o access/rmgrdesc/dbasedesc.o access/rmgrdesc/gindesc.o access/rmgrdesc/gistdesc.o access/rmgrdesc/hashdesc.o access/rmgrdesc/heapdesc.o access/rmgrdesc/mxactdesc.o access/rmgrdesc/nbtdesc.o access/rmgrdesc/relmapdesc.o access/rmgrdesc/replorigindesc.o access/rmgrdesc/seqdesc.o access/rmgrdesc/smgrdesc.o access/rmgrdesc/spgdesc.o access/rmgrdesc/standbydesc.o access/rmgrdesc/tblspcdesc.o access/rmgrdesc/xactdesc.o access/rmgrdesc/xlogdesc.o access/spgist/spgutils.o access/spgist/spginsert.o access/spgist/spgscan.o access/spgist/spgvacuum.o access/spgist/spgdoinsert.o access/spgist/spgxlog.o access/spgist/spgtextproc.o access/spgist/spgquadtreeproc.o access/spgist/spgkdtreeproc.o access/tablesample/bernoulli.o access/tablesample/system.o access/tablesample/tablesample.o access/transam/clog.o access/transam/commit_ts.o access/transam/multixact.o access/transam/parallel.o access/transam/rmgr.o access/transam/slru.o access/transam/subtrans.o access/transam/timeline.o access/transam/transam.o access/transam/twophase.o access/transam/twophase_rmgr.o access/transam/varsup.o access/transam/xact.o access/transam/xlog.o access/transam/xlogarchive.o access/transam/xlogfuncs.o access/transam/xloginsert.o access/transam/xlogreader.o access/transam/xlogutils.o bootstrap/bootparse.o bootstrap/bootstrap.o catalog/catalog.o catalog/dependency.o catalog/heap.o catalog/index.o catalog/indexing.o catalog/namespace.o catalog/aclchk.o catalog/objectaccess.o catalog/objectaddress.o catalog/pg_aggregate.o catalog/pg_collation.o catalog/pg_constraint.o catalog/pg_conversion.o catalog/pg_depend.o catalog/pg_enum.o catalog/pg_inherits.o catalog/pg_largeobject.o catalog/pg_namespace.o catalog/pg_operator.o catalog/pg_proc.o catalog/pg_range.o catalog/pg_db_role_setting.o catalog/pg_shdepend.o catalog/pg_type.o catalog/storage.o catalog/toasting.o parser/analyze.o parser/gram.o parser/keywords.o parser/kwlookup.o parser/parser.o parser/parse_agg.o parser/parse_clause.o parser/parse_coerce.o parser/parse_collate.o parser/parse_cte.o parser/parse_expr.o parser/parse_func.o parser/parse_node.o parser/parse_oper.o parser/parse_param.o parser/parse_relation.o parser/parse_target.o parser/parse_type.o parser/parse_utilcmd.o parser/scansup.o commands/aggregatecmds.o commands/alter.o commands/analyze.o commands/async.o commands/cluster.o commands/comment.o commands/collationcmds.o commands/constraint.o commands/conversioncmds.o commands/copy.o commands/createas.o commands/dbcommands.o commands/define.o commands/discard.o commands/dropcmds.o commands/event_trigger.o commands/explain.o commands/extension.o commands/foreigncmds.o commands/functioncmds.o commands/indexcmds.o commands/lockcmds.o commands/matview.o commands/operatorcmds.o commands/opclasscmds.o commands/policy.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/execIndexing.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/nodeCustom.o executor/nodeHash.o executor/nodeHashjoin.o executor/nodeIndexscan.o executor/nodeIndexonlyscan.o executor/nodeLimit.o executor/nodeLockRows.o executor/nodeMaterial.o executor/nodeMergeAppend.o executor/nodeMergejoin.o executor/nodeModifyTable.o executor/nodeNestloop.o executor/nodeFunctionscan.o executor/nodeRecursiveunion.o executor/nodeResult.o executor/nodeSamplescan.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/binaryheap.o lib/bipartite_match.o lib/hyperloglog.o lib/ilist.o lib/pairingheap.o lib/rbtree.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/pqmq.o libpq/pqsignal.o libpq/be-secure-openssl.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/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/prepsecurity.o optimizer/prep/preptlist.o optimizer/prep/prepunion.o optimizer/util/clauses.o optimizer/util/joininfo.o optimizer/util/orclauses.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/atomics.o port/dynloader.o port/pg_sema.o port/pg_shmem.o port/pg_latch.o postmaster/autovacuum.o postmaster/bgworker.o postmaster/bgwriter.o postmaster/checkpointer.o postmaster/fork_process.o postmaster/pgarch.o postmaster/pgstat.o postmaster/postmaster.o postmaster/startup.o postmaster/syslogger.o postmaster/walwriter.o regex/regcomp.o regex/regerror.o regex/regexec.o regex/regfree.o regex/regprefix.o regex/regexport.o replication/logical/decode.o replication/logical/logical.o replication/logical/logicalfuncs.o replication/logical/reorderbuffer.o replication/logical/origin.o replication/logical/snapbuild.o replication/walsender.o replication/walreceiverfuncs.o replication/walreceiver.o replication/basebackup.o replication/repl_gram.o replication/slot.o replication/slotfuncs.o replication/syncrep.o rewrite/rewriteRemove.o rewrite/rewriteDefine.o rewrite/rewriteHandler.o rewrite/rewriteManip.o rewrite/rewriteSupport.o rewrite/rowsecurity.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/dsm_impl.o storage/ipc/dsm.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/shm_mq.o storage/ipc/shm_toc.o storage/ipc/sinval.o storage/ipc/sinvaladt.o storage/ipc/standby.o storage/large_object/inv_api.o storage/lmgr/lmgr.o storage/lmgr/lock.o storage/lmgr/proc.o storage/lmgr/deadlock.o storage/lmgr/lwlock.o storage/lmgr/spin.o storage/lmgr/s_lock.o storage/lmgr/predicate.o storage/page/bufpage.o storage/page/checksum.o storage/page/itemptr.o storage/smgr/md.o storage/smgr/smgr.o storage/smgr/smgrtype.o tcop/dest.o tcop/fastpath.o tcop/postgres.o tcop/pquery.o tcop/utility.o tsearch/ts_locale.o tsearch/ts_parse.o tsearch/wparser.o tsearch/wparser_def.o tsearch/dict.o tsearch/dict_simple.o tsearch/dict_synonym.o tsearch/dict_thesaurus.o tsearch/dict_ispell.o tsearch/regis.o tsearch/spell.o tsearch/to_tsany.o tsearch/ts_selfuncs.o tsearch/ts_typanalyze.o tsearch/ts_utils.o utils/adt/acl.o utils/adt/arrayfuncs.o utils/adt/array_expanded.o utils/adt/array_selfuncs.o utils/adt/array_typanalyze.o utils/adt/array_userfuncs.o utils/adt/arrayutils.o utils/adt/ascii.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/dbsize.o utils/adt/domains.o utils/adt/encode.o utils/adt/enum.o utils/adt/expandeddatum.o utils/adt/float.o utils/adt/format_type.o utils/adt/formatting.o utils/adt/genfile.o utils/adt/geo_ops.o utils/adt/geo_selfuncs.o utils/adt/inet_cidr_ntop.o utils/adt/inet_net_pton.o utils/adt/int.o utils/adt/int8.o utils/adt/json.o utils/adt/jsonb.o utils/adt/jsonb_gin.o utils/adt/jsonb_op.o utils/adt/jsonb_util.o utils/adt/jsonfuncs.o utils/adt/like.o utils/adt/lockfuncs.o utils/adt/mac.o utils/adt/misc.o utils/adt/nabstime.o utils/adt/name.o utils/adt/network.o utils/adt/network_gist.o utils/adt/network_selfuncs.o utils/adt/numeric.o utils/adt/numutils.o utils/adt/oid.o utils/adt/oracle_compat.o utils/adt/orderedsetaggs.o utils/adt/pg_locale.o utils/adt/pg_lsn.o utils/adt/pg_upgrade_support.o utils/adt/pgstatfuncs.o utils/adt/pseudotypes.o utils/adt/quote.o utils/adt/rangetypes.o utils/adt/rangetypes_gist.o utils/adt/rangetypes_selfuncs.o utils/adt/rangetypes_spgist.o utils/adt/rangetypes_typanalyze.o utils/adt/regexp.o utils/adt/regproc.o utils/adt/ri_triggers.o utils/adt/rowtypes.o utils/adt/ruleutils.o utils/adt/selfuncs.o utils/adt/tid.o utils/adt/timestamp.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/varbit.o utils/adt/varchar.o utils/adt/varlena.o utils/adt/version.o utils/adt/windowfuncs.o utils/adt/xid.o utils/adt/xml.o utils/cache/attoptcache.o utils/cache/catcache.o utils/cache/evtcache.o utils/cache/inval.o utils/cache/plancache.o utils/cache/relcache.o utils/cache/relmapper.o utils/cache/relfilenodemap.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/rls.o utils/misc/sampling.o utils/misc/superuser.o utils/misc/timeout.o utils/misc/tzparser.o utils/mmgr/aset.o utils/mmgr/mcxt.o utils/mmgr/portalmem.o utils/resowner/resowner.o utils/sort/logtape.o utils/sort/sortsupport.o utils/sort/tuplesort.o utils/sort/tuplestore.o utils/time/combocid.o utils/time/tqual.o utils/time/snapmgr.o utils/fmgrtab.o ../../src/timezone/localtime.o ../../src/timezone/strftime.o ../../src/timezone/pgtz.o ../../src/port/libpgport_srv.a ../../src/common/libpgcommon_srv.a -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lrt -lcrypt -ldl -lm -o postgres
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make -C backend/utils/mb/conversion_procs all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs'
# make -C ascii_and_mic all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/ascii_and_mic'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ascii_and_mic.o ascii_and_mic.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o ascii_and_mic.so ascii_and_mic.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/ascii_and_mic'
# make -C cyrillic_and_mic all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/cyrillic_and_mic'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o cyrillic_and_mic.o cyrillic_and_mic.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o cyrillic_and_mic.so cyrillic_and_mic.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/cyrillic_and_mic'
# make -C euc_cn_and_mic all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/euc_cn_and_mic'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o euc_cn_and_mic.o euc_cn_and_mic.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o euc_cn_and_mic.so euc_cn_and_mic.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/euc_cn_and_mic'
# make -C euc_jp_and_sjis all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o euc_jp_and_sjis.o euc_jp_and_sjis.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o euc_jp_and_sjis.so euc_jp_and_sjis.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis'
# make -C euc_kr_and_mic all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/euc_kr_and_mic'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o euc_kr_and_mic.o euc_kr_and_mic.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o euc_kr_and_mic.so euc_kr_and_mic.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/euc_kr_and_mic'
# make -C euc_tw_and_big5 all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/euc_tw_and_big5'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o big5.o big5.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o euc_tw_and_big5.o euc_tw_and_big5.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o euc_tw_and_big5.so big5.o euc_tw_and_big5.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/euc_tw_and_big5'
# make -C latin2_and_win1250 all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/latin2_and_win1250'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o latin2_and_win1250.o latin2_and_win1250.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o latin2_and_win1250.so latin2_and_win1250.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/latin2_and_win1250'
# make -C latin_and_mic all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/latin_and_mic'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o latin_and_mic.o latin_and_mic.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o latin_and_mic.so latin_and_mic.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/latin_and_mic'
# make -C utf8_and_ascii all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_ascii'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o utf8_and_ascii.o utf8_and_ascii.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o utf8_and_ascii.so utf8_and_ascii.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_ascii'
# make -C utf8_and_big5 all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_big5'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o utf8_and_big5.o utf8_and_big5.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o utf8_and_big5.so utf8_and_big5.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_big5'
# make -C utf8_and_cyrillic all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o utf8_and_cyrillic.o utf8_and_cyrillic.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o utf8_and_cyrillic.so utf8_and_cyrillic.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic'
# make -C utf8_and_euc_cn all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_euc_cn'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o utf8_and_euc_cn.o utf8_and_euc_cn.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o utf8_and_euc_cn.so utf8_and_euc_cn.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_euc_cn'
# make -C utf8_and_euc_jp all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o utf8_and_euc_jp.o utf8_and_euc_jp.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o utf8_and_euc_jp.so utf8_and_euc_jp.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp'
# make -C utf8_and_euc_kr all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_euc_kr'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o utf8_and_euc_kr.o utf8_and_euc_kr.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o utf8_and_euc_kr.so utf8_and_euc_kr.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_euc_kr'
# make -C utf8_and_euc_tw all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_euc_tw'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o utf8_and_euc_tw.o utf8_and_euc_tw.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o utf8_and_euc_tw.so utf8_and_euc_tw.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_euc_tw'
# make -C utf8_and_gb18030 all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_gb18030'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o utf8_and_gb18030.o utf8_and_gb18030.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o utf8_and_gb18030.so utf8_and_gb18030.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_gb18030'
# make -C utf8_and_gbk all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_gbk'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o utf8_and_gbk.o utf8_and_gbk.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o utf8_and_gbk.so utf8_and_gbk.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_gbk'
# make -C utf8_and_iso8859 all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_iso8859'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o utf8_and_iso8859.o utf8_and_iso8859.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o utf8_and_iso8859.so utf8_and_iso8859.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_iso8859'
# make -C utf8_and_iso8859_1 all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o utf8_and_iso8859_1.o utf8_and_iso8859_1.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o utf8_and_iso8859_1.so utf8_and_iso8859_1.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1'
# make -C utf8_and_johab all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_johab'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o utf8_and_johab.o utf8_and_johab.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o utf8_and_johab.so utf8_and_johab.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_johab'
# make -C utf8_and_sjis all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_sjis'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o utf8_and_sjis.o utf8_and_sjis.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o utf8_and_sjis.so utf8_and_sjis.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_sjis'
# make -C utf8_and_win all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_win'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o utf8_and_win.o utf8_and_win.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o utf8_and_win.so utf8_and_win.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_win'
# make -C utf8_and_uhc all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_uhc'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o utf8_and_uhc.o utf8_and_uhc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o utf8_and_uhc.so utf8_and_uhc.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_uhc'
# make -C utf8_and_euc2004 all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_euc2004'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o utf8_and_euc2004.o utf8_and_euc2004.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o utf8_and_euc2004.so utf8_and_euc2004.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_euc2004'
# make -C utf8_and_sjis2004 all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_sjis2004'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o utf8_and_sjis2004.o utf8_and_sjis2004.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o utf8_and_sjis2004.so utf8_and_sjis2004.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/utf8_and_sjis2004'
# make -C euc2004_sjis2004 all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/euc2004_sjis2004'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o euc2004_sjis2004.o euc2004_sjis2004.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o euc2004_sjis2004.so euc2004_sjis2004.o -L../../../../../../src/port -L../../../../../../src/common -Wl,--as-needed
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs/euc2004_sjis2004'
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/utils/mb/conversion_procs'
# make -C backend/snowball all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/snowball'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dict_snowball.o dict_snowball.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o api.o ./libstemmer/api.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o utilities.o ./libstemmer/utilities.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_ISO_8859_1_danish.o ./libstemmer/stem_ISO_8859_1_danish.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_ISO_8859_1_dutch.o ./libstemmer/stem_ISO_8859_1_dutch.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_ISO_8859_1_english.o ./libstemmer/stem_ISO_8859_1_english.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_ISO_8859_1_finnish.o ./libstemmer/stem_ISO_8859_1_finnish.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_ISO_8859_1_french.o ./libstemmer/stem_ISO_8859_1_french.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_ISO_8859_1_german.o ./libstemmer/stem_ISO_8859_1_german.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_ISO_8859_1_hungarian.o ./libstemmer/stem_ISO_8859_1_hungarian.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_ISO_8859_1_italian.o ./libstemmer/stem_ISO_8859_1_italian.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_ISO_8859_1_norwegian.o ./libstemmer/stem_ISO_8859_1_norwegian.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_ISO_8859_1_porter.o ./libstemmer/stem_ISO_8859_1_porter.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_ISO_8859_1_portuguese.o ./libstemmer/stem_ISO_8859_1_portuguese.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_ISO_8859_1_spanish.o ./libstemmer/stem_ISO_8859_1_spanish.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_ISO_8859_1_swedish.o ./libstemmer/stem_ISO_8859_1_swedish.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_ISO_8859_2_romanian.o ./libstemmer/stem_ISO_8859_2_romanian.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_KOI8_R_russian.o ./libstemmer/stem_KOI8_R_russian.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_UTF_8_danish.o ./libstemmer/stem_UTF_8_danish.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_UTF_8_dutch.o ./libstemmer/stem_UTF_8_dutch.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_UTF_8_english.o ./libstemmer/stem_UTF_8_english.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_UTF_8_finnish.o ./libstemmer/stem_UTF_8_finnish.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_UTF_8_french.o ./libstemmer/stem_UTF_8_french.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_UTF_8_german.o ./libstemmer/stem_UTF_8_german.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_UTF_8_hungarian.o ./libstemmer/stem_UTF_8_hungarian.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_UTF_8_italian.o ./libstemmer/stem_UTF_8_italian.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_UTF_8_norwegian.o ./libstemmer/stem_UTF_8_norwegian.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_UTF_8_porter.o ./libstemmer/stem_UTF_8_porter.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_UTF_8_portuguese.o ./libstemmer/stem_UTF_8_portuguese.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_UTF_8_romanian.o ./libstemmer/stem_UTF_8_romanian.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_UTF_8_russian.o ./libstemmer/stem_UTF_8_russian.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_UTF_8_spanish.o ./libstemmer/stem_UTF_8_spanish.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_UTF_8_swedish.o ./libstemmer/stem_UTF_8_swedish.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include/snowball -I../../../src/include/snowball/libstemmer -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stem_UTF_8_turkish.o ./libstemmer/stem_UTF_8_turkish.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o dict_snowball.so dict_snowball.o api.o utilities.o stem_ISO_8859_1_danish.o stem_ISO_8859_1_dutch.o stem_ISO_8859_1_english.o stem_ISO_8859_1_finnish.o stem_ISO_8859_1_french.o stem_ISO_8859_1_german.o stem_ISO_8859_1_hungarian.o stem_ISO_8859_1_italian.o stem_ISO_8859_1_norwegian.o stem_ISO_8859_1_porter.o stem_ISO_8859_1_portuguese.o stem_ISO_8859_1_spanish.o stem_ISO_8859_1_swedish.o stem_ISO_8859_2_romanian.o stem_KOI8_R_russian.o stem_UTF_8_danish.o stem_UTF_8_dutch.o stem_UTF_8_english.o stem_UTF_8_finnish.o stem_UTF_8_french.o stem_UTF_8_german.o stem_UTF_8_hungarian.o stem_UTF_8_italian.o stem_UTF_8_norwegian.o stem_UTF_8_porter.o stem_UTF_8_portuguese.o stem_UTF_8_romanian.o stem_UTF_8_russian.o stem_UTF_8_spanish.o stem_UTF_8_swedish.o stem_UTF_8_turkish.o -L../../../src/port -L../../../src/common -Wl,--as-needed
# echo '-- Language-specific snowball dictionaries' > snowball_create.sql
# cat ./snowball_func.sql.in >> snowball_create.sql
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/snowball'
# make -C include all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/include'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/include'
# make -C interfaces all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces'
# make -C libpq all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# msgfmt -c -o po/cs.mo po/cs.po
# msgfmt -c -o po/de.mo po/de.po
# msgfmt -c -o po/es.mo po/es.po
# msgfmt -c -o po/fr.mo po/fr.po
# msgfmt -c -o po/it.mo po/it.po
# msgfmt -c -o po/ja.mo po/ja.po
# msgfmt -c -o po/ko.mo po/ko.po
# msgfmt -c -o po/pl.mo po/pl.po
# msgfmt -c -o po/pt_BR.mo po/pt_BR.po
# msgfmt -c -o po/ru.mo po/ru.po
# msgfmt -c -o po/tr.mo po/tr.po
# msgfmt -c -o po/zh_CN.mo po/zh_CN.po
# msgfmt -c -o po/zh_TW.mo po/zh_TW.po
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-auth.o fe-auth.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-connect.o fe-connect.c
# fe-connect.c:1152:4: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(host_addr, conn->pghostaddr, NI_MAXHOST);
# ^
# fe-connect.c:1152:4: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-exec.o fe-exec.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-misc.o fe-misc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-print.o fe-print.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-lobj.o fe-lobj.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-protocol2.o fe-protocol2.c
# fe-protocol2.c:509:7: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(conn->result->cmdStatus, conn->workBuffer.data,
# ^
# fe-protocol2.c:509:7: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-protocol3.o fe-protocol3.c
# fe-protocol3.c:214:7: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(conn->result->cmdStatus, conn->workBuffer.data,
# ^
# fe-protocol3.c:214:7: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o pqexpbuffer.o pqexpbuffer.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-secure.o fe-secure.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -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 .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o chklocale.o chklocale.c
# rm -f inet_net_ntop.c && ln -s ../../../src/port/inet_net_ntop.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o inet_net_ntop.o inet_net_ntop.c
# rm -f noblock.c && ln -s ../../../src/port/noblock.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o noblock.o noblock.c
# rm -f pgstrcasecmp.c && ln -s ../../../src/port/pgstrcasecmp.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o pgstrcasecmp.o pgstrcasecmp.c
# rm -f pqsignal.c && ln -s ../../../src/port/pqsignal.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o pqsignal.o pqsignal.c
# rm -f thread.c && ln -s ../../../src/port/thread.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o thread.o thread.c
# rm -f strlcpy.c && ln -s ../../../src/port/strlcpy.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o strlcpy.o strlcpy.c
# rm -f getpeereid.c && ln -s ../../../src/port/getpeereid.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o getpeereid.o getpeereid.c
# rm -f ip.c && ln -s ../../../src/backend/libpq/ip.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o ip.o ip.c
# ip.c:152:4: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(node, "???", nodelen);
# ^
# ip.c:152:4: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# rm -f md5.c && ln -s ../../../src/backend/libpq/md5.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o md5.o md5.c
# rm -f encnames.c && ln -s ../../../src/backend/utils/mb/encnames.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o encnames.o encnames.c
# rm -f wchar.c && ln -s ../../../src/backend/utils/mb/wchar.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o wchar.o wchar.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-secure-openssl.o fe-secure-openssl.c
# fe-secure-openssl.c:979:3: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(fnbuf, conn->sslcert, sizeof(fnbuf));
# ^
# fe-secure-openssl.c:979:3: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# ( echo '{ global:'; gawk '/^[^#]/ {printf "%s;\n",$1}' exports.txt; echo ' local: *; };' ) >exports.list
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -shared -Wl,-soname,libpq.so.5 -Wl,--version-script=exports.list -o libpq.so.5.8 fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o fe-protocol2.o fe-protocol3.o pqexpbuffer.o fe-secure.o libpq-events.o chklocale.o inet_net_ntop.o noblock.o pgstrcasecmp.o pqsignal.o thread.o strlcpy.o getpeereid.o ip.o md5.o encnames.o wchar.o fe-secure-openssl.o -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lssl -lcrypto -lgssapi_krb5 -lcrypt -lpthread
# rm -f libpq.so.5
# ln -s libpq.so.5.8 libpq.so.5
# rm -f libpq.so
# ln -s libpq.so.5.8 libpq.so
# rm -f libpq.a
# 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 fe-secure.o libpq-events.o chklocale.o inet_net_ntop.o noblock.o pgstrcasecmp.o pqsignal.o thread.o strlcpy.o getpeereid.o ip.o md5.o encnames.o wchar.o fe-secure-openssl.o
# ranlib libpq.a
# echo 'Name: libpq' >libpq.pc
# echo 'Description: PostgreSQL libpq library' >>libpq.pc
# echo 'Url: http://www.postgresql.org/' >>libpq.pc
# echo 'Version: 9.5.3' >>libpq.pc
# echo 'Requires: ' >>libpq.pc
# echo 'Requires.private: ' >>libpq.pc
# echo 'Cflags: -I/usr/include' >>libpq.pc
# echo 'Libs: -L/usr/lib -lpq' >>libpq.pc
# echo 'Libs.private: -lssl -lcrypto -lgssapi_krb5 -lcrypt -lpthread' >>libpq.pc
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make -C ecpg all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg'
# make -C include all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/include'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/include'
# make -C pgtypeslib all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/pgtypeslib'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DSO_MAJOR_VERSION=3 -c -o numeric.o numeric.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DSO_MAJOR_VERSION=3 -c -o datetime.o datetime.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DSO_MAJOR_VERSION=3 -c -o common.o common.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DSO_MAJOR_VERSION=3 -c -o dt_common.o dt_common.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DSO_MAJOR_VERSION=3 -c -o timestamp.o timestamp.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DSO_MAJOR_VERSION=3 -c -o interval.o interval.c
# rm -f pgstrcasecmp.c && ln -s ../../../../src/port/pgstrcasecmp.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DSO_MAJOR_VERSION=3 -c -o pgstrcasecmp.o pgstrcasecmp.c
# ( echo '{ global:'; gawk '/^[^#]/ {printf "%s;\n",$1}' exports.txt; echo ' local: *; };' ) >exports.list
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -shared -Wl,-soname,libpgtypes.so.3 -Wl,--version-script=exports.list -o libpgtypes.so.3.6 numeric.o datetime.o common.o dt_common.o timestamp.o interval.o pgstrcasecmp.o -L../../../../src/port -L../../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lm
# rm -f libpgtypes.so.3
# ln -s libpgtypes.so.3.6 libpgtypes.so.3
# rm -f libpgtypes.so
# ln -s libpgtypes.so.3.6 libpgtypes.so
# rm -f libpgtypes.a
# ar crs libpgtypes.a numeric.o datetime.o common.o dt_common.o timestamp.o interval.o pgstrcasecmp.o
# ranlib libpgtypes.a
# echo 'Name: libpgtypes' >libpgtypes.pc
# echo 'Description: PostgreSQL libpgtypes library' >>libpgtypes.pc
# echo 'Url: http://www.postgresql.org/' >>libpgtypes.pc
# echo 'Version: 9.5.3' >>libpgtypes.pc
# echo 'Requires: ' >>libpgtypes.pc
# echo 'Requires.private: ' >>libpgtypes.pc
# echo 'Cflags: -I/usr/include' >>libpgtypes.pc
# echo 'Libs: -L/usr/lib -lpgtypes' >>libpgtypes.pc
# echo 'Libs.private: -lm' >>libpgtypes.pc
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/pgtypeslib'
# make -C ecpglib all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/ecpglib'
# msgfmt -c -o po/cs.mo po/cs.po
# msgfmt -c -o po/de.mo po/de.po
# msgfmt -c -o po/es.mo po/es.po
# msgfmt -c -o po/fr.mo po/fr.po
# msgfmt -c -o po/it.mo po/it.po
# msgfmt -c -o po/ja.mo po/ja.po
# msgfmt -c -o po/ko.mo po/ko.po
# msgfmt -c -o po/pl.mo po/pl.po
# msgfmt -c -o po/pt_BR.mo po/pt_BR.po
# msgfmt -c -o po/ru.mo po/ru.po
# msgfmt -c -o po/tr.mo po/tr.po
# msgfmt -c -o po/zh_CN.mo po/zh_CN.po
# make -C ../../../../src/interfaces/libpq all
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make[5]: Nothing to be done for 'all'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make -C ../../../../src/interfaces/ecpg/pgtypeslib all
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/pgtypeslib'
# make[5]: Nothing to be done for 'all'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/pgtypeslib'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o execute.o execute.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o typename.o typename.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o descriptor.o descriptor.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o sqlda.o sqlda.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o data.o data.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o error.o error.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o prepare.o prepare.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o memory.o memory.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o connect.o connect.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o misc.o misc.c
# rm -f path.c && ln -s ../../../../src/port/path.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o path.o path.c
# path.c:188:3: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(ret_path, head, MAXPGPATH);
# ^
# path.c:188:3: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# rm -f pgstrcasecmp.c && ln -s ../../../../src/port/pgstrcasecmp.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o pgstrcasecmp.o pgstrcasecmp.c
# rm -f strlcpy.c && ln -s ../../../../src/port/strlcpy.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o strlcpy.o strlcpy.c
# rm -f thread.c && ln -s ../../../../src/port/thread.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DSO_MAJOR_VERSION=6 -c -o thread.o thread.c
# ( echo '{ global:'; gawk '/^[^#]/ {printf "%s;\n",$1}' exports.txt; echo ' local: *; };' ) >exports.list
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -shared -Wl,-soname,libecpg.so.6 -Wl,--version-script=exports.list -o libecpg.so.6.7 execute.o typename.o descriptor.o sqlda.o data.o error.o prepare.o memory.o connect.o misc.o path.o pgstrcasecmp.o strlcpy.o thread.o -L../../../../src/port -L../../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -L../pgtypeslib -lpgtypes -L../../../../src/interfaces/libpq -lpq -lm -lpthread
# rm -f libecpg.so.6
# ln -s libecpg.so.6.7 libecpg.so.6
# rm -f libecpg.so
# ln -s libecpg.so.6.7 libecpg.so
# rm -f libecpg.a
# 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 strlcpy.o thread.o
# ranlib libecpg.a
# echo 'Name: libecpg' >libecpg.pc
# echo 'Description: PostgreSQL libecpg library' >>libecpg.pc
# echo 'Url: http://www.postgresql.org/' >>libecpg.pc
# echo 'Version: 9.5.3' >>libecpg.pc
# echo 'Requires: ' >>libecpg.pc
# echo 'Requires.private: libpq libpgtypes' >>libecpg.pc
# echo 'Cflags: -I/usr/include' >>libecpg.pc
# echo 'Libs: -L/usr/lib -lecpg' >>libecpg.pc
# echo 'Libs.private: -lm -lpthread' >>libecpg.pc
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/ecpglib'
# make -C compatlib all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/compatlib'
# make -C ../../../../src/interfaces/ecpg/ecpglib all
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/ecpglib'
# make -C ../../../../src/interfaces/libpq all
# make[6]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make[6]: Nothing to be done for 'all'.
# make[6]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make -C ../../../../src/interfaces/ecpg/pgtypeslib all
# make[6]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/pgtypeslib'
# make[6]: Nothing to be done for 'all'.
# make[6]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/pgtypeslib'
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/ecpglib'
# make -C ../../../../src/interfaces/ecpg/pgtypeslib all
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/pgtypeslib'
# make[5]: Nothing to be done for 'all'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/pgtypeslib'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DSO_MAJOR_VERSION=3 -c -o informix.o informix.c
# ( echo '{ global:'; gawk '/^[^#]/ {printf "%s;\n",$1}' exports.txt; echo ' local: *; };' ) >exports.list
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -shared -Wl,-soname,libecpg_compat.so.3 -Wl,--version-script=exports.list -o libecpg_compat.so.3.7 informix.o -L../../../../src/port -L../../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes -L../../../../src/interfaces/libpq -lpq -lm -lpthread
# rm -f libecpg_compat.so.3
# ln -s libecpg_compat.so.3.7 libecpg_compat.so.3
# rm -f libecpg_compat.so
# ln -s libecpg_compat.so.3.7 libecpg_compat.so
# rm -f libecpg_compat.a
# ar crs libecpg_compat.a informix.o
# ranlib libecpg_compat.a
# echo 'Name: libecpg_compat' >libecpg_compat.pc
# echo 'Description: PostgreSQL libecpg_compat library' >>libecpg_compat.pc
# echo 'Url: http://www.postgresql.org/' >>libecpg_compat.pc
# echo 'Version: 9.5.3' >>libecpg_compat.pc
# echo 'Requires: ' >>libecpg_compat.pc
# echo 'Requires.private: libecpg libpgtypes' >>libecpg_compat.pc
# echo 'Cflags: -I/usr/include' >>libecpg_compat.pc
# echo 'Libs: -L/usr/lib -lecpg_compat' >>libecpg_compat.pc
# echo 'Libs.private: -lpq -lm -lpthread' >>libecpg_compat.pc
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/compatlib'
# make -C preproc all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/preproc'
# msgfmt -c -o po/cs.mo po/cs.po
# msgfmt -c -o po/de.mo po/de.po
# msgfmt -c -o po/es.mo po/es.po
# msgfmt -c -o po/fr.mo po/fr.po
# msgfmt -c -o po/it.mo po/it.po
# msgfmt -c -o po/ja.mo po/ja.po
# msgfmt -c -o po/ko.mo po/ko.po
# msgfmt -c -o po/pl.mo po/pl.po
# msgfmt -c -o po/pt_BR.mo po/pt_BR.po
# msgfmt -c -o po/ru.mo po/ru.po
# msgfmt -c -o po/tr.mo po/tr.po
# msgfmt -c -o po/zh_CN.mo po/zh_CN.po
# msgfmt -c -o po/zh_TW.mo po/zh_TW.po
# make -C ../../../../src/port all
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[6]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[6]: Nothing to be done for 'submake-errcodes'.
# make[6]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../../../src/common all
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[6]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[6]: Nothing to be done for 'submake-errcodes'.
# make[6]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -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=11 -DPATCHLEVEL=0 -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o preproc.o preproc.c
# In file included from preproc.y:15713:
# pgc.l:1347:3: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(inc_file, yytext, sizeof(inc_file));
# ^
# pgc.l:1347:3: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -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=11 -DPATCHLEVEL=0 -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o type.o type.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -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=11 -DPATCHLEVEL=0 -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ecpg.o ecpg.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -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=11 -DPATCHLEVEL=0 -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o output.o output.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -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=11 -DPATCHLEVEL=0 -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o parser.o parser.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -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=11 -DPATCHLEVEL=0 -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o keywords.o keywords.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -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=11 -DPATCHLEVEL=0 -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o c_keywords.o c_keywords.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -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=11 -DPATCHLEVEL=0 -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ecpg_keywords.o ecpg_keywords.c
# rm -f kwlookup.c && ln -s ../../../../src/backend/parser/kwlookup.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -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=11 -DPATCHLEVEL=0 -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o kwlookup.o kwlookup.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -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=11 -DPATCHLEVEL=0 -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o descriptor.o descriptor.c
# descriptor.c:332:2: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(descriptor_names[input], name, sizeof(descriptor_names[input]));
# ^
# descriptor.c:332:2: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -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=11 -DPATCHLEVEL=0 -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o variable.o variable.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -L../../../../src/port -L../../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags 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 -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -lpthread -o ecpg
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/preproc'
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg'
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces'
# make -C backend/replication/libpqwalreceiver all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/replication/libpqwalreceiver'
# make -C ../../../../src/interfaces/libpq all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I../../../../src/interfaces/libpq -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o libpqwalreceiver.o libpqwalreceiver.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o libpqwalreceiver.so libpqwalreceiver.o -L../../../../src/port -L../../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -L../../../../src/interfaces/libpq -lpq
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend/replication/libpqwalreceiver'
# make -C bin all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin'
# make -C initdb all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/initdb'
# msgfmt -c -o po/cs.mo po/cs.po
# msgfmt -c -o po/de.mo po/de.po
# msgfmt -c -o po/es.mo po/es.po
# msgfmt -c -o po/fr.mo po/fr.po
# msgfmt -c -o po/it.mo po/it.po
# msgfmt -c -o po/ja.mo po/ja.po
# msgfmt -c -o po/ko.mo po/ko.po
# msgfmt -c -o po/pl.mo po/pl.po
# msgfmt -c -o po/pt_BR.mo po/pt_BR.po
# msgfmt -c -o po/ru.mo po/ru.po
# msgfmt -c -o po/sv.mo po/sv.po
# msgfmt -c -o po/zh_CN.mo po/zh_CN.po
# make -C ../../../src/port all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../../src/common all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/interfaces/libpq -I../../../src/timezone -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 '-DSYSTEMTZDIR="/usr/share/zoneinfo"' -c -o initdb.o initdb.c
# initdb.c:2862:4: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(full_path, progname, sizeof(full_path));
# ^
# initdb.c:2862:4: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/interfaces/libpq -I../../../src/timezone -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 '-DSYSTEMTZDIR="/usr/share/zoneinfo"' -c -o findtimezone.o findtimezone.c
# findtimezone.c:69:3: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(canonname, name, TZ_STRLEN_MAX + 1);
# ^
# findtimezone.c:69:3: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# rm -f localtime.c && ln -s ../../../src/timezone/localtime.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/interfaces/libpq -I../../../src/timezone -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 '-DSYSTEMTZDIR="/usr/share/zoneinfo"' -c -o localtime.o localtime.c
# rm -f encnames.c && ln -s ../../../src/backend/utils/mb/encnames.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/interfaces/libpq -I../../../src/timezone -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 '-DSYSTEMTZDIR="/usr/share/zoneinfo"' -c -o encnames.o encnames.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument initdb.o findtimezone.o localtime.o encnames.o -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o initdb
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/initdb'
# make -C pg_archivecleanup all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_archivecleanup'
# make -C ../../../src/port all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../../src/common all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_archivecleanup.o pg_archivecleanup.c
# pg_archivecleanup.c:112:4: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(walfile, xlde->d_name, MAXPGPATH);
# ^
# pg_archivecleanup.c:112:4: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument pg_archivecleanup.o -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_archivecleanup
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_archivecleanup'
# make -C pg_basebackup all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_basebackup'
# msgfmt -c -o po/de.mo po/de.po
# msgfmt -c -o po/es.mo po/es.po
# msgfmt -c -o po/fr.mo po/fr.po
# msgfmt -c -o po/it.mo po/it.po
# msgfmt -c -o po/ko.mo po/ko.po
# msgfmt -c -o po/pl.mo po/pl.po
# msgfmt -c -o po/pt_BR.mo po/pt_BR.po
# msgfmt -c -o po/ru.mo po/ru.po
# msgfmt -c -o po/zh_CN.mo po/zh_CN.po
# make -C ../../../src/interfaces/libpq all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make -C ../../../src/port all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../../src/common all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_basebackup.o pg_basebackup.c
# pg_basebackup.c:1149:3: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(current_path, basedir, sizeof(current_path));
# ^
# pg_basebackup.c:1149:3: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o receivelog.o receivelog.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o streamutil.o streamutil.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument pg_basebackup.o receivelog.o streamutil.o -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_basebackup
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_receivexlog.o pg_receivexlog.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument pg_receivexlog.o receivelog.o streamutil.o -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_receivexlog
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_recvlogical.o pg_recvlogical.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument pg_recvlogical.o receivelog.o streamutil.o -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_recvlogical
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_basebackup'
# make -C pg_config all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_config'
# msgfmt -c -o po/cs.mo po/cs.po
# msgfmt -c -o po/de.mo po/de.po
# msgfmt -c -o po/es.mo po/es.po
# msgfmt -c -o po/fr.mo po/fr.po
# msgfmt -c -o po/it.mo po/it.po
# msgfmt -c -o po/ja.mo po/ja.po
# msgfmt -c -o po/ko.mo po/ko.po
# msgfmt -c -o po/nb.mo po/nb.po
# msgfmt -c -o po/pl.mo po/pl.po
# msgfmt -c -o po/pt_BR.mo po/pt_BR.po
# msgfmt -c -o po/ro.mo po/ro.po
# msgfmt -c -o po/ru.mo po/ru.po
# msgfmt -c -o po/sv.mo po/sv.po
# msgfmt -c -o po/ta.mo po/ta.po
# msgfmt -c -o po/tr.mo po/tr.po
# msgfmt -c -o po/zh_CN.mo po/zh_CN.po
# msgfmt -c -o po/zh_TW.mo po/zh_TW.po
# make -C ../../../src/port all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../../src/common all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -DVAL_CONFIGURE="\"'--host=x86_64-unknown-linux' '--prefix=/usr' '--mandir=/usr/share/man' '--datadir=/usr/share/postgresql' '--sysconfdir=/etc' '--with-gssapi' '--with-libxml' '--with-openssl' '--with-perl' '--with-python' 'PYTHON=/usr/bin/python2' '--with-tcl' '--with-pam' '--with-system-tzdata=/usr/share/zoneinfo' '--with-uuid=e2fs' '--enable-nls' '--enable-thread-safety' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS='\"" -DVAL_CC="\"clang\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE -I/usr/include/libxml2\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument \"" -DVAL_CFLAGS_SL="\"-fpic\"" -DVAL_LDFLAGS="\"-L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"\"" -DVAL_LDFLAGS_SL="\"\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm \"" -c -o pg_config.o pg_config.c
# pg_config.c:228:2: warning: implicitly declaring library function 'strlcat' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcat(path, "/pgxs/src/makefiles/pgxs.mk", sizeof(path));
# ^
# pg_config.c:228:2: note: include the header or explicitly provide a declaration for 'strlcat'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument pg_config.o -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_config
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_config'
# make -C pg_controldata all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_controldata'
# msgfmt -c -o po/cs.mo po/cs.po
# msgfmt -c -o po/de.mo po/de.po
# msgfmt -c -o po/es.mo po/es.po
# msgfmt -c -o po/fr.mo po/fr.po
# msgfmt -c -o po/it.mo po/it.po
# msgfmt -c -o po/ja.mo po/ja.po
# msgfmt -c -o po/ko.mo po/ko.po
# msgfmt -c -o po/pl.mo po/pl.po
# msgfmt -c -o po/pt_BR.mo po/pt_BR.po
# msgfmt -c -o po/ru.mo po/ru.po
# msgfmt -c -o po/sv.mo po/sv.po
# msgfmt -c -o po/zh_CN.mo po/zh_CN.po
# make -C ../../../src/port all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../../src/common all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_controldata.o pg_controldata.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument pg_controldata.o -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_controldata
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_controldata'
# make -C pg_ctl all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_ctl'
# msgfmt -c -o po/cs.mo po/cs.po
# msgfmt -c -o po/de.mo po/de.po
# msgfmt -c -o po/es.mo po/es.po
# msgfmt -c -o po/fr.mo po/fr.po
# msgfmt -c -o po/it.mo po/it.po
# msgfmt -c -o po/ja.mo po/ja.po
# msgfmt -c -o po/ko.mo po/ko.po
# msgfmt -c -o po/pl.mo po/pl.po
# msgfmt -c -o po/pt_BR.mo po/pt_BR.po
# msgfmt -c -o po/ru.mo po/ru.po
# msgfmt -c -o po/sv.mo po/sv.po
# msgfmt -c -o po/zh_CN.mo po/zh_CN.po
# make -C ../../../src/interfaces/libpq all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make -C ../../../src/port all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../../src/common all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_ctl.o pg_ctl.c
# pg_ctl.c:638:8: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(host_str, sockdir, sizeof(host_str));
# ^
# pg_ctl.c:638:8: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument pg_ctl.o -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_ctl
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_ctl'
# make -C pg_dump all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_dump'
# msgfmt -c -o po/cs.mo po/cs.po
# msgfmt -c -o po/de.mo po/de.po
# msgfmt -c -o po/es.mo po/es.po
# msgfmt -c -o po/fr.mo po/fr.po
# msgfmt -c -o po/it.mo po/it.po
# msgfmt -c -o po/ja.mo po/ja.po
# msgfmt -c -o po/ko.mo po/ko.po
# msgfmt -c -o po/pl.mo po/pl.po
# msgfmt -c -o po/pt_BR.mo po/pt_BR.po
# msgfmt -c -o po/ru.mo po/ru.po
# msgfmt -c -o po/zh_CN.mo po/zh_CN.po
# make -C ../../../src/interfaces/libpq all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make -C ../../../src/port all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../../src/common all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_dump.o pg_dump.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o common.o common.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_dump_sort.o pg_dump_sort.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_backup_archiver.o pg_backup_archiver.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_backup_db.o pg_backup_db.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_backup_custom.o pg_backup_custom.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_backup_null.o pg_backup_null.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_backup_tar.o pg_backup_tar.c
# pg_backup_tar.c:1265:2: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(tag, &h[0], 100 + 1);
# ^
# pg_backup_tar.c:1265:2: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_backup_directory.o pg_backup_directory.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_backup_utils.o pg_backup_utils.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o parallel.o parallel.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o compress_io.o compress_io.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dumputils.o dumputils.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o keywords.o keywords.c
# rm -f kwlookup.c && ln -s ../../../src/backend/parser/kwlookup.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o kwlookup.o kwlookup.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument 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_null.o pg_backup_tar.o pg_backup_directory.o pg_backup_utils.o parallel.o compress_io.o dumputils.o -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_dump
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_restore.o pg_restore.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument pg_restore.o keywords.o kwlookup.o pg_backup_archiver.o pg_backup_db.o pg_backup_custom.o pg_backup_null.o pg_backup_tar.o pg_backup_directory.o pg_backup_utils.o parallel.o compress_io.o dumputils.o -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_restore
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_dumpall.o pg_dumpall.c
# pg_dumpall.c:177:4: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(full_path, progname, sizeof(full_path));
# ^
# pg_dumpall.c:177:4: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument pg_dumpall.o dumputils.o keywords.o kwlookup.o -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_dumpall
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_dump'
# make -C pg_resetxlog all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_resetxlog'
# msgfmt -c -o po/cs.mo po/cs.po
# msgfmt -c -o po/de.mo po/de.po
# msgfmt -c -o po/es.mo po/es.po
# msgfmt -c -o po/fr.mo po/fr.po
# msgfmt -c -o po/it.mo po/it.po
# msgfmt -c -o po/ja.mo po/ja.po
# msgfmt -c -o po/ko.mo po/ko.po
# msgfmt -c -o po/pl.mo po/pl.po
# msgfmt -c -o po/pt_BR.mo po/pt_BR.po
# msgfmt -c -o po/ru.mo po/ru.po
# msgfmt -c -o po/sv.mo po/sv.po
# msgfmt -c -o po/zh_CN.mo po/zh_CN.po
# make -C ../../../src/port all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../../src/common all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_resetxlog.o pg_resetxlog.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument pg_resetxlog.o -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_resetxlog
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_resetxlog'
# make -C pg_rewind all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_rewind'
# msgfmt -c -o po/de.mo po/de.po
# msgfmt -c -o po/es.mo po/es.po
# msgfmt -c -o po/fr.mo po/fr.po
# msgfmt -c -o po/it.mo po/it.po
# msgfmt -c -o po/ko.mo po/ko.po
# msgfmt -c -o po/pl.mo po/pl.po
# msgfmt -c -o po/pt_BR.mo po/pt_BR.po
# msgfmt -c -o po/ru.mo po/ru.po
# msgfmt -c -o po/zh_CN.mo po/zh_CN.po
# make -C ../../../src/interfaces/libpq all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make -C ../../../src/port all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../../src/common all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_rewind.o pg_rewind.c
# pg_rewind.c:605:4: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(full_path, progname, sizeof(full_path));
# ^
# pg_rewind.c:605:4: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o parsexlog.o parsexlog.c
# rm -f xlogreader.c && ln -s ../../../src/backend/access/transam/xlogreader.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o xlogreader.o xlogreader.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o datapagemap.o datapagemap.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o timeline.o timeline.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o fetch.o fetch.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o file_ops.o file_ops.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o copy_fetch.o copy_fetch.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o libpq_fetch.o libpq_fetch.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o filemap.o filemap.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/interfaces/libpq -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o logging.o logging.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument pg_rewind.o parsexlog.o xlogreader.o datapagemap.o timeline.o fetch.o file_ops.o copy_fetch.o libpq_fetch.o filemap.o logging.o -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_rewind
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_rewind'
# make -C pg_test_fsync all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_test_fsync'
# make -C ../../../src/port all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../../src/common all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_test_fsync.o pg_test_fsync.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument pg_test_fsync.o -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_test_fsync
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_test_fsync'
# make -C pg_test_timing all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_test_timing'
# make -C ../../../src/port all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../../src/common all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_test_timing.o pg_test_timing.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument pg_test_timing.o -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_test_timing
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_test_timing'
# make -C pg_upgrade all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_upgrade'
# make -C ../../../src/interfaces/libpq all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make -C ../../../src/port all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../../src/common all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o check.o check.c
# check.c:499:2: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(old_cluster_pgdata, old_cluster.pgdata, MAXPGPATH);
# ^
# check.c:499:2: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o controldata.o controldata.c
# controldata.c:266:4: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(cluster->controldata.nextxlogfile, p, 25);
# ^
# controldata.c:266:4: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dump.o dump.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o exec.o exec.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o file.o file.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o function.o function.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o info.o info.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o option.o option.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o page.o page.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o parallel.o parallel.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_upgrade.o pg_upgrade.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o relfilenode.o relfilenode.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o server.o server.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tablespace.o tablespace.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o util.o util.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DDLSUFFIX=\".so\" -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o version.o version.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument check.o controldata.o dump.o exec.o file.o function.o info.o option.o page.o parallel.o pg_upgrade.o relfilenode.o server.o tablespace.o util.o version.o -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_upgrade
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_upgrade'
# make -C pg_xlogdump all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_xlogdump'
# make -C ../../../src/port all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../../src/common all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_xlogdump.o pg_xlogdump.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o compat.o compat.c
# rm -f xlogreader.c && ln -s ../../../src/backend/access/transam/xlogreader.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o xlogreader.o xlogreader.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o rmgrdesc.o rmgrdesc.c
# rm -f brindesc.c && ln -s ../../../src/backend/access/rmgrdesc/brindesc.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o brindesc.o brindesc.c
# rm -f clogdesc.c && ln -s ../../../src/backend/access/rmgrdesc/clogdesc.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o clogdesc.o clogdesc.c
# rm -f committsdesc.c && ln -s ../../../src/backend/access/rmgrdesc/committsdesc.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o committsdesc.o committsdesc.c
# rm -f dbasedesc.c && ln -s ../../../src/backend/access/rmgrdesc/dbasedesc.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dbasedesc.o dbasedesc.c
# rm -f gindesc.c && ln -s ../../../src/backend/access/rmgrdesc/gindesc.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o gindesc.o gindesc.c
# rm -f gistdesc.c && ln -s ../../../src/backend/access/rmgrdesc/gistdesc.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o gistdesc.o gistdesc.c
# rm -f hashdesc.c && ln -s ../../../src/backend/access/rmgrdesc/hashdesc.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o hashdesc.o hashdesc.c
# rm -f heapdesc.c && ln -s ../../../src/backend/access/rmgrdesc/heapdesc.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o heapdesc.o heapdesc.c
# rm -f mxactdesc.c && ln -s ../../../src/backend/access/rmgrdesc/mxactdesc.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o mxactdesc.o mxactdesc.c
# rm -f nbtdesc.c && ln -s ../../../src/backend/access/rmgrdesc/nbtdesc.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o nbtdesc.o nbtdesc.c
# rm -f relmapdesc.c && ln -s ../../../src/backend/access/rmgrdesc/relmapdesc.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o relmapdesc.o relmapdesc.c
# rm -f replorigindesc.c && ln -s ../../../src/backend/access/rmgrdesc/replorigindesc.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o replorigindesc.o replorigindesc.c
# rm -f seqdesc.c && ln -s ../../../src/backend/access/rmgrdesc/seqdesc.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o seqdesc.o seqdesc.c
# rm -f smgrdesc.c && ln -s ../../../src/backend/access/rmgrdesc/smgrdesc.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o smgrdesc.o smgrdesc.c
# rm -f spgdesc.c && ln -s ../../../src/backend/access/rmgrdesc/spgdesc.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o spgdesc.o spgdesc.c
# rm -f standbydesc.c && ln -s ../../../src/backend/access/rmgrdesc/standbydesc.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o standbydesc.o standbydesc.c
# rm -f tblspcdesc.c && ln -s ../../../src/backend/access/rmgrdesc/tblspcdesc.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tblspcdesc.o tblspcdesc.c
# rm -f xactdesc.c && ln -s ../../../src/backend/access/rmgrdesc/xactdesc.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o xactdesc.o xactdesc.c
# rm -f xlogdesc.c && ln -s ../../../src/backend/access/rmgrdesc/xlogdesc.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -DFRONTEND -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o xlogdesc.o xlogdesc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument pg_xlogdump.o compat.o xlogreader.o rmgrdesc.o brindesc.o clogdesc.o committsdesc.o dbasedesc.o gindesc.o gistdesc.o hashdesc.o heapdesc.o mxactdesc.o nbtdesc.o relmapdesc.o replorigindesc.o seqdesc.o smgrdesc.o spgdesc.o standbydesc.o tblspcdesc.o xactdesc.o xlogdesc.o -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_xlogdump
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_xlogdump'
# make -C pgbench all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pgbench'
# make -C ../../../src/interfaces/libpq all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make -C ../../../src/port all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../../src/common all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgbench.o pgbench.c
# pgbench.c:2185:3: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(buffer, DDLINDEXes[i], sizeof(buffer));
# ^
# pgbench.c:2185:3: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o exprparse.o exprparse.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS pgbench.o exprparse.o -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -lpthread -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pgbench
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pgbench'
# make -C psql all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/psql'
# msgfmt -c -o po/cs.mo po/cs.po
# msgfmt -c -o po/de.mo po/de.po
# msgfmt -c -o po/es.mo po/es.po
# msgfmt -c -o po/fr.mo po/fr.po
# msgfmt -c -o po/it.mo po/it.po
# msgfmt -c -o po/ja.mo po/ja.po
# msgfmt -c -o po/ko.mo po/ko.po
# msgfmt -c -o po/pl.mo po/pl.po
# msgfmt -c -o po/pt_BR.mo po/pt_BR.po
# msgfmt -c -o po/ru.mo po/ru.po
# msgfmt -c -o po/zh_CN.mo po/zh_CN.po
# msgfmt -c -o po/zh_TW.mo po/zh_TW.po
# make -C ../../../src/interfaces/libpq all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make -C ../../../src/port all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../../src/common all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o command.o command.c
# command.c:2210:4: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(relpath, pset.inputfile, sizeof(relpath));
# ^
# command.c:2210:4: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o common.o common.c
# common.c:1847:4: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(home, pw->pw_dir, sizeof(home)); /* ~user */
# ^
# common.c:1847:4: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o help.o help.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o input.o input.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stringutils.o stringutils.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o mainloop.o mainloop.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o copy.o copy.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o startup.o startup.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o prompt.o prompt.c
# prompt.c:111:7: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(buf, PQdb(pset.db), sizeof(buf));
# ^
# prompt.c:111:7: note: include the header or explicitly provide a declaration for 'strlcpy'
# prompt.c:321:4: warning: implicitly declaring library function 'strlcat' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcat(destination, buf, sizeof(destination));
# ^
# prompt.c:321:4: note: include the header or explicitly provide a declaration for 'strlcat'
# 2 warnings generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o variables.o variables.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o large_obj.o large_obj.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o print.o print.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o describe.o describe.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tab-complete.o tab-complete.c
# tab-complete.c:4678:4: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(s, &buf[start], end - start + 2);
# ^
# tab-complete.c:4678:4: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o mbprint.o mbprint.c
# rm -f dumputils.c && ln -s ../../../src/bin/pg_dump/dumputils.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dumputils.o dumputils.c
# rm -f keywords.c && ln -s ../../../src/bin/pg_dump/keywords.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o keywords.o keywords.c
# rm -f kwlookup.c && ln -s ../../../src/backend/parser/kwlookup.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o kwlookup.o kwlookup.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o sql_help.o sql_help.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument 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/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o psql
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/psql'
# make -C scripts all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/scripts'
# msgfmt -c -o po/cs.mo po/cs.po
# msgfmt -c -o po/de.mo po/de.po
# msgfmt -c -o po/es.mo po/es.po
# msgfmt -c -o po/fr.mo po/fr.po
# msgfmt -c -o po/it.mo po/it.po
# msgfmt -c -o po/ja.mo po/ja.po
# msgfmt -c -o po/ko.mo po/ko.po
# msgfmt -c -o po/pl.mo po/pl.po
# msgfmt -c -o po/pt_BR.mo po/pt_BR.po
# msgfmt -c -o po/ru.mo po/ru.po
# msgfmt -c -o po/sv.mo po/sv.po
# msgfmt -c -o po/zh_CN.mo po/zh_CN.po
# make -C ../../../src/interfaces/libpq all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make -C ../../../src/port all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../../src/common all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[5]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[5]: Nothing to be done for 'submake-errcodes'.
# make[5]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o createdb.o createdb.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o common.o common.c
# rm -f dumputils.c && ln -s ../../../src/bin/pg_dump/dumputils.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dumputils.o dumputils.c
# rm -f kwlookup.c && ln -s ../../../src/backend/parser/kwlookup.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o kwlookup.o kwlookup.c
# rm -f keywords.c && ln -s ../../../src/bin/pg_dump/keywords.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o keywords.o keywords.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument createdb.o common.o dumputils.o kwlookup.o keywords.o -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o createdb
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o createlang.o createlang.c
# rm -f print.c && ln -s ../../../src/bin/psql/print.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o print.o print.c
# rm -f mbprint.c && ln -s ../../../src/bin/psql/mbprint.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o mbprint.o mbprint.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument createlang.o common.o print.o mbprint.o -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o createlang
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o createuser.o createuser.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument createuser.o common.o dumputils.o kwlookup.o keywords.o -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o createuser
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dropdb.o dropdb.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument dropdb.o common.o dumputils.o kwlookup.o keywords.o -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o dropdb
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o droplang.o droplang.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument droplang.o common.o print.o mbprint.o -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o droplang
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dropuser.o dropuser.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument dropuser.o common.o dumputils.o kwlookup.o keywords.o -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o dropuser
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o clusterdb.o clusterdb.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument clusterdb.o common.o dumputils.o kwlookup.o keywords.o -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o clusterdb
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o vacuumdb.o vacuumdb.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument vacuumdb.o common.o dumputils.o kwlookup.o keywords.o -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o vacuumdb
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o reindexdb.o reindexdb.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument reindexdb.o common.o dumputils.o kwlookup.o keywords.o -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o reindexdb
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_isready.o pg_isready.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument pg_isready.o common.o -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_isready
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/scripts'
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin'
# make -C pl all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/pl'
# make -C plpgsql all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/pl/plpgsql'
# make -C src all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/pl/plpgsql/src'
# msgfmt -c -o po/cs.mo po/cs.po
# msgfmt -c -o po/de.mo po/de.po
# msgfmt -c -o po/es.mo po/es.po
# msgfmt -c -o po/fr.mo po/fr.po
# msgfmt -c -o po/it.mo po/it.po
# msgfmt -c -o po/ja.mo po/ja.po
# msgfmt -c -o po/ko.mo po/ko.po
# msgfmt -c -o po/pl.mo po/pl.po
# msgfmt -c -o po/pt_BR.mo po/pt_BR.po
# msgfmt -c -o po/ro.mo po/ro.po
# msgfmt -c -o po/ru.mo po/ru.po
# msgfmt -c -o po/zh_CN.mo po/zh_CN.po
# msgfmt -c -o po/zh_TW.mo po/zh_TW.po
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pl_gram.o pl_gram.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pl_handler.o pl_handler.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pl_comp.o pl_comp.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pl_exec.o pl_exec.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pl_funcs.o pl_funcs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pl_scanner.o pl_scanner.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -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../../../../src/common -Wl,--as-needed
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/pl/plpgsql/src'
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/pl/plpgsql'
# make -C plperl all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/pl/plperl'
# msgfmt -c -o po/cs.mo po/cs.po
# msgfmt -c -o po/de.mo po/de.po
# msgfmt -c -o po/es.mo po/es.po
# msgfmt -c -o po/fr.mo po/fr.po
# msgfmt -c -o po/it.mo po/it.po
# msgfmt -c -o po/ja.mo po/ja.po
# msgfmt -c -o po/ko.mo po/ko.po
# msgfmt -c -o po/pl.mo po/pl.po
# msgfmt -c -o po/pt_BR.mo po/pt_BR.po
# msgfmt -c -o po/ro.mo po/ro.po
# msgfmt -c -o po/ru.mo po/ru.po
# msgfmt -c -o po/sv.mo po/sv.po
# msgfmt -c -o po/tr.mo po/tr.po
# msgfmt -c -o po/zh_CN.mo po/zh_CN.po
# msgfmt -c -o po/zh_TW.mo po/zh_TW.po
# '/usr/bin/perl' ./text2macro.pl --strip='^(\#.*|\s*)$' plc_perlboot.pl plc_trusted.pl > perlchunks.h
# '/usr/bin/perl' plperl_opmask.pl plperl_opmask.h
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/lib/perl5/core_perl/CORE -c -o plperl.o plperl.c
# '/usr/bin/perl' /usr/share/perl5/core_perl/ExtUtils/xsubpp -typemap /usr/share/perl5/core_perl/ExtUtils/typemap SPI.xs >SPI.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/lib/perl5/core_perl/CORE -c -o SPI.o SPI.c
# '/usr/bin/perl' /usr/share/perl5/core_perl/ExtUtils/xsubpp -typemap /usr/share/perl5/core_perl/ExtUtils/typemap Util.xs >Util.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/lib/perl5/core_perl/CORE -c -o Util.o Util.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o plperl.so plperl.o SPI.o Util.o -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib/perl5/core_perl/CORE',--enable-new-dtags -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib -L/usr/lib/perl5/core_perl/CORE -lperl -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/pl/plperl'
# make -C plpython all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/pl/plpython'
# msgfmt -c -o po/cs.mo po/cs.po
# msgfmt -c -o po/de.mo po/de.po
# msgfmt -c -o po/es.mo po/es.po
# msgfmt -c -o po/fr.mo po/fr.po
# msgfmt -c -o po/it.mo po/it.po
# msgfmt -c -o po/ja.mo po/ja.po
# msgfmt -c -o po/ko.mo po/ko.po
# msgfmt -c -o po/pl.mo po/pl.po
# msgfmt -c -o po/pt_BR.mo po/pt_BR.po
# msgfmt -c -o po/ru.mo po/ru.po
# msgfmt -c -o po/zh_CN.mo po/zh_CN.po
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I/usr/include/python2.7 -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o plpy_cursorobject.o plpy_cursorobject.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I/usr/include/python2.7 -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o plpy_elog.o plpy_elog.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I/usr/include/python2.7 -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o plpy_exec.o plpy_exec.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I/usr/include/python2.7 -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o plpy_main.o plpy_main.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I/usr/include/python2.7 -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o plpy_planobject.o plpy_planobject.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I/usr/include/python2.7 -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o plpy_plpymodule.o plpy_plpymodule.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I/usr/include/python2.7 -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o plpy_procedure.o plpy_procedure.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I/usr/include/python2.7 -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o plpy_resultobject.o plpy_resultobject.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I/usr/include/python2.7 -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o plpy_spi.o plpy_spi.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I/usr/include/python2.7 -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o plpy_subxactobject.o plpy_subxactobject.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I/usr/include/python2.7 -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o plpy_typeio.o plpy_typeio.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I/usr/include/python2.7 -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o plpy_util.o plpy_util.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o plpython2.so plpy_cursorobject.o plpy_elog.o plpy_exec.o plpy_main.o plpy_planobject.o plpy_plpymodule.o plpy_procedure.o plpy_resultobject.o plpy_spi.o plpy_subxactobject.o plpy_typeio.o plpy_util.o -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -L/usr/lib -lpython2.7 -lpthread -ldl -lutil -lm
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/pl/plpython'
# make -C tcl all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/pl/tcl'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I/usr/include -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pltcl.o pltcl.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o pltcl.so pltcl.o -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -L/usr/lib -ltcl8.6 -ldl -lz -lpthread -lieee -lm -lc
# msgfmt -c -o po/cs.mo po/cs.po
# msgfmt -c -o po/de.mo po/de.po
# msgfmt -c -o po/es.mo po/es.po
# msgfmt -c -o po/fr.mo po/fr.po
# msgfmt -c -o po/it.mo po/it.po
# msgfmt -c -o po/ja.mo po/ja.po
# msgfmt -c -o po/ko.mo po/ko.po
# msgfmt -c -o po/pl.mo po/pl.po
# msgfmt -c -o po/pt_BR.mo po/pt_BR.po
# msgfmt -c -o po/ro.mo po/ro.po
# msgfmt -c -o po/ru.mo po/ru.po
# msgfmt -c -o po/tr.mo po/tr.po
# msgfmt -c -o po/zh_CN.mo po/zh_CN.po
# msgfmt -c -o po/zh_TW.mo po/zh_TW.po
# make -C modules all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/pl/tcl/modules'
# sed 's,@TCLSH@,/usr/bin/tclsh,g' pltcl_loadmod.in >pltcl_loadmod
# chmod a+x pltcl_loadmod
# sed 's,@TCLSH@,/usr/bin/tclsh,g' pltcl_delmod.in >pltcl_delmod
# chmod a+x pltcl_delmod
# sed 's,@TCLSH@,/usr/bin/tclsh,g' pltcl_listmod.in >pltcl_listmod
# chmod a+x pltcl_listmod
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/pl/tcl/modules'
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/pl/tcl'
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/pl'
# make -C makefiles all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/makefiles'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/makefiles'
# make -C test/regress all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/test/regress'
# make -C ../../../src/port all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Nothing to be done for 'submake-errcodes'.
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../../src/common all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Nothing to be done for 'submake-errcodes'.
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o regress.o regress.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o regress.so regress.o -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make -C ../../../contrib/spi
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/spi'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -DREFINT_VERBOSE -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o autoinc.o autoinc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -L../../src/port -lpgport -shared -o autoinc.so autoinc.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -DREFINT_VERBOSE -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o insert_username.o insert_username.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -L../../src/port -lpgport -shared -o insert_username.so insert_username.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -DREFINT_VERBOSE -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o moddatetime.o moddatetime.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -L../../src/port -lpgport -shared -o moddatetime.so moddatetime.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -DREFINT_VERBOSE -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o refint.o refint.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -L../../src/port -lpgport -shared -o refint.so refint.o
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -DREFINT_VERBOSE -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o timetravel.o timetravel.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -L../../src/port -lpgport -shared -o timetravel.so timetravel.o
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/spi'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I../../../src/port '-DHOST_TUPLE="x86_64-unknown-linux-gnu"' '-DSHELLPROG="/bin/sh"' '-DDLSUFFIX=".so"' -c -o pg_regress.o pg_regress.c
# pg_regress.c:446:3: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(string, dup, ptr - string + 1);
# ^
# pg_regress.c:446:3: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_regress_main.o pg_regress_main.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic pg_regress.o pg_regress_main.o -L../../../src/port -L../../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_regress
# cp ../../../contrib/spi/refint.so refint.so
# cp ../../../contrib/spi/autoinc.so autoinc.so
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/test/regress'
# make[1]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src'
# make -C config all
# make[1]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/config'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/config'
# make -C contrib all
# make[1]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib'
# make -C adminpack all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/adminpack'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../src/interfaces/libpq -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o adminpack.o adminpack.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o adminpack.so adminpack.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/adminpack'
# make -C auth_delay all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/auth_delay'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o auth_delay.o auth_delay.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -shared -o auth_delay.so auth_delay.o
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/auth_delay'
# make -C auto_explain all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/auto_explain'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o auto_explain.o auto_explain.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o auto_explain.so auto_explain.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/auto_explain'
# make -C btree_gin all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/btree_gin'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o btree_gin.o btree_gin.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o btree_gin.so btree_gin.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/btree_gin'
# make -C btree_gist all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/btree_gist'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o btree_gist.o btree_gist.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o btree_utils_num.o btree_utils_num.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o btree_utils_var.o btree_utils_var.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o btree_int2.o btree_int2.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o btree_int4.o btree_int4.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o btree_int8.o btree_int8.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o btree_float4.o btree_float4.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o btree_float8.o btree_float8.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o btree_cash.o btree_cash.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o btree_oid.o btree_oid.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o btree_ts.o btree_ts.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o btree_time.o btree_time.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o btree_date.o btree_date.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o btree_interval.o btree_interval.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o btree_macaddr.o btree_macaddr.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o btree_inet.o btree_inet.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o btree_text.o btree_text.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o btree_bytea.o btree_bytea.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o btree_bit.o btree_bit.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o btree_numeric.o btree_numeric.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -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../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lm
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/btree_gist'
# make -C chkpass all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/chkpass'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o chkpass.o chkpass.c
# chkpass.c:69:3: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(result->password, str + 1, 13 + 1);
# ^
# chkpass.c:69:3: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o chkpass.so chkpass.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lcrypt
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/chkpass'
# make -C citext all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/citext'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o citext.o citext.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -shared -o citext.so citext.o
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/citext'
# make -C cube all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/cube'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o cube.o cube.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o cubeparse.o cubeparse.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o cube.so cube.o cubeparse.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lm
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/cube'
# make -C dblink all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/dblink'
# make -C ../../src/interfaces/libpq all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../src/interfaces/libpq -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dblink.o dblink.c
# dblink.c:2581:2: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(hentry->name, name, sizeof(hentry->name));
# ^
# dblink.c:2581:2: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o dblink.so dblink.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -L../../src/interfaces/libpq -lpq
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/dblink'
# make -C dict_int all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/dict_int'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dict_int.o dict_int.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o dict_int.so dict_int.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/dict_int'
# make -C dict_xsyn all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/dict_xsyn'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dict_xsyn.o dict_xsyn.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o dict_xsyn.so dict_xsyn.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/dict_xsyn'
# make -C earthdistance all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/earthdistance'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o earthdistance.o earthdistance.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lm -shared -o earthdistance.so earthdistance.o
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/earthdistance'
# make -C file_fdw all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/file_fdw'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o file_fdw.o file_fdw.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -shared -o file_fdw.so file_fdw.o
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/file_fdw'
# make -C fuzzystrmatch all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/fuzzystrmatch'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o fuzzystrmatch.o fuzzystrmatch.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o dmetaphone.o dmetaphone.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o fuzzystrmatch.so fuzzystrmatch.o dmetaphone.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/fuzzystrmatch'
# make -C hstore all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/hstore'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o hstore_io.o hstore_io.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o hstore_op.o hstore_op.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o hstore_gist.o hstore_gist.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o hstore_gin.o hstore_gin.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o hstore_compat.o hstore_compat.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o hstore.so hstore_io.o hstore_op.o hstore_gist.o hstore_gin.o hstore_compat.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/hstore'
# make -C intagg all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/intagg'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/intagg'
# make -C intarray all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/intarray'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o _int_bool.o _int_bool.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o _int_gist.o _int_gist.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o _int_op.o _int_op.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o _int_tool.o _int_tool.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o _intbig_gist.o _intbig_gist.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o _int_gin.o _int_gin.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -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../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/intarray'
# make -C isn all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/isn'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o isn.o isn.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -shared -o isn.so isn.o
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/isn'
# make -C lo all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/lo'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o lo.o lo.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -shared -o lo.so lo.o
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/lo'
# make -C ltree all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/ltree'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -DLOWER_NODE -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ltree_io.o ltree_io.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -DLOWER_NODE -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ltree_op.o ltree_op.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -DLOWER_NODE -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o lquery_op.o lquery_op.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -DLOWER_NODE -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o _ltree_op.o _ltree_op.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -DLOWER_NODE -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o crc32.o crc32.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -DLOWER_NODE -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ltxtquery_io.o ltxtquery_io.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -DLOWER_NODE -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ltxtquery_op.o ltxtquery_op.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -DLOWER_NODE -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ltree_gist.o ltree_gist.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -DLOWER_NODE -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o _ltree_gist.o _ltree_gist.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -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../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/ltree'
# make -C oid2name all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/oid2name'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/interfaces/libpq -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o oid2name.o oid2name.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument oid2name.o -L../../src/common -lpgcommon -L../../src/port -lpgport -L../../src/interfaces/libpq -lpq -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o oid2name
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/oid2name'
# make -C pageinspect all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/pageinspect'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o rawpage.o rawpage.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o heapfuncs.o heapfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o btreefuncs.o btreefuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o fsmfuncs.o fsmfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o brinfuncs.o brinfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ginfuncs.o ginfuncs.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o pageinspect.so rawpage.o heapfuncs.o btreefuncs.o fsmfuncs.o brinfuncs.o ginfuncs.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/pageinspect'
# make -C passwordcheck all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/passwordcheck'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o passwordcheck.o passwordcheck.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o passwordcheck.so passwordcheck.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/passwordcheck'
# make -C pg_buffercache all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/pg_buffercache'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_buffercache_pages.o pg_buffercache_pages.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o pg_buffercache.so pg_buffercache_pages.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/pg_buffercache'
# make -C pg_freespacemap all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/pg_freespacemap'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_freespacemap.o pg_freespacemap.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o pg_freespacemap.so pg_freespacemap.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/pg_freespacemap'
# make -C pg_prewarm all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/pg_prewarm'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_prewarm.o pg_prewarm.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o pg_prewarm.so pg_prewarm.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/pg_prewarm'
# make -C pg_standby all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/pg_standby'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_standby.o pg_standby.c
# pg_standby.c:330:3: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(exclusiveCleanupFileName, restartWALFileName, sizeof(exclusiveCleanupFileName));
# ^
# pg_standby.c:330:3: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument pg_standby.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o pg_standby
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/pg_standby'
# make -C pg_stat_statements all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/pg_stat_statements'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pg_stat_statements.o pg_stat_statements.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o pg_stat_statements.so pg_stat_statements.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lm
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/pg_stat_statements'
# make -C pg_trgm all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/pg_trgm'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o trgm_op.o trgm_op.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o trgm_gist.o trgm_gist.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o trgm_gin.o trgm_gin.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o trgm_regexp.o trgm_regexp.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o pg_trgm.so trgm_op.o trgm_gist.o trgm_gin.o trgm_regexp.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/pg_trgm'
# make -C pgcrypto all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/pgcrypto'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgcrypto.o pgcrypto.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o px.o px.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o px-hmac.o px-hmac.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o px-crypt.o px-crypt.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o crypt-gensalt.o crypt-gensalt.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o crypt-blowfish.o crypt-blowfish.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o crypt-des.o crypt-des.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o crypt-md5.o crypt-md5.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o openssl.o openssl.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgp-mpi-openssl.o pgp-mpi-openssl.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o mbuf.o mbuf.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgp.o pgp.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgp-armor.o pgp-armor.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgp-cfb.o pgp-cfb.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgp-compress.o pgp-compress.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgp-decrypt.o pgp-decrypt.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgp-encrypt.o pgp-encrypt.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgp-info.o pgp-info.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgp-mpi.o pgp-mpi.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgp-pubdec.o pgp-pubdec.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgp-pubenc.o pgp-pubenc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgp-pubkey.o pgp-pubkey.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgp-s2k.o pgp-s2k.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgp-pgsql.o pgp-pgsql.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -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../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lcrypto -lz
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/pgcrypto'
# make -C pgrowlocks all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/pgrowlocks'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgrowlocks.o pgrowlocks.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o pgrowlocks.so pgrowlocks.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/pgrowlocks'
# make -C pgstattuple all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/pgstattuple'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgstattuple.o pgstattuple.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgstatindex.o pgstatindex.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgstatapprox.o pgstatapprox.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o pgstattuple.so pgstattuple.o pgstatindex.o pgstatapprox.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/pgstattuple'
# make -C postgres_fdw all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/postgres_fdw'
# make -C ../../src/interfaces/libpq all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../src/interfaces/libpq -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o postgres_fdw.o postgres_fdw.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../src/interfaces/libpq -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o option.o option.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../src/interfaces/libpq -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o deparse.o deparse.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../src/interfaces/libpq -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o connection.o connection.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o postgres_fdw.so postgres_fdw.o option.o deparse.o connection.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -L../../src/interfaces/libpq -lpq
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/postgres_fdw'
# make -C seg all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/seg'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o seg.o seg.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o segparse.o segparse.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o seg.so seg.o segparse.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/seg'
# make -C spi all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/spi'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/spi'
# make -C tablefunc all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/tablefunc'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tablefunc.o tablefunc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lm -shared -o tablefunc.so tablefunc.o
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/tablefunc'
# make -C tcn all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/tcn'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tcn.o tcn.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -shared -o tcn.so tcn.o
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/tcn'
# make -C test_decoding all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/test_decoding'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o test_decoding.o test_decoding.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -shared -o test_decoding.so test_decoding.o
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/test_decoding'
# make -C tsm_system_rows all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/tsm_system_rows'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tsm_system_rows.o tsm_system_rows.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o tsm_system_rows.so tsm_system_rows.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/tsm_system_rows'
# make -C tsm_system_time all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/tsm_system_time'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tsm_system_time.o tsm_system_time.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o tsm_system_time.so tsm_system_time.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lm
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/tsm_system_time'
# make -C tsearch2 all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/tsearch2'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o tsearch2.o tsearch2.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -shared -o tsearch2.so tsearch2.o
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/tsearch2'
# make -C unaccent all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/unaccent'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o unaccent.o unaccent.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o unaccent.so unaccent.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/unaccent'
# make -C vacuumlo all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/vacuumlo'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I../../src/interfaces/libpq -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o vacuumlo.o vacuumlo.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument vacuumlo.o -L../../src/common -lpgcommon -L../../src/port -lpgport -L../../src/interfaces/libpq -lpq -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lpgcommon -lpgport -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -o vacuumlo
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/vacuumlo'
# make -C sslinfo all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/sslinfo'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o sslinfo.o sslinfo.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o sslinfo.so sslinfo.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lssl -lcrypto
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/sslinfo'
# make -C uuid-ossp all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/uuid-ossp'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../contrib/pgcrypto -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o uuid-ossp.o uuid-ossp.c
# uuid-ossp.c:262:4: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# strlcpy(strbuf, ptr, 37);
# ^
# uuid-ossp.c:262:4: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# rm -f md5.c && ln -s ../../contrib/pgcrypto/md5.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../contrib/pgcrypto -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o md5.o md5.c
# rm -f sha1.c && ln -s ../../contrib/pgcrypto/sha1.c .
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../contrib/pgcrypto -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o sha1.o sha1.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o uuid-ossp.so uuid-ossp.o md5.o sha1.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -luuid
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/uuid-ossp'
# make -C xml2 all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/xml2'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o xpath.o xpath.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o xslt_proc.o xslt_proc.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o pgxml.so xpath.o xslt_proc.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags -lxml2
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/xml2'
# make -C hstore_plperl all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/hstore_plperl'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../src/pl/plperl -I../../contrib/hstore -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/lib/perl5/core_perl/CORE -c -o hstore_plperl.o hstore_plperl.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o hstore_plperl.so hstore_plperl.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/hstore_plperl'
# make -C hstore_plpython all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/hstore_plpython'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../src/pl/plpython -I/usr/include/python2.7 -I../../contrib/hstore -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o hstore_plpython.o hstore_plpython.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o hstore_plpython2.so hstore_plpython.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/hstore_plpython'
# make -C ltree_plpython all
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/ltree_plpython'
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -I../../src/pl/plpython -I/usr/include/python2.7 -I../../contrib/ltree -I. -I. -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -c -o ltree_plpython.o ltree_plpython.c
# clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -fpic -shared -o ltree_plpython2.so ltree_plpython.o -L../../src/port -L../../src/common -Wl,--as-needed -Wl,-rpath,'/usr/lib',--enable-new-dtags
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib/ltree_plpython'
# make[1]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/contrib'
# PostgreSQL, contrib, and documentation successfully made. Ready to install.
# ==> Entering fakeroot environment...
# ==> Starting package_postgresql-libs()...
# make: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces'
# make -C libpq install
# make[1]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# /usr/bin/mkdir -p '/tmp/postgresql/pkg/postgresql-libs/usr/lib' '/tmp/postgresql/pkg/postgresql-libs/usr/lib/pkgconfig'
# /usr/bin/mkdir -p '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/cs/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/de/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/es/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/fr/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/it/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/ja/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/ko/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/pl/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/pt_BR/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/ru/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/tr/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/zh_CN/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/zh_TW/LC_MESSAGES
# /usr/bin/mkdir -p '/tmp/postgresql/pkg/postgresql-libs/usr/include' '/tmp/postgresql/pkg/postgresql-libs/usr/include/postgresql/internal' '/tmp/postgresql/pkg/postgresql-libs/usr/share/postgresql'
# /usr/bin/install -c -m 755 libpq.so.5.8 '/tmp/postgresql/pkg/postgresql-libs/usr/lib/libpq.so.5.8'
# cd '/tmp/postgresql/pkg/postgresql-libs/usr/lib' && \
# rm -f libpq.so.5 && \
# ln -s libpq.so.5.8 libpq.so.5
# cd '/tmp/postgresql/pkg/postgresql-libs/usr/lib' && \
# rm -f libpq.so && \
# ln -s libpq.so.5.8 libpq.so
# /usr/bin/install -c -m 644 libpq.a '/tmp/postgresql/pkg/postgresql-libs/usr/lib/libpq.a'
# /usr/bin/install -c -m 644 libpq.pc '/tmp/postgresql/pkg/postgresql-libs/usr/lib/pkgconfig/libpq.pc'
# for lang in cs de es fr it ja ko pl pt_BR ru tr zh_CN zh_TW; do \
# /usr/bin/install -c -m 644 po/$lang.mo '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/$lang/LC_MESSAGES/libpq5-9.5.mo || exit 1; \
# done
# /usr/bin/install -c -m 644 ./libpq-fe.h '/tmp/postgresql/pkg/postgresql-libs/usr/include'
# /usr/bin/install -c -m 644 ./libpq-events.h '/tmp/postgresql/pkg/postgresql-libs/usr/include'
# /usr/bin/install -c -m 644 ./libpq-int.h '/tmp/postgresql/pkg/postgresql-libs/usr/include/postgresql/internal'
# /usr/bin/install -c -m 644 ./pqexpbuffer.h '/tmp/postgresql/pkg/postgresql-libs/usr/include/postgresql/internal'
# /usr/bin/install -c -m 644 ./pg_service.conf.sample '/tmp/postgresql/pkg/postgresql-libs/usr/share/postgresql/pg_service.conf.sample'
# make[1]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make -C ecpg install
# make[1]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg'
# make -C include install
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/include'
# /usr/bin/mkdir -p '/tmp/postgresql/pkg/postgresql-libs/usr/include' '/tmp/postgresql/pkg/postgresql-libs/usr/include/postgresql/informix/esql'
# /usr/bin/install -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 '/tmp/postgresql/pkg/postgresql-libs/usr/include/'
# /usr/bin/install -c -m 644 ./datetime.h ./decimal.h ./sqltypes.h '/tmp/postgresql/pkg/postgresql-libs/usr/include/postgresql/informix/esql/'
# /usr/bin/install -c -m 644 ../../../../src/interfaces/ecpg/include/ecpg_config.h '/tmp/postgresql/pkg/postgresql-libs/usr/include'
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/include'
# make -C pgtypeslib install
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/pgtypeslib'
# /usr/bin/mkdir -p '/tmp/postgresql/pkg/postgresql-libs/usr/lib' '/tmp/postgresql/pkg/postgresql-libs/usr/lib/pkgconfig'
# /usr/bin/install -c -m 755 libpgtypes.so.3.6 '/tmp/postgresql/pkg/postgresql-libs/usr/lib/libpgtypes.so.3.6'
# cd '/tmp/postgresql/pkg/postgresql-libs/usr/lib' && \
# rm -f libpgtypes.so.3 && \
# ln -s libpgtypes.so.3.6 libpgtypes.so.3
# cd '/tmp/postgresql/pkg/postgresql-libs/usr/lib' && \
# rm -f libpgtypes.so && \
# ln -s libpgtypes.so.3.6 libpgtypes.so
# /usr/bin/install -c -m 644 libpgtypes.a '/tmp/postgresql/pkg/postgresql-libs/usr/lib/libpgtypes.a'
# /usr/bin/install -c -m 644 libpgtypes.pc '/tmp/postgresql/pkg/postgresql-libs/usr/lib/pkgconfig/libpgtypes.pc'
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/pgtypeslib'
# make -C ecpglib install
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/ecpglib'
# /usr/bin/mkdir -p '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/cs/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/de/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/es/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/fr/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/it/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/ja/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/ko/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/pl/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/pt_BR/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/ru/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/tr/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/zh_CN/LC_MESSAGES
# for lang in cs de es fr it ja ko pl pt_BR ru tr zh_CN; do \
# /usr/bin/install -c -m 644 po/$lang.mo '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/$lang/LC_MESSAGES/ecpglib6-9.5.mo || exit 1; \
# done
# make -C ../../../../src/interfaces/libpq all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make -C ../../../../src/interfaces/ecpg/pgtypeslib all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/pgtypeslib'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/pgtypeslib'
# /usr/bin/mkdir -p '/tmp/postgresql/pkg/postgresql-libs/usr/lib' '/tmp/postgresql/pkg/postgresql-libs/usr/lib/pkgconfig'
# /usr/bin/install -c -m 755 libecpg.so.6.7 '/tmp/postgresql/pkg/postgresql-libs/usr/lib/libecpg.so.6.7'
# cd '/tmp/postgresql/pkg/postgresql-libs/usr/lib' && \
# rm -f libecpg.so.6 && \
# ln -s libecpg.so.6.7 libecpg.so.6
# cd '/tmp/postgresql/pkg/postgresql-libs/usr/lib' && \
# rm -f libecpg.so && \
# ln -s libecpg.so.6.7 libecpg.so
# /usr/bin/install -c -m 644 libecpg.a '/tmp/postgresql/pkg/postgresql-libs/usr/lib/libecpg.a'
# /usr/bin/install -c -m 644 libecpg.pc '/tmp/postgresql/pkg/postgresql-libs/usr/lib/pkgconfig/libecpg.pc'
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/ecpglib'
# make -C compatlib install
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/compatlib'
# make -C ../../../../src/interfaces/ecpg/ecpglib all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/ecpglib'
# make -C ../../../../src/interfaces/libpq all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make -C ../../../../src/interfaces/ecpg/pgtypeslib all
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/pgtypeslib'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/pgtypeslib'
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/ecpglib'
# make -C ../../../../src/interfaces/ecpg/pgtypeslib all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/pgtypeslib'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/pgtypeslib'
# /usr/bin/mkdir -p '/tmp/postgresql/pkg/postgresql-libs/usr/lib' '/tmp/postgresql/pkg/postgresql-libs/usr/lib/pkgconfig'
# /usr/bin/install -c -m 755 libecpg_compat.so.3.7 '/tmp/postgresql/pkg/postgresql-libs/usr/lib/libecpg_compat.so.3.7'
# cd '/tmp/postgresql/pkg/postgresql-libs/usr/lib' && \
# rm -f libecpg_compat.so.3 && \
# ln -s libecpg_compat.so.3.7 libecpg_compat.so.3
# cd '/tmp/postgresql/pkg/postgresql-libs/usr/lib' && \
# rm -f libecpg_compat.so && \
# ln -s libecpg_compat.so.3.7 libecpg_compat.so
# /usr/bin/install -c -m 644 libecpg_compat.a '/tmp/postgresql/pkg/postgresql-libs/usr/lib/libecpg_compat.a'
# /usr/bin/install -c -m 644 libecpg_compat.pc '/tmp/postgresql/pkg/postgresql-libs/usr/lib/pkgconfig/libecpg_compat.pc'
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/compatlib'
# make -C preproc install
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/preproc'
# make -C ../../../../src/port all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Nothing to be done for 'submake-errcodes'.
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../../../src/common all
# make[3]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[4]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[4]: Nothing to be done for 'submake-errcodes'.
# make[4]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[3]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# /usr/bin/mkdir -p '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/cs/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/de/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/es/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/fr/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/it/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/ja/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/ko/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/pl/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/pt_BR/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/ru/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/tr/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/zh_CN/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/zh_TW/LC_MESSAGES
# /usr/bin/mkdir -p '/tmp/postgresql/pkg/postgresql-libs/usr/bin'
# for lang in cs de es fr it ja ko pl pt_BR ru tr zh_CN zh_TW; do \
# /usr/bin/install -c -m 644 po/$lang.mo '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/$lang/LC_MESSAGES/ecpg-9.5.mo || exit 1; \
# done
# /usr/bin/install -c ecpg '/tmp/postgresql/pkg/postgresql-libs/usr/bin'
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg/preproc'
# make[1]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/ecpg'
# make: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces'
# make: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_config'
# make -C ../../../src/port all
# make[1]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[2]: Nothing to be done for 'submake-errcodes'.
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[1]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../../src/common all
# make[1]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[2]: Nothing to be done for 'submake-errcodes'.
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[1]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# /usr/bin/mkdir -p '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/cs/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/de/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/es/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/fr/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/it/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/ja/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/ko/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/nb/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/pl/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/pt_BR/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/ro/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/ru/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/sv/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/ta/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/tr/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/zh_CN/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/zh_TW/LC_MESSAGES
# /usr/bin/mkdir -p '/tmp/postgresql/pkg/postgresql-libs/usr/bin'
# for lang in cs de es fr it ja ko nb pl pt_BR ro ru sv ta tr zh_CN zh_TW; do \
# /usr/bin/install -c -m 644 po/$lang.mo '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/$lang/LC_MESSAGES/pg_config-9.5.mo || exit 1; \
# done
# /usr/bin/install -c -m 755 pg_config '/tmp/postgresql/pkg/postgresql-libs/usr/bin/pg_config'
# make: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_config'
# make: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_dump'
# make -C ../../../src/interfaces/libpq all
# make[1]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make -C ../../../src/port all
# make[1]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[2]: Nothing to be done for 'submake-errcodes'.
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[1]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../../src/common all
# make[1]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[2]: Nothing to be done for 'submake-errcodes'.
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[1]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# /usr/bin/mkdir -p '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/cs/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/de/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/es/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/fr/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/it/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/ja/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/ko/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/pl/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/pt_BR/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/ru/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/zh_CN/LC_MESSAGES
# /usr/bin/mkdir -p '/tmp/postgresql/pkg/postgresql-libs/usr/bin'
# for lang in cs de es fr it ja ko pl pt_BR ru zh_CN; do \
# /usr/bin/install -c -m 644 po/$lang.mo '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/$lang/LC_MESSAGES/pg_dump-9.5.mo || exit 1; \
# done
# /usr/bin/install -c pg_dump '/tmp/postgresql/pkg/postgresql-libs/usr/bin'/pg_dump
# /usr/bin/install -c pg_restore '/tmp/postgresql/pkg/postgresql-libs/usr/bin'/pg_restore
# /usr/bin/install -c pg_dumpall '/tmp/postgresql/pkg/postgresql-libs/usr/bin'/pg_dumpall
# make: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/pg_dump'
# make: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/psql'
# make -C ../../../src/interfaces/libpq all
# make[1]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make -C ../../../src/port all
# make[1]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[2]: Nothing to be done for 'submake-errcodes'.
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[1]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../../src/common all
# make[1]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[2]: Nothing to be done for 'submake-errcodes'.
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[1]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# /usr/bin/mkdir -p '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/cs/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/de/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/es/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/fr/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/it/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/ja/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/ko/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/pl/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/pt_BR/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/ru/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/zh_CN/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/zh_TW/LC_MESSAGES
# /usr/bin/mkdir -p '/tmp/postgresql/pkg/postgresql-libs/usr/bin' '/tmp/postgresql/pkg/postgresql-libs/usr/share/postgresql'
# for lang in cs de es fr it ja ko pl pt_BR ru zh_CN zh_TW; do \
# /usr/bin/install -c -m 644 po/$lang.mo '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/$lang/LC_MESSAGES/psql-9.5.mo || exit 1; \
# done
# /usr/bin/install -c psql '/tmp/postgresql/pkg/postgresql-libs/usr/bin/psql'
# /usr/bin/install -c -m 644 ./psqlrc.sample '/tmp/postgresql/pkg/postgresql-libs/usr/share/postgresql/psqlrc.sample'
# make: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/psql'
# make: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/scripts'
# make -C ../../../src/interfaces/libpq all
# make[1]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/interfaces/libpq'
# make -C ../../../src/port all
# make[1]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../backend submake-errcodes
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[2]: Nothing to be done for 'submake-errcodes'.
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[1]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/port'
# make -C ../../../src/common all
# make[1]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# make -C ../backend submake-errcodes
# make[2]: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[2]: Nothing to be done for 'submake-errcodes'.
# make[2]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/backend'
# make[1]: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/common'
# /usr/bin/mkdir -p '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/cs/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/de/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/es/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/fr/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/it/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/ja/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/ko/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/pl/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/pt_BR/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/ru/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/sv/LC_MESSAGES '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/zh_CN/LC_MESSAGES
# /usr/bin/mkdir -p '/tmp/postgresql/pkg/postgresql-libs/usr/bin'
# for lang in cs de es fr it ja ko pl pt_BR ru sv zh_CN; do \
# /usr/bin/install -c -m 644 po/$lang.mo '/tmp/postgresql/pkg/postgresql-libs/usr/share/locale'/$lang/LC_MESSAGES/pgscripts-9.5.mo || exit 1; \
# done
# /usr/bin/install -c createdb '/tmp/postgresql/pkg/postgresql-libs/usr/bin'/createdb
# /usr/bin/install -c dropdb '/tmp/postgresql/pkg/postgresql-libs/usr/bin'/dropdb
# /usr/bin/install -c createlang '/tmp/postgresql/pkg/postgresql-libs/usr/bin'/createlang
# /usr/bin/install -c droplang '/tmp/postgresql/pkg/postgresql-libs/usr/bin'/droplang
# /usr/bin/install -c createuser '/tmp/postgresql/pkg/postgresql-libs/usr/bin'/createuser
# /usr/bin/install -c dropuser '/tmp/postgresql/pkg/postgresql-libs/usr/bin'/dropuser
# /usr/bin/install -c clusterdb '/tmp/postgresql/pkg/postgresql-libs/usr/bin'/clusterdb
# /usr/bin/install -c vacuumdb '/tmp/postgresql/pkg/postgresql-libs/usr/bin'/vacuumdb
# /usr/bin/install -c reindexdb '/tmp/postgresql/pkg/postgresql-libs/usr/bin'/reindexdb
# /usr/bin/install -c pg_isready '/tmp/postgresql/pkg/postgresql-libs/usr/bin'/pg_isready
# make: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/src/bin/scripts'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "postgresql-libs"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Starting package_postgresql-docs()...
# make: Entering directory '/tmp/postgresql/src/postgresql-9.5.3/doc/src/sgml'
# /usr/bin/mkdir -p '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc//postgresql'/html '/tmp/postgresql/pkg/postgresql-docs/usr/share/man'/man1 '/tmp/postgresql/pkg/postgresql-docs/usr/share/man'/man3 '/tmp/postgresql/pkg/postgresql-docs/usr/share/man'/man7
# cp -R `for f in ./html; do test -r $f && echo $f && break; done` '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc//postgresql'
# make: Leaving directory '/tmp/postgresql/src/postgresql-9.5.3/doc/src/sgml'
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-operator.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/xfunc-overload.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1-22.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/server-programming.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-15.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-6-5-2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/routine-vacuuming.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0-7.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-dropschema.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-1-11.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/textsearch-indexes.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/vacuumlo.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-2-5.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib-dblink-get-result.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-enabled-roles.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pltcl-global.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-1-8.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pgupgrade.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial-install.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-interface-support.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpython-subtransaction.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ddl-constraints.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createeventtrigger.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-dropsequence.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-23.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-11.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-deallocate.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-info.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/seg.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/datatype-uuid.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-3-11.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-load.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-foreign-data-wrapper-options.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-ts-template.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/dict-int.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpython-util.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-timezone-abbrevs.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/external-admin-tools.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-vacuumdb.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-getargcount.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/dml.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createdomain.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-15.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/libpq-status.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createforeigndatawrapper.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-rollback-to.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createopclass.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-truncate.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-alteropclass.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-applicable-roles.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/libpq-copy.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-security-label.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/gist.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2-21.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-droprule.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-pgconfig.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plperl-funcs.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-18.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/storage-vm.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-pg-dumpall.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-0-01.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-droptablespace.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib-prog-server.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/gist-extensibility.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-type.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-fnumber.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/disk-usage.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-database.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-conversion.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createschema.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-6-2-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-column-udt-usage.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-sql-parts.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/source-format.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-3-10.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-seclabel.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-shdescription.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-listen.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/indexes-partial.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/libpq-connect.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/xfunc-sql.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-pg-ctl.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-geometry.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-0-2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/lo-examplesect.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial-select.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createcast.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1-20.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib-dblink-function.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/extend-pgxs.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/standby-settings.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-1-10.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-set-constraints.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-selectinto.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-16.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/datatype-money.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/locale.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-connect.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-triggered-update-columns.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-dropmaterializedview.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-rollback-prepared.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-22.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/textsearch-migration.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-4-4.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ddl-alter.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-sql-type.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-sql-languages.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/indexes.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-29.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-prepared-xacts.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-sql-set-connection.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pgstandby.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-4-2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-creategroup.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-6-5-3.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib-dblink-is-busy.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/collation.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2-12.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-aggregate.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spgist-builtin-opclasses.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/features-sql-standard.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createrole.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-droptransform.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/monitoring-locks.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createcollation.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/logicaldecoding-walsender.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial-start.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-reindexdb.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pltcl-functions.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1-4.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-2-11.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-alterextension.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/install-procedure.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pltcl.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpgsql-declarations.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3-6.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ssl-tcp.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/queries-values.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0-19.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-4-21.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/reference-server.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/typeconv-overview.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/xfunc-volatility.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-dropdb.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/mvcc-caveats.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/storage-page-layout.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-sql-prepare.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/perm-functions.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-constraint-table-usage.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-ts-parser.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-set-transaction.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-6-0.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpython-database.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/regress-tap.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/intagg.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ddl-basics.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-start-transaction.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2-6.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-execute-with-args.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpython-trigger.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-comparison.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-pgbasebackup.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalogs-overview.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3-15.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/indexes-unique.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3-11.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-extension.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-3-10.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-dropusermapping.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-sql-commands.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2-22.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-pgrewind.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-sql-open.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-6-1-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0-8.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-3-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-role-column-grants.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-view-table-usage.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-3.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/using-explain.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-stats.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-23.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pgbuffercache.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/manage-ag-config.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createtsconfig.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-attributes.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-cursor-move.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/gin-examples.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-createlang.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/index-scanning.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-psql.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-math.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-fname.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/libpq-ssl.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-alterview.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-view-routine-usage.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-2-14.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-locks.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-constraint.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/runtime-config-compatible.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-cursor-close.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-dropoperator.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-shdepend.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-net.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-language.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-preproc.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/upgrading.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ddl-foreign-data.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/xplang.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-3-20.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-domain-constraints.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-logical.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-altereventtrigger.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-17.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-freetupletable.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pgtestfsync.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/runtime.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-palloc.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial-agg.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/manage-ag-createdb.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-sql-connect.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-tables.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-dropdatabase.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-altertsparser.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/textsearch.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-pltemplate.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib-dblink-build-sql-update.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ddl-schemas.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/mvcc.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/datatype-numeric.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createforeigntable.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0-4.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sepgsql.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-shseclabel.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-2-7.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-matching.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1-15.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-1-7.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-4-3.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-2-4.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/textsearch-limitations.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpython.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-user-mapping.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalogs.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-dropeventtrigger.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-alterdefaultprivileges.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/maintenance.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-cursor-fetch.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-prepare-params.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-3-8.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2-19.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/dblink.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3-18.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/features.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-postgres.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-index.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/routine-reindex.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/recovery-config.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-3-6.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/datatype-json.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-replication-origin-status.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-administrable-role-authorizations.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-columns.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-view-column-usage.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tablesample-support-functions.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/encryption-options.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-altertable.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-3-11.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib-dblink-error-message.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-abort.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-seclabels.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial-accessdb.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0-18.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1-19.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-0-3.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-12.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createtransform.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-explain.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-4.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/logicaldecoding-sql.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/geqo-intro.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-table-privileges.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-foreign-servers.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-dropconversion.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0-5.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/trigger-definition.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/install-windows-full.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-4-8.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spgist-extensibility.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-saveplan.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ddl-system-columns.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/high-availability.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-26.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-role-routine-grants.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-altersystem.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/installation.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pgcrypto.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spgist-examples.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/install-windows.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-4-22.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-7.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-3-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plperl-trusted.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-freetuple.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpgsql-trigger.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-statistic.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-dropaggregate.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/runtime-config-file-locations.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-transforms.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-datatypes.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2-3.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-6.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/extend-how.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/arrays.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/appendixes.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createopfamily.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3-4.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-pgreceivexlog.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-6-3-2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-1-21.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/storage.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-3-7.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-scroll-cursor-move.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/xfunc.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-altermaterializedview.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/datatype-net-types.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-3-15.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-release-savepoint.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-5-2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-descriptors.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/hstore.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpython-do.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-realloc.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-group.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial-createdb.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/dml-delete.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-sql-implementation-info.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/datatype-geometric.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2-2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1-8.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-dropuser.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/fdwhandler.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/manage-ag-dropdb.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-6-4.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/error-style-guide.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/logicaldecoding.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/libpq.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/runtime-config-preset.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/queries.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-connect.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-set.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-2-2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/datatype-textsearch.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-droplang.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-2-17.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-creatematerializedview.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial-concepts.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-2-2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-execute.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createtsdictionary.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-1-4.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-6-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/brin-extensibility.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/datatype-datetime.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/textsearch-psql.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/queries-limit.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/xoper.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-prepared-statements.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/fdw-planning.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial-advanced.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/queries-select-lists.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-window.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-visibility.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pgxlogdump.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/postgres-fdw.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0-14.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/docguide-build.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-4-5.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0-17.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createtstemplate.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-set-role.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createpolicy.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-rules.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/logicaldecoding-explanation.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/preventing-server-spoofing.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/index-unique-checks.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/fuzzystrmatch.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/rule-system.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-2-3.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/replication-origins.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib-prog-client.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-opclass.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createserver.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/btree-gist.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-user-defined-types.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/datatype-enum.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-interface.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/event-trigger-table-rewrite-example.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-20.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-droptype.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-foreign-table.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-3.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/runtime-config-resource.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-sequences.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-2-16.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-getargtypeid.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/bki-structure.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-dropopfamily.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/monitoring-stats.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-db-role-setting.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib-dblink-cancel-query.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-prepare.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-available-extensions.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ddl.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-2-5.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/storage-init.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/queries-table-expressions.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/libpq-ldap.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-dropcast.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-reindex.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-policies.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/runtime-config-client.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1-13.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-domains.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-sql-declare.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pltcl-dbaccess.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/textsearch-debugging.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/bgworker.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-freeplan.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/index-cost-estimation.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-comment.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-sql-allocate-descriptor.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/rules-status.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/wal-reliability.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-4-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-formatting.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-3-19.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2-8.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/manage-ag-templatedbs.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/indexam.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-process.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plhandler.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-policy.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-analyze.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plperl-data.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib-dblink-fetch.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createextension.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-droptsconfig.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpgsql-control-structures.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ssh-tunnels.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/libpq-threading.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/protocol-error-fields.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-replication-origin.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-1-9.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/typeconv-func.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/libpq-events.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-attrdef.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/intarray.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createdatabase.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/libpq-notice-processing.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/auth-pg-hba-conf.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-sql-sizing.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/lo-intro.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createtrigger.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-copytuple.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3-14.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-class.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-enum.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-27.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-alterserver.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-develop.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-dropcollation.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/install-post.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-3-4.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/textsearch-controls.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/lo-implementation.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-getrelname.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-collation.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pltcl-data.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/disk-full.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-key-column-usage.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2-18.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/index-functions.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/gin-intro.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/datatype-binary.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/rules-materializedviews.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/admin.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-alteruser.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/datetime-input-rules.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-sql-deallocate-descriptor.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-set-session-authorization.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib-prog.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/index-catalog.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/rules.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-user-mapping-options.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/runtime-config-locks.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial-join.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0-12.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-dropforeigntable.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-alterschema.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/diskusage.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pgrowlocks.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-altertstemplate.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createtablespace.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-droptable.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/rangetypes.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/explicit-joins.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-xml.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-prepare-transaction.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial-sql.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/backup-dump.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-alterforeigndatawrapper.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-textsearch.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/event-trigger-matrix.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/libpq-cancel.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-1-09.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/logicaldecoding-output-plugin.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createtype.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-alterdomain.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-dropserver.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pgtrgm.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ddl-inherit.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-views.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/libpq-pgservice.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/fdw-functions.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/acronyms.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial-views.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/query-path.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/backup-file.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/docguide-toolsets.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2-5.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-1-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3-21.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/rules-privileges.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-21.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpgsql-development-tips.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/install-requirements.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-sql-disconnect.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/runtime-config-query.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-opfamily.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-26.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/datatype-xml.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-1-2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ddl-depend.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/libpq-pgpass.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-execute-plan-with-paramlist.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpython-envar.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/locking-indexes.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-createuser.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-2-12.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-postmaster.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/lo.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-comparisons.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/protocol-message-formats.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-dropfunction.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/notation.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/queries-with.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-commands.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/regress-variant.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-droptsdictionary.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-user.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/geqo-biblio.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/charset.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pgfreespacemap.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-24.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-cast.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/regress.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-1-2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-file-settings.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ltree.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/xml2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-createdb.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-alterrole.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial-fk.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/backup.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-schemata.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/warm-standby.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/largeobjects.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-inherits.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-4.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-2-15.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pageinspect.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-sql-describe.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/datatype-bit.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-syntax.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/dynamic-trace.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createoperator.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1-2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-auth-members.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib-spi.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-array.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/queries-union.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0-13.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3-10.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/datetime-appendix.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-3-9.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib-dblink-close.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/planner-optimizer.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-0.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-sql-set-autocommit.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/wal-configuration.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/continuous-archiving.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-3-9.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-notify.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial-window.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/event-log-registration.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createindex.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-role-usage-grants.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2-13.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpython-funcs.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-altertsconfig.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/event-trigger-definition.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0-21.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0-15.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-parameters.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0-11.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/custom-scan-path.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-0-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/custom-scan.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/indexes-types.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-datetime.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpgsql-structure.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/LEGALNOTICE.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/indexes-multicolumn.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-dropindex.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/protocol-changes.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pgarchivecleanup.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/earthdistance.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/runtime-config-logging.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pgprewarm.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/executor.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plperl-event-triggers.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/datetime-keywords.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib-dblink-disconnect.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1-16.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pgbench.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-modifytuple.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pgstatstatements.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-25.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-timezone-names.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-2-10.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/regress-evaluation.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/explicit-locking.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/uuid-ossp.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/monitoring-ps.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-6-4-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-1-01.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3-20.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-droptsparser.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-column-domain-usage.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/intro-whatis.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-4-16.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/oid2name.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-3-5.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/xaggr.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-collations.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ddl-default.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-altersequence.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-4-12.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ddl-priv.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/lo-interfaces.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/docguide-docbook.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/runtime-config-statistics.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/installation-platform-notes.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/external-projects.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/queries-order.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-dropuser.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-alteraggregate.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-6-4-2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-rollback.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/index-locking.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-sql-set-descriptor.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/typeconv-oper.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/gin-implementation.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-settings.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-srf.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib-dblink-get-notify.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-prepare.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-gettype.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-dropextension.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/gist-examples.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/wal.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib-dblink-send-query.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/hot-standby.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/runtime-config-error-handling.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-30.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-alterlargeobject.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createtableas.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/xplang-install.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-commit-prepared.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-5-3.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/runtime-config-wal.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/gin-extensibility.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-4-7.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-5.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-element-types.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1-21.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-1-18.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-show.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/logicaldecoding-synchronous.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-cpp.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpgsql.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-copy.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial-arch.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/external-extensions.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/libpq-fastpath.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-prepare-cursor.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createusermapping.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1-9.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/log-shipping-alternative.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-3-8.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-roles.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-2-6.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-select.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-18.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2-9.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-4-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-savepoint.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/extend.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/datatype-boolean.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-7.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-sql-packages.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-6-2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-pgresetxlog.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-1-17.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-check-constraint-routine-usage.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-altertablespace.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-concept.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1-10.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spgist-implementation.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/runtime-config-developer.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-4-7.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/brin-builtin-opclasses.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/wal-internals.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/indexes-opclass.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0-23.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-1-12.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ddl-others.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-lo.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-trigger.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-routines.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-syntax-lexical.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-17.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/datatype.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-commit.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/wal-async-commit.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-0-02.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3-5.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-foreign-data-wrappers.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/trigger-interface.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-data-type-privileges.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-trigger.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/btree-gin.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-6.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/gin-limit.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-string.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/xindex.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-execute-plan.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tablefunc.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-4-19.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/xoper-optimization.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/logicaldecoding-example.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3-22.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2-20.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-commands.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/manage-ag-tablespaces.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-initdb.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/bki-format.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpgsql-statements.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-close.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3-12.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/storage-toast.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-droplanguage.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/cube.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/datatype-pseudo.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/event-triggers.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/git.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0-22.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/datetime-config-files.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-2-6.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/typeconv-union-case.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-3-7.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-ecpg.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/auth-username-maps.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/docguide-authoring.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-14.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/indexes-bitmap-scans.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/fdw-callbacks.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/planner-stats-details.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/regress-run.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-reassign-owned.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3-8.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3-23.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-5.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpgsql-implementation.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/resources.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-keepplan.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-1-22.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/typeconv-query.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/multibyte.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-unlisten.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/role-attributes.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0-3.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-3-13.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-fetch.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-13.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-triggers.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial-update.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/bki-commands.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/database-roles.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial-sql-intro.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1-14.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-1-3.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3-13.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-checkpoint.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/file-fdw.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-cursor-open.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-pfree.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/recovery-target-settings.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-ts-config-map.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/fdw-row-locking.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createlanguage.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/textsearch-tables.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-2-8.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-droprole.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-tablespace.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/wal-intro.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-transform.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-role-table-grants.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/kernel-resources.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-json.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-foreign-server.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-range.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-4-6.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tsm-system-time.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-role-udt-grants.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/manage-ag-overview.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plperl.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/dml-insert.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-enum.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-0-03.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib-dblink-get-connections.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3-9.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/reference-client.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/xfunc-pl.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/monitoring.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createtsparser.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3-3.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-foreign-data-wrapper.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/client-authentication.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-subquery.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-10.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-1-20.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-28.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/storage-fsm.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/install-windows-libpq.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-10.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/libpq-envars.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/isn.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/applevel-consistency.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1-3.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/external-pl.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-amop.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-sequence.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-3-2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/libpq-example.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-shadow.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-collation-character-set-applicab.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/gin-builtin-opclasses.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/error-message-reporting.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-altertrigger.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-am.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-sql-whenever.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/nls.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-lock.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1-17.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/extend-type-system.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-2-7.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-discard.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ddl-rowsecurity.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/managing-databases.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpgsql-porting.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/role-membership.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-4.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/nls-translator.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpython-sharing.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pltcl-event-trigger.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-description.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-referential-constraints.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-range.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/datatype-character.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-altertsdictionary.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-aggregate.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/rules-views.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-3-3.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-execute.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-foreign-server-options.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-sql-features.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-examples.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/different-replication-solutions.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/storage-file-layout.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-available-extension-versions.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/bookindex.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0-16.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-3.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-cursor-open-with-args.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-binarystring.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/adminpack.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-cursor-find.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-1-16.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/protocol-flow.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-2-9.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-12.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1-11.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial-populate.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/indexes-examine.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-check-constraints.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/lo-funcs.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3-17.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-droppolicy.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/overview.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-altercollation.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/protocol-replication.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-5-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-dropgroup.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-constraint-column-usage.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-drop-owned.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-4-17.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-alterfunction.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tsearch2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/archive-recovery-settings.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/auth-methods.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/transaction-iso.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-19.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2-11.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-3-18.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/libpq-build.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-9.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial-table.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-foreign-tables.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-2-4.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/chkpass.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-update.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-amproc.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plperl-triggers.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tsm-system-rows.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-3-12.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-usage-privileges.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/logicaldecoding-writer.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createaggregate.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-pgrecvlogical.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/runtime-config.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-24.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pltcl-overview.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial-conclusion.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-dropdomain.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/libpq-async.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0-2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-pgrestore.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-scroll-cursor-fetch.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/parser-stage.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-3-5.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-sql-get-descriptor.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/internals.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/libpq-notify.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/unaccent.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-1-02.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-default-acl.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-values.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-foreign-table-options.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pgtesttiming.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plperl-global.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-alterforeigntable.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/querytree.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial-inheritance.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-memory.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-end.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-delete.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/rules-update.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/connect-estab.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/protocol.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-sql-execute-immediate.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-2-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/source.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-cluster.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/client-interfaces.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-6-5-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-ts-dict.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/xtypes.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-user-mappings.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/trigger-example.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-dynamic.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0-10.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-library.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-declare.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/supported-platforms.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-1-14.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pltcl-trigger.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/runtime-config-short.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/test-decoding.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/bki-example.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/libpq-exec.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-sql-sizing-profiles.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2-14.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-1-0.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-pop.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-3-6.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-3.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/populate.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-proc.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/textsearch-dictionaries.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sourcerepo.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/stylesheet.css': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-1-13.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/role-removal.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib-dblink-connect.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/protocol-message-types.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/gist-implementation.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/textsearch-features.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/passwordcheck.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/gin.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-exec.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/indexes-intro.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-cursors.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/textsearch-parsers.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-getnspname.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-variables.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/queries-overview.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2-15.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-alterconversion.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-droptstemplate.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-alteroperator.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-6-3.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-routine-privileges.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-9.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-alterpolicy.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/history.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-4-5.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-push.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/mvcc-intro.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/datetime-units-history.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-alterdatabase.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/runtime-config-connection.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-domain-udt-usage.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/install-getsource.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createconversion.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/fdw-helpers.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-udt-privileges.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/non-durability.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-replication-slots.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/rowtypes.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2-16.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/brin-intro.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/user-manag.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/custom-scan-plan.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3-2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-altergroup.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/libpq-control.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-2-3.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/geqo-intro2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-clusterdb.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/docguide-style.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-8.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-reset.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tcn.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/xfunc-c.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-4-15.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/rules-triggers.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-character-sets.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/libpq-misc.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-authid.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pgstattuple.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/biblio.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-16.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/datatype-pg-lsn.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/datatype-oid.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-move.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tablesample-method.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-revoke.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0-6.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-syntax-calling-funcs.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-largeobject-metadata.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-pgtypes.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/citext.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-sql-var.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/bug-reporting.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spgist.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/creating-cluster.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-tables.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-1-19.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2-7.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1-23.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-2-8.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/gist-intro.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib-dblink-exec.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/logicaldecoding-catalogs.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-depend.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/bki.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spgist-intro.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-schema.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pltcl-unknown.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/docguide.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1-18.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-bitstring.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/typeconv.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-rewrite.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/server-shutdown.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-gettypeid.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-3-2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-namespace.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-getbinval.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2-10.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/brin.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-cursor-open-with-paramlist.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3-7.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/auth-delay.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/warm-standby-failover.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/regress-coverage.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1-12.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-matviews.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/libpq-single-row-mode.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-2-13.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/dict-xsyn.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/postgres-user.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-4-9.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-alterrule.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-1-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ddl-partitioning.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/planner-stats.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createview.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-21.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/pltcl-procnames.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-4-6.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createtable.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-1-3.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-1-5.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/external-interfaces.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpgsql-cursors.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-execp.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-largeobject.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-pgdump.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-errors.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createrule.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/indexes-ordering.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/reference.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-indexes.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/textsearch-configuration.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-ts-config.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-25.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/custom-scan-execution.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/nls-programmer.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-pgcontroldata.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-alteropfamily.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/runtime-config-custom.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpython-python23.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-table-constraints.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/unsupported-features-sql-standard.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sslinfo.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/row-estimation-examples.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-dropforeigndatawrapper.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1-6.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-3-14.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/dml-update.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-getvalue.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib-dblink-connect-u.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-returntuple.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-column-privileges.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/textsearch-intro.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-4-3.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-admin.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-1-15.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/geqo.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-dropopclass.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-views.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-20.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-13.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-keywords-appendix.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/index.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-6-3-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/config-setting.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib-dblink-open.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-1-6.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-event-triggers.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-19.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-alterlanguage.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2-23.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/functions-conditional.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2-17.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-alterindex.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/gin-tips.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/view-pg-user-mappings.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-refreshmaterializedview.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-4-2.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-11.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/client-authentication-problems.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-3-16.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/protocol-overview.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/xfunc-internal.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/install-short.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial-advanced-intro.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-4-20.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-grant.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-expressions.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-column-options.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib-dblink-build-sql-insert.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-4-8.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-4-11.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/geqo-pg-intro.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-attribute.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-importforeignschema.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/runtime-config-replication.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/auto-explain.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-2-4.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/event-trigger-example.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/server-start.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-3-12.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-3-17.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-insert.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/performance-tips.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/ecpg-informix-compat.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createuser.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/trigger-datachanges.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpgsql-errors-and-messages.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/event-trigger-interface.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/indexes-collations.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/indexes-expressional.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-3-4.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/extend-extensions.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-8.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-4-18.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-alterusermapping.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-is-cursor-plan.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-altertype.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1-7.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-vacuum.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-do.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createsequence.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial-transactions.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib-dblink-build-sql-delete.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-begin.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/infoschema-information-schema-catalog-name.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-0-4.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-3-21.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/views-overview.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpython-data.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpgsql-overview.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/information-schema.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-4-13.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plperl-under-the-hood.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3-16.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-createfunction.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-2-1.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-3-19.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0-9.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/contrib-dblink-get-pkey.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plpgsql-expressions.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/plperl-builtins.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/runtime-config-autovacuum.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/logfile-maintenance.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/spi-spi-finish.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-0-20.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-dropview.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/gist-builtin-opclasses.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-9-5.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-14.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-4-14.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/triggers.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/preface.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-3-13.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-4-22.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/app-pg-isready.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-6-5.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-7-3-3.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-1-5.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/tutorial-delete.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/errcodes-appendix.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/sql-droptrigger.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/catalog-pg-event-trigger.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-4-4.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/release-8-4-10.html': Operation not permitted
# chown: changing ownership of '/tmp/postgresql/pkg/postgresql-docs/usr/share/doc/postgresql/html/': Operation not permitted
# ==> ERROR: A failure occurred in package_postgresql-docs().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/postgresql/src/postgresql-9.5.3/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by PostgreSQL configure 9.5.3, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man --datadir=/usr/share/postgresql --sysconfdir=/etc --with-gssapi --with-libxml --with-openssl --with-perl --with-python PYTHON=/usr/bin/python2 --with-tcl --with-pam --with-system-tzdata=/usr/share/zoneinfo --with-uuid=e2fs --enable-nls --enable-thread-safety
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = e764dc93b88c
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2750: checking build system type
# configure:2764: result: x86_64-pc-linux-gnu
# configure:2784: checking host system type
# configure:2797: result: x86_64-unknown-linux-gnu
# configure:2819: checking which template to use
# configure:2889: result: linux
# configure:2984: checking whether to build with 64-bit integer date/time support
# configure:3013: result: yes
# configure:3020: checking whether NLS is wanted
# configure:3052: result: yes
# configure:3060: checking for default port number
# configure:3085: result: 5432
# configure:3503: checking for block size
# configure:3537: result: 8kB
# configure:3549: checking for segment size
# configure:3578: result: 1GB
# configure:3590: checking for WAL block size
# configure:3625: result: 8kB
# configure:3637: checking for WAL segment size
# configure:3672: result: 16MB
# configure:3725: checking for x86_64-unknown-linux-gcc
# configure:3752: result: clang
# configure:3827: checking for C compiler version
# configure:3836: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3847: $? = 0
# configure:3836: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3847: $? = 0
# configure:3836: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3847: $? = 1
# configure:3836: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3847: $? = 1
# configure:3867: checking whether the C compiler works
# configure:3889: clang conftest.c >&5
# configure:3893: $? = 0
# configure:3941: result: yes
# configure:3944: checking for C compiler default output file name
# configure:3946: result: a.out
# configure:3952: checking for suffix of executables
# configure:3959: clang -o conftest conftest.c >&5
# configure:3963: $? = 0
# configure:3985: result:
# configure:4007: checking whether we are cross compiling
# configure:4015: clang -o conftest conftest.c >&5
# configure:4019: $? = 0
# configure:4026: ./conftest
# configure:4030: $? = 0
# configure:4045: result: no
# configure:4050: checking for suffix of object files
# configure:4072: clang -c conftest.c >&5
# configure:4076: $? = 0
# configure:4097: result: o
# configure:4101: checking whether we are using the GNU C compiler
# configure:4120: clang -c conftest.c >&5
# configure:4120: $? = 0
# configure:4129: result: yes
# configure:4138: checking whether clang accepts -g
# configure:4158: clang -c -g conftest.c >&5
# configure:4158: $? = 0
# configure:4199: result: yes
# configure:4216: checking for clang option to accept ISO C89
# configure:4279: clang -c conftest.c >&5
# configure:4279: $? = 0
# configure:4292: result: none needed
# configure:4330: clang -c conftest.c >&5
# conftest.c:24:1: error: use of undeclared identifier 'choke'
# choke me
# ^
# 1 error generated.
# configure:4330: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | #ifndef __INTEL_COMPILER
# | choke me
# | #endif
# | ;
# | return 0;
# | }
# configure:4352: clang -c conftest.c >&5
# conftest.c:24:1: error: use of undeclared identifier 'choke'
# choke me
# ^
# 1 error generated.
# configure:4352: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | #ifndef __SUNPRO_C
# | choke me
# | #endif
# | ;
# | return 0;
# | }
# configure:4407: checking whether clang supports -Wdeclaration-after-statement
# configure:4427: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -D_GNU_SOURCE conftest.c >&5
# configure:4427: $? = 0
# configure:4436: result: yes
# configure:4442: checking whether clang supports -Wendif-labels
# configure:4462: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -D_GNU_SOURCE conftest.c >&5
# configure:4462: $? = 0
# configure:4471: result: yes
# configure:4477: checking whether clang supports -Wmissing-format-attribute
# configure:4497: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -D_GNU_SOURCE conftest.c >&5
# configure:4497: $? = 0
# configure:4506: result: yes
# configure:4513: checking whether clang supports -Wformat-security
# configure:4533: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -D_GNU_SOURCE conftest.c >&5
# configure:4533: $? = 0
# configure:4542: result: yes
# configure:4549: checking whether clang supports -fno-strict-aliasing
# configure:4569: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5
# configure:4569: $? = 0
# configure:4578: result: yes
# configure:4585: checking whether clang supports -fwrapv
# configure:4605: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -D_GNU_SOURCE conftest.c >&5
# configure:4605: $? = 0
# configure:4614: result: yes
# configure:4621: checking whether clang supports -fexcess-precision=standard
# configure:4641: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -D_GNU_SOURCE conftest.c >&5
# clang-3.8: warning: optimization flag '-fexcess-precision=standard' is not supported
# configure:4641: $? = 0
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:4650: result: no
# configure:4657: checking whether clang supports -funroll-loops
# configure:4677: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -funroll-loops -D_GNU_SOURCE conftest.c >&5
# configure:4677: $? = 0
# configure:4686: result: yes
# configure:4692: checking whether clang supports -ftree-vectorize
# configure:4712: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -ftree-vectorize -D_GNU_SOURCE conftest.c >&5
# configure:4712: $? = 0
# configure:4721: result: yes
# configure:4730: checking whether clang supports -Wunused-command-line-argument
# configure:4750: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wunused-command-line-argument -D_GNU_SOURCE conftest.c >&5
# configure:4750: $? = 0
# configure:4759: result: yes
# configure:4994: checking whether the C compiler still works
# configure:5007: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE conftest.c >&5
# configure:5007: $? = 0
# configure:5008: result: yes
# configure:5033: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE conftest.c >&5
# configure:5033: $? = 0
# configure:5046: checking how to run the C preprocessor
# configure:5077: clang -E -D_GNU_SOURCE conftest.c
# configure:5077: $? = 0
# configure:5091: clang -E -D_GNU_SOURCE conftest.c
# conftest.c:19:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5091: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | /* end confdefs.h. */
# | #include
# configure:5116: result: clang -E
# configure:5136: clang -E -D_GNU_SOURCE conftest.c
# configure:5136: $? = 0
# configure:5150: clang -E -D_GNU_SOURCE conftest.c
# conftest.c:19:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5150: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | /* end confdefs.h. */
# | #include
# configure:5292: checking allow thread-safe client libraries
# configure:5322: result: yes
# configure:5329: checking whether to build with Tcl
# configure:5355: result: yes
# configure:5387: checking whether to build Perl modules
# configure:5413: result: yes
# configure:5420: checking whether to build Python modules
# configure:5446: result: yes
# configure:5453: checking whether to build with GSSAPI support
# configure:5484: result: yes
# configure:5527: checking whether to build with PAM support
# configure:5555: result: yes
# configure:5562: checking whether to build with LDAP support
# configure:5590: result: no
# configure:5597: checking whether to build with Bonjour support
# configure:5625: result: no
# configure:5632: checking whether to build with OpenSSL support
# configure:5660: result: yes
# configure:5667: checking whether to build with SELinux support
# configure:5694: result: no
# configure:5884: checking for xml2-config
# configure:5900: found /usr/bin/xml2-config
# configure:5911: result: xml2-config
# configure:6038: checking for grep that handles long lines and -e
# configure:6096: result: /usr/bin/grep
# configure:6101: checking for egrep
# configure:6163: result: /usr/bin/grep -E
# configure:6210: checking for ld used by GCC
# configure:6273: result: /usr/bin/ld
# configure:6280: checking if the linker (/usr/bin/ld) is GNU ld
# GNU ld (GNU Binutils) 2.26.1
# configure:6292: result: yes
# configure:6336: checking for x86_64-unknown-linux-ranlib
# configure:6366: result: no
# configure:6376: checking for ranlib
# configure:6392: found /usr/bin/ranlib
# configure:6403: result: ranlib
# configure:6429: checking for x86_64-unknown-linux-strip
# configure:6459: result: no
# configure:6469: checking for strip
# configure:6485: found /usr/bin/strip
# configure:6496: result: strip
# configure:6519: checking whether it is possible to strip libraries
# configure:6524: result: yes
# configure:6549: checking for x86_64-unknown-linux-ar
# configure:6579: result: no
# configure:6589: checking for ar
# configure:6605: found /usr/bin/ar
# configure:6616: result: ar
# configure:6931: checking for a BSD-compatible install
# configure:6999: result: /usr/bin/install -c
# configure:7021: checking for tar
# configure:7039: found /usr/bin/tar
# configure:7051: result: /usr/bin/tar
# configure:7059: checking whether ln -s works
# configure:7063: result: yes
# configure:7074: checking for gawk
# configure:7090: found /usr/bin/gawk
# configure:7101: result: gawk
# configure:7112: checking for a thread-safe mkdir -p
# configure:7151: result: /usr/bin/mkdir -p
# configure:7167: checking for bison
# configure:7185: found /usr/bin/bison
# configure:7197: result: /usr/bin/bison
# configure:7212: using bison (GNU Bison) 3.0.4
# configure:7251: checking for flex
# configure:7296: result: no
# configure:7304: WARNING:
# *** Without Flex you will not be able to build PostgreSQL from Git nor
# *** change any of the scanner definition files. You can obtain Flex from
# *** a GNU mirror site. (If you are using the official distribution of
# *** PostgreSQL then you do not need to worry about this because the Flex
# *** output is pre-generated.)
# configure:7328: checking for perl
# configure:7346: found /usr/bin/perl
# configure:7358: result: /usr/bin/perl
# configure:7370: using perl 5.24.0
# configure:7403: checking for Perl archlibexp
# configure:7407: result: /usr/lib/perl5/core_perl
# configure:7409: checking for Perl privlibexp
# configure:7413: result: /usr/share/perl5/core_perl
# configure:7415: checking for Perl useshrplib
# configure:7419: result: true
# configure:7428: checking for flags to link embedded Perl
# configure:7445: result: -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib -L/usr/lib/perl5/core_perl/CORE -lperl -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
# configure:7454: checking for python
# configure:7484: result: /usr/bin/python2
# configure:7497: checking for Python distutils module
# configure:7501: result: yes
# configure:7508: checking Python configuration directory
# configure:7513: result: /usr/lib/python2.7/config
# configure:7516: checking Python include directories
# configure:7529: result: -I/usr/include/python2.7
# configure:7534: checking how to link an embedded Python application
# configure:7561: result: -L/usr/lib -lpython2.7 -lpthread -ldl -lutil -lm
# configure:7661: checking for main in -lm
# configure:7680: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lm >&5
# conftest.c:30:1: warning: all paths through this function will call itself [-Winfinite-recursion]
# {
# ^
# 1 warning generated.
# configure:7680: $? = 0
# configure:7689: result: yes
# configure:7700: checking for library containing setproctitle
# configure:7731: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lm >&5
# /tmp/conftest-e40f22.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `setproctitle'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7731: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 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:7731: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lutil -lm >&5
# /tmp/conftest-fc7575.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `setproctitle'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7731: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 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:7748: result: no
# configure:7756: checking for library containing dlopen
# configure:7787: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lm >&5
# /tmp/conftest-288ddf.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `dlopen'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7787: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char dlopen ();
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:7787: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -ldl -lm >&5
# configure:7787: $? = 0
# configure:7804: result: -ldl
# configure:7812: checking for library containing socket
# configure:7843: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -ldl -lm >&5
# configure:7843: $? = 0
# configure:7860: result: none required
# configure:7868: checking for library containing shl_load
# configure:7899: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -ldl -lm >&5
# /tmp/conftest-62e1bd.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `shl_load'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7899: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 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:7899: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -ldld -ldl -lm >&5
# /usr/bin/ld: cannot find -ldld
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7899: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 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:7916: result: no
# configure:7985: checking for library containing getopt_long
# configure:8016: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -ldl -lm >&5
# configure:8016: $? = 0
# configure:8033: result: none required
# configure:8041: checking for library containing crypt
# configure:8072: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -ldl -lm >&5
# /tmp/conftest-a4dfb3.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `crypt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:8072: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char crypt ();
# | int
# | main ()
# | {
# | return crypt ();
# | ;
# | return 0;
# | }
# configure:8072: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lcrypt -ldl -lm >&5
# configure:8072: $? = 0
# configure:8089: result: -lcrypt
# configure:8097: checking for library containing shm_open
# configure:8128: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lcrypt -ldl -lm >&5
# /tmp/conftest-042173.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `shm_open'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:8128: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char shm_open ();
# | int
# | main ()
# | {
# | return shm_open ();
# | ;
# | return 0;
# | }
# configure:8128: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lrt -lcrypt -ldl -lm >&5
# configure:8128: $? = 0
# configure:8145: result: -lrt
# configure:8153: checking for library containing shm_unlink
# configure:8184: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lrt -lcrypt -ldl -lm >&5
# configure:8184: $? = 0
# configure:8201: result: none required
# configure:8210: checking for library containing fdatasync
# configure:8241: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lrt -lcrypt -ldl -lm >&5
# configure:8241: $? = 0
# configure:8258: result: none required
# configure:8267: checking for library containing sched_yield
# configure:8298: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lrt -lcrypt -ldl -lm >&5
# configure:8298: $? = 0
# configure:8315: result: none required
# configure:8325: checking for library containing gethostbyname_r
# configure:8356: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lrt -lcrypt -ldl -lm >&5
# configure:8356: $? = 0
# configure:8373: result: none required
# configure:8382: checking for library containing shmget
# configure:8413: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lrt -lcrypt -ldl -lm >&5
# configure:8413: $? = 0
# configure:8430: result: none required
# configure:8442: checking for library containing readline
# configure:8474: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:8474: $? = 0
# configure:8500: result: -lreadline
# configure:8519: checking for inflate in -lz
# configure:8544: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:8544: $? = 0
# configure:8553: result: yes
# configure:8595: checking for library containing gss_init_sec_context
# configure:8626: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# /tmp/conftest-ea74a4.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `gss_init_sec_context'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:8626: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 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:8626: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:8626: $? = 0
# configure:8643: result: -lgssapi_krb5
# configure:8660: checking for CRYPTO_new_ex_data in -lcrypto
# configure:8685: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:8685: $? = 0
# configure:8694: result: yes
# configure:8707: checking for SSL_library_init in -lssl
# configure:8732: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:8732: $? = 0
# configure:8741: result: yes
# configure:8874: checking for SSL_get_current_compression
# configure:8874: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:8874: $? = 0
# configure:8874: result: yes
# configure:8886: checking for pam_start in -lpam
# configure:8911: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:8911: $? = 0
# configure:8920: result: yes
# configure:8936: checking for xmlSaveToBuffer in -lxml2
# configure:8961: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:8961: $? = 0
# configure:8970: result: yes
# configure:9098: checking for uuid_generate
# configure:9098: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# /tmp/conftest-2a4e9a.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `uuid_generate'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:9098: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | /* end confdefs.h. */
# | /* Define uuid_generate to an innocuous variant, in case declares uuid_generate.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define uuid_generate innocuous_uuid_generate
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char uuid_generate (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef uuid_generate
# |
# | /* 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_generate ();
# | /* 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_uuid_generate || defined __stub___uuid_generate
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return uuid_generate ();
# | ;
# | return 0;
# | }
# configure:9098: result: no
# configure:9102: checking for uuid_generate in -luuid
# configure:9127: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -luuid -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:9127: $? = 0
# configure:9136: result: yes
# configure:9238: checking for ANSI C header files
# configure:9258: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9258: $? = 0
# configure:9331: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:9331: $? = 0
# configure:9331: ./conftest
# configure:9331: $? = 0
# configure:9342: result: yes
# configure:9355: checking for sys/types.h
# configure:9355: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9355: $? = 0
# configure:9355: result: yes
# configure:9355: checking for sys/stat.h
# configure:9355: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9355: $? = 0
# configure:9355: result: yes
# configure:9355: checking for stdlib.h
# configure:9355: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9355: $? = 0
# configure:9355: result: yes
# configure:9355: checking for string.h
# configure:9355: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9355: $? = 0
# configure:9355: result: yes
# configure:9355: checking for memory.h
# configure:9355: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9355: $? = 0
# configure:9355: result: yes
# configure:9355: checking for strings.h
# configure:9355: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9355: $? = 0
# configure:9355: result: yes
# configure:9355: checking for inttypes.h
# configure:9355: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9355: $? = 0
# configure:9355: result: yes
# configure:9355: checking for stdint.h
# configure:9355: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9355: $? = 0
# configure:9355: result: yes
# configure:9355: checking for unistd.h
# configure:9355: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9355: $? = 0
# configure:9355: result: yes
# configure:9370: checking atomic.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:79:10: fatal error: 'atomic.h' file not found
# #include
# ^
# 1 error generated.
# configure:9370: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define 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
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:9370: result: no
# configure:9370: checking atomic.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# conftest.c:46:10: fatal error: 'atomic.h' file not found
# #include
# ^
# 1 error generated.
# configure:9370: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define 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
# configure:9370: result: no
# configure:9370: checking for atomic.h
# configure:9370: result: no
# configure:9370: checking crypt.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking crypt.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking for crypt.h
# configure:9370: result: yes
# configure:9370: checking dld.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:80:10: fatal error: 'dld.h' file not found
# #include
# ^
# 1 error generated.
# configure:9370: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:9370: result: no
# configure:9370: checking dld.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# conftest.c:47:10: fatal error: 'dld.h' file not found
# #include
# ^
# 1 error generated.
# configure:9370: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | /* end confdefs.h. */
# | #include
# configure:9370: result: no
# configure:9370: checking for dld.h
# configure:9370: result: no
# configure:9370: checking fp_class.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:80:10: fatal error: 'fp_class.h' file not found
# #include
# ^
# 1 error generated.
# configure:9370: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:9370: result: no
# configure:9370: checking fp_class.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# conftest.c:47:10: fatal error: 'fp_class.h' file not found
# #include
# ^
# 1 error generated.
# configure:9370: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | /* end confdefs.h. */
# | #include
# configure:9370: result: no
# configure:9370: checking for fp_class.h
# configure:9370: result: no
# configure:9370: checking getopt.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking getopt.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking for getopt.h
# configure:9370: result: yes
# configure:9370: checking ieeefp.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:81:10: fatal error: 'ieeefp.h' file not found
# #include
# ^
# 1 error generated.
# configure:9370: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:9370: result: no
# configure:9370: checking ieeefp.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# conftest.c:48:10: fatal error: 'ieeefp.h' file not found
# #include
# ^
# 1 error generated.
# configure:9370: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | /* end confdefs.h. */
# | #include
# configure:9370: result: no
# configure:9370: checking for ieeefp.h
# configure:9370: result: no
# configure:9370: checking ifaddrs.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking ifaddrs.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking for ifaddrs.h
# configure:9370: result: yes
# configure:9370: checking langinfo.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking langinfo.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking for langinfo.h
# configure:9370: result: yes
# configure:9370: checking mbarrier.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:83:10: fatal error: 'mbarrier.h' file not found
# #include
# ^
# 1 error generated.
# configure:9370: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:9370: result: no
# configure:9370: checking mbarrier.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# conftest.c:50:10: fatal error: 'mbarrier.h' file not found
# #include
# ^
# 1 error generated.
# configure:9370: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | /* end confdefs.h. */
# | #include
# configure:9370: result: no
# configure:9370: checking for mbarrier.h
# configure:9370: result: no
# configure:9370: checking poll.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking poll.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking for poll.h
# configure:9370: result: yes
# configure:9370: checking pwd.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking pwd.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking for pwd.h
# configure:9370: result: yes
# configure:9370: checking sys/ioctl.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking sys/ioctl.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking for sys/ioctl.h
# configure:9370: result: yes
# configure:9370: checking sys/ipc.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking sys/ipc.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking for sys/ipc.h
# configure:9370: result: yes
# configure:9370: checking sys/poll.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking sys/poll.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking for sys/poll.h
# configure:9370: result: yes
# configure:9370: checking sys/pstat.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:88:10: fatal error: 'sys/pstat.h' file not found
# #include
# ^
# 1 error generated.
# configure:9370: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:9370: result: no
# configure:9370: checking sys/pstat.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# conftest.c:55:10: fatal error: 'sys/pstat.h' file not found
# #include
# ^
# 1 error generated.
# configure:9370: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | /* end confdefs.h. */
# | #include
# configure:9370: result: no
# configure:9370: checking for sys/pstat.h
# configure:9370: result: no
# configure:9370: checking sys/resource.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking sys/resource.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking for sys/resource.h
# configure:9370: result: yes
# configure:9370: checking sys/select.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking sys/select.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking for sys/select.h
# configure:9370: result: yes
# configure:9370: checking sys/sem.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking sys/sem.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking for sys/sem.h
# configure:9370: result: yes
# configure:9370: checking sys/shm.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking sys/shm.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking for sys/shm.h
# configure:9370: result: yes
# configure:9370: checking sys/socket.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking sys/socket.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking for sys/socket.h
# configure:9370: result: yes
# configure:9370: checking sys/sockio.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:93:10: fatal error: 'sys/sockio.h' file not found
# #include
# ^
# 1 error generated.
# configure:9370: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:9370: result: no
# configure:9370: checking sys/sockio.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# conftest.c:60:10: fatal error: 'sys/sockio.h' file not found
# #include
# ^
# 1 error generated.
# configure:9370: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# | #include
# configure:9370: result: no
# configure:9370: checking for sys/sockio.h
# configure:9370: result: no
# configure:9370: checking sys/tas.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:93:10: fatal error: 'sys/tas.h' file not found
# #include
# ^
# 1 error generated.
# configure:9370: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:9370: result: no
# configure:9370: checking sys/tas.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# conftest.c:60:10: fatal error: 'sys/tas.h' file not found
# #include
# ^
# 1 error generated.
# configure:9370: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# | #include
# configure:9370: result: no
# configure:9370: checking for sys/tas.h
# configure:9370: result: no
# configure:9370: checking sys/time.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking sys/time.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking for sys/time.h
# configure:9370: result: yes
# configure:9370: checking sys/un.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking sys/un.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking for sys/un.h
# configure:9370: result: yes
# configure:9370: checking termios.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking termios.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking for termios.h
# configure:9370: result: yes
# configure:9370: checking ucred.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:96:10: fatal error: 'ucred.h' file not found
# #include
# ^
# 1 error generated.
# configure:9370: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:9370: result: no
# configure:9370: checking ucred.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# conftest.c:63:10: fatal error: 'ucred.h' file not found
# #include
# ^
# 1 error generated.
# configure:9370: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | /* end confdefs.h. */
# | #include
# configure:9370: result: no
# configure:9370: checking for ucred.h
# configure:9370: result: no
# configure:9370: checking utime.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking utime.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking for utime.h
# configure:9370: result: yes
# configure:9370: checking wchar.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking wchar.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking for wchar.h
# configure:9370: result: yes
# configure:9370: checking wctype.h usability
# configure:9370: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking wctype.h presence
# configure:9370: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9370: $? = 0
# configure:9370: result: yes
# configure:9370: checking for wctype.h
# configure:9370: result: yes
# configure:9385: checking for net/if.h
# configure:9385: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9385: $? = 0
# configure:9385: result: yes
# configure:9405: checking for sys/ucred.h
# configure:9405: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:103:10: fatal error: 'sys/ucred.h' file not found
# #include
# ^
# 1 error generated.
# configure:9405: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# |
# |
# | #include
# configure:9405: result: no
# configure:9423: checking netinet/in.h usability
# configure:9423: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9423: $? = 0
# configure:9423: result: yes
# configure:9423: checking netinet/in.h presence
# configure:9423: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9423: $? = 0
# configure:9423: result: yes
# configure:9423: checking for netinet/in.h
# configure:9423: result: yes
# configure:9435: checking for netinet/tcp.h
# configure:9435: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9435: $? = 0
# configure:9435: result: yes
# configure:9454: checking readline/readline.h usability
# configure:9454: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9454: $? = 0
# configure:9454: result: yes
# configure:9454: checking readline/readline.h presence
# configure:9454: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9454: $? = 0
# configure:9454: result: yes
# configure:9454: checking for readline/readline.h
# configure:9454: result: yes
# configure:9484: checking readline/history.h usability
# configure:9484: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9484: $? = 0
# configure:9484: result: yes
# configure:9484: checking readline/history.h presence
# configure:9484: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9484: $? = 0
# configure:9484: result: yes
# configure:9484: checking for readline/history.h
# configure:9484: result: yes
# configure:9606: checking zlib.h usability
# configure:9606: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9606: $? = 0
# configure:9606: result: yes
# configure:9606: checking zlib.h presence
# configure:9606: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9606: $? = 0
# configure:9606: result: yes
# configure:9606: checking for zlib.h
# configure:9606: result: yes
# configure:9622: checking gssapi/gssapi.h usability
# configure:9622: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9622: $? = 0
# configure:9622: result: yes
# configure:9622: checking gssapi/gssapi.h presence
# configure:9622: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9622: $? = 0
# configure:9622: result: yes
# configure:9622: checking for gssapi/gssapi.h
# configure:9622: result: yes
# configure:9650: checking openssl/ssl.h usability
# configure:9650: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9650: $? = 0
# configure:9650: result: yes
# configure:9650: checking openssl/ssl.h presence
# configure:9650: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9650: $? = 0
# configure:9650: result: yes
# configure:9650: checking for openssl/ssl.h
# configure:9650: result: yes
# configure:9658: checking openssl/err.h usability
# configure:9658: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9658: $? = 0
# configure:9658: result: yes
# configure:9658: checking openssl/err.h presence
# configure:9658: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9658: $? = 0
# configure:9658: result: yes
# configure:9658: checking for openssl/err.h
# configure:9658: result: yes
# configure:9671: checking security/pam_appl.h usability
# configure:9671: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9671: $? = 0
# configure:9671: result: yes
# configure:9671: checking security/pam_appl.h presence
# configure:9671: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9671: $? = 0
# configure:9671: result: yes
# configure:9671: checking for security/pam_appl.h
# configure:9671: result: yes
# configure:9699: checking libxml/parser.h usability
# configure:9699: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9699: $? = 0
# configure:9699: result: yes
# configure:9699: checking libxml/parser.h presence
# configure:9699: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9699: $? = 0
# configure:9699: result: yes
# configure:9699: checking for libxml/parser.h
# configure:9699: result: yes
# configure:9840: checking uuid/uuid.h usability
# configure:9840: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:9840: $? = 0
# configure:9840: result: yes
# configure:9840: checking uuid/uuid.h presence
# configure:9840: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:9840: $? = 0
# configure:9840: result: yes
# configure:9840: checking for uuid/uuid.h
# configure:9840: result: yes
# configure:9962: checking whether byte ordering is bigendian
# configure:9977: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:75:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:75:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:9977: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:10022: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:10022: $? = 0
# configure:10040: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:81:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:10040: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:10168: result: no
# configure:10186: checking for inline
# configure:10202: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:76:21: warning: unused function 'static_foo' [-Wunused-function]
# static inline foo_t static_foo () {return 0; }
# ^
# 1 warning generated.
# configure:10202: $? = 0
# configure:10210: result: inline
# configure:10228: checking for quiet inline (no complaint if unreferenced)
# configure:10248: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:10248: $? = 0
# configure:10256: result: yes
# configure:10266: checking for printf format archetype
# configure:10286: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:77:16: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
# __attribute__((format(gnu_printf, 2, 3)));
# ^
# 1 warning generated.
# configure:10286: $? = 0
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | /* end confdefs.h. */
# | extern int
# | pgac_write(int ignore, const char *fmt,...)
# | __attribute__((format(gnu_printf, 2, 3)));
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:10294: result: printf
# configure:10303: checking for flexible array members
# configure:10326: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:10326: $? = 0
# configure:10333: result: yes
# configure:10344: checking for signed types
# configure:10360: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:81:13: warning: unused variable 'c' [-Wunused-variable]
# signed char c; signed short s; signed int i;
# ^
# conftest.c:81:29: warning: unused variable 's' [-Wunused-variable]
# signed char c; signed short s; signed int i;
# ^
# conftest.c:81:43: warning: unused variable 'i' [-Wunused-variable]
# signed char c; signed short s; signed int i;
# ^
# 3 warnings generated.
# configure:10360: $? = 0
# configure:10367: result: yes
# configure:10374: checking for __func__
# configure:10390: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:10390: $? = 0
# configure:10397: result: yes
# configure:10435: checking for _Static_assert
# configure:10451: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:10451: $? = 0
# configure:10459: result: yes
# configure:10466: checking for __builtin_types_compatible_p
# configure:10482: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:83:20: warning: unused variable 'y' [-Wunused-variable]
# int x; static int y[__builtin_types_compatible_p(__typeof__(x), int)];
# ^
# 1 warning generated.
# configure:10482: $? = 0
# configure:10489: result: yes
# configure:10496: checking for __builtin_bswap32
# configure:10512: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:80:26: warning: unused variable 'x' [-Wunused-variable]
# static unsigned long int x = __builtin_bswap32(0xaabbccdd);
# ^
# 1 warning generated.
# configure:10512: $? = 0
# configure:10519: result: yes
# configure:10526: checking for __builtin_constant_p
# configure:10542: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:81:26: warning: unused variable 'y' [-Wunused-variable]
# static int x; static int y[__builtin_constant_p(x) ? x : 1];
# ^
# 1 warning generated.
# configure:10542: $? = 0
# configure:10549: result: yes
# configure:10556: checking for __builtin_unreachable
# configure:10572: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:10572: $? = 0
# configure:10580: result: yes
# configure:10587: checking for __VA_ARGS__
# configure:10605: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:10605: $? = 0
# configure:10612: result: yes
# configure:10619: checking whether struct tm is in sys/time.h or time.h
# configure:10639: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:10639: $? = 0
# configure:10646: result: time.h
# configure:10654: checking for struct tm.tm_zone
# configure:10654: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:10654: $? = 0
# configure:10654: result: yes
# configure:10672: checking for tzname
# configure:10692: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# conftest.c:94:1: warning: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-function-declaration]
# atoi(*tzname);
# ^
# 1 warning generated.
# configure:10692: $? = 0
# configure:10700: result: yes
# configure:10708: checking for union semun
# configure:10708: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:94:5: error: invalid application of 'sizeof' to an incomplete type 'union semun'
# if (sizeof (union semun))
# ^ ~~~~~~~~~~~~~
# conftest.c:94:19: note: forward declaration of 'union semun'
# if (sizeof (union semun))
# ^
# 1 error generated.
# configure:10708: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof (union semun))
# | return 0;
# | ;
# | return 0;
# | }
# configure:10708: result: no
# configure:10721: checking for struct sockaddr_un
# configure:10721: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:10721: $? = 0
# configure:10721: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:96:33: error: expected expression
# if (sizeof ((struct sockaddr_un)))
# ^
# 1 error generated.
# configure:10721: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_UN_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct sockaddr_un)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:10721: result: yes
# configure:10733: checking for struct sockaddr_storage
# configure:10733: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:10733: $? = 0
# configure:10733: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:97:38: error: expected expression
# if (sizeof ((struct sockaddr_storage)))
# ^
# 1 error generated.
# configure:10733: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct sockaddr_storage)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:10733: result: yes
# configure:10748: checking for struct sockaddr_storage.ss_family
# configure:10748: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:10748: $? = 0
# configure:10748: result: yes
# configure:10762: checking for struct sockaddr_storage.__ss_family
# configure:10762: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:100: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/bits/socket.h:168:5: note: 'ss_family' declared here
# __SOCKADDR_COMMON (ss_); /* Address family, etc. */
# ^
# /usr/include/bits/sockaddr.h:35:15: note: expanded from macro '__SOCKADDR_COMMON'
# sa_family_t sa_prefix##family
# ^
# :23:1: note: expanded from here
# ss_family
# ^
# 1 error generated.
# configure:10762: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr_storage ac_aggr;
# | if (ac_aggr.__ss_family)
# | return 0;
# | ;
# | return 0;
# | }
# configure:10762: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:100: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/bits/socket.h:168:5: note: 'ss_family' declared here
# __SOCKADDR_COMMON (ss_); /* Address family, etc. */
# ^
# /usr/include/bits/sockaddr.h:35:15: note: expanded from macro '__SOCKADDR_COMMON'
# sa_family_t sa_prefix##family
# ^
# :23:1: note: expanded from here
# ss_family
# ^
# 1 error generated.
# configure:10762: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr_storage ac_aggr;
# | if (sizeof ac_aggr.__ss_family)
# | return 0;
# | ;
# | return 0;
# | }
# configure:10762: result: no
# configure:10776: checking for struct sockaddr_storage.ss_len
# configure:10776: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:100:13: error: no member named 'ss_len' in 'struct sockaddr_storage'
# if (ac_aggr.ss_len)
# ~~~~~~~ ^
# 1 error generated.
# configure:10776: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr_storage ac_aggr;
# | if (ac_aggr.ss_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:10776: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:100:20: error: no member named 'ss_len' in 'struct sockaddr_storage'
# if (sizeof ac_aggr.ss_len)
# ~~~~~~~ ^
# 1 error generated.
# configure:10776: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr_storage ac_aggr;
# | if (sizeof ac_aggr.ss_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:10776: result: no
# configure:10790: checking for struct sockaddr_storage.__ss_len
# configure:10790: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:100:13: error: no member named '__ss_len' in 'struct sockaddr_storage'
# if (ac_aggr.__ss_len)
# ~~~~~~~ ^
# 1 error generated.
# configure:10790: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr_storage ac_aggr;
# | if (ac_aggr.__ss_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:10790: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:100:20: error: no member named '__ss_len' in 'struct sockaddr_storage'
# if (sizeof ac_aggr.__ss_len)
# ~~~~~~~ ^
# 1 error generated.
# configure:10790: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr_storage ac_aggr;
# | if (sizeof ac_aggr.__ss_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:10790: result: no
# configure:10804: checking for struct sockaddr.sa_len
# configure:10804: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:100:13: error: no member named 'sa_len' in 'struct sockaddr'
# if (ac_aggr.sa_len)
# ~~~~~~~ ^
# 1 error generated.
# configure:10804: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr ac_aggr;
# | if (ac_aggr.sa_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:10804: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:100:20: error: no member named 'sa_len' in 'struct sockaddr'
# if (sizeof ac_aggr.sa_len)
# ~~~~~~~ ^
# 1 error generated.
# configure:10804: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr ac_aggr;
# | if (sizeof ac_aggr.sa_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:10804: result: no
# configure:10819: checking for struct addrinfo
# configure:10819: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:10819: $? = 0
# configure:10819: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:98:30: error: expected expression
# if (sizeof ((struct addrinfo)))
# ^
# 1 error generated.
# configure:10819: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct addrinfo)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:10819: result: yes
# configure:10834: checking for intptr_t
# configure:10834: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:10834: $? = 0
# configure:10834: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:127:23: error: expected expression
# if (sizeof ((intptr_t)))
# ^
# 1 error generated.
# configure:10834: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((intptr_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:10834: result: yes
# configure:10870: checking for uintptr_t
# configure:10870: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:10870: $? = 0
# configure:10870: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:128:24: error: expected expression
# if (sizeof ((uintptr_t)))
# ^
# 1 error generated.
# configure:10870: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uintptr_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:10870: result: yes
# configure:10907: checking for unsigned long long int
# configure:10946: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:10946: $? = 0
# configure:10955: result: yes
# configure:10965: checking for long long int
# configure:11003: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:11003: $? = 0
# configure:11003: ./conftest
# configure:11003: $? = 0
# configure:11015: result: yes
# configure:11024: checking for locale_t
# configure:11041: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:11041: $? = 0
# configure:11065: result: yes
# configure:11078: checking for struct cmsgcred
# configure:11078: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:105:5: error: invalid application of 'sizeof' to an incomplete type 'struct cmsgcred'
# if (sizeof (struct cmsgcred))
# ^ ~~~~~~~~~~~~~~~~~
# conftest.c:105:20: note: forward declaration of 'struct cmsgcred'
# if (sizeof (struct cmsgcred))
# ^
# 1 error generated.
# configure:11078: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #ifdef HAVE_SYS_UCRED_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | if (sizeof (struct cmsgcred))
# | return 0;
# | ;
# | return 0;
# | }
# configure:11078: result: no
# configure:11094: checking for struct option
# configure:11094: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:11094: $? = 0
# configure:11094: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:103:28: error: expected expression
# if (sizeof ((struct option)))
# ^
# 1 error generated.
# configure:11094: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | /* end confdefs.h. */
# | #ifdef HAVE_GETOPT_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct option)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:11094: result: yes
# configure:11112: checking for z_streamp
# configure:11112: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:11112: $? = 0
# configure:11112: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:102:24: error: expected expression
# if (sizeof ((z_streamp)))
# ^
# 1 error generated.
# configure:11112: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((z_streamp)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:11112: result: yes
# configure:11168: checking for special C compiler options needed for large files
# configure:11213: result: no
# configure:11219: checking for _FILE_OFFSET_BITS value needed for large files
# configure:11244: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:11244: $? = 0
# configure:11276: result: no
# configure:11369: checking size of off_t
# configure:11374: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:11374: $? = 0
# configure:11374: ./conftest
# configure:11374: $? = 0
# configure:11388: result: 8
# configure:11409: checking for int timezone
# configure:11430: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:11430: $? = 0
# configure:11438: result: yes
# configure:11445: checking types of arguments for accept()
# configure:11480: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:105:12: error: conflicting types for 'accept'
# extern int accept (int, struct sockaddr *, int *);
# ^
# /usr/include/sys/socket.h:243:12: note: previous declaration is here
# extern int accept (int __fd, __SOCKADDR_ARG __addr,
# ^
# 1 error generated.
# configure:11480: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | /* end confdefs.h. */
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | extern int accept (int, struct sockaddr *, int *);
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:11480: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:105:12: error: conflicting types for 'accept'
# extern int accept (int, struct sockaddr *, size_t *);
# ^
# /usr/include/sys/socket.h:243:12: note: previous declaration is here
# extern int accept (int __fd, __SOCKADDR_ARG __addr,
# ^
# 1 error generated.
# configure:11480: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | /* end confdefs.h. */
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# | extern int accept (int, struct sockaddr *, size_t *);
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:11480: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:11480: $? = 0
# configure:11504: result: int, int, struct sockaddr *, socklen_t *
# configure:11527: checking whether gettimeofday takes only one argument
# configure:11545: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:109:14: warning: variable 'tp' is uninitialized when used here [-Wuninitialized]
# gettimeofday(tp,tzp);
# ^~
# conftest.c:107:19: note: initialize the variable 'tp' to silence this warning
# struct timeval *tp;
# ^
# = 0
# conftest.c:109:17: warning: variable 'tzp' is uninitialized when used here [-Wuninitialized]
# gettimeofday(tp,tzp);
# ^~~
# conftest.c:108:21: note: initialize the variable 'tzp' to silence this warning
# struct timezone *tzp;
# ^
# = 0
# 2 warnings generated.
# configure:11545: $? = 0
# configure:11552: result: no
# configure:11560: checking for wcstombs_l declaration
# configure:11579: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:109:8: error: use of undeclared identifier 'wcstombs_l'
# (void) wcstombs_l;
# ^
# 1 error generated.
# configure:11579: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | /* end confdefs.h. */
# | #include
# | #include
# | int
# | main ()
# | {
# | #ifndef wcstombs_l
# | (void) wcstombs_l;
# | #endif
# | ;
# | return 0;
# | }
# configure:11597: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:110:8: error: use of undeclared identifier 'wcstombs_l'
# (void) wcstombs_l;
# ^
# 1 error generated.
# configure:11597: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# | int
# | main ()
# | {
# | #ifndef wcstombs_l
# | (void) wcstombs_l;
# | #endif
# | ;
# | return 0;
# | }
# configure:11606: result: no
# configure:11624: checking for cbrt
# configure:11624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# conftest.c:126:6: warning: incompatible redeclaration of library function 'cbrt' [-Wincompatible-library-redeclaration]
# char cbrt ();
# ^
# conftest.c:126:6: note: 'cbrt' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:11624: $? = 0
# configure:11624: result: yes
# configure:11624: checking for dlopen
# configure:11624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:11624: $? = 0
# configure:11624: result: yes
# configure:11624: checking for fdatasync
# configure:11624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:11624: $? = 0
# configure:11624: result: yes
# configure:11624: checking for getifaddrs
# configure:11624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:11624: $? = 0
# configure:11624: result: yes
# configure:11624: checking for getpeerucred
# configure:11624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# /tmp/conftest-eab78f.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `getpeerucred'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11624: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | /* end confdefs.h. */
# | /* Define getpeerucred to an innocuous variant, in case declares getpeerucred.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getpeerucred innocuous_getpeerucred
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getpeerucred (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #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:11624: result: no
# configure:11624: checking for getrlimit
# configure:11624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:11624: $? = 0
# configure:11624: result: yes
# configure:11624: checking for mbstowcs_l
# configure:11624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# /tmp/conftest-ce9737.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `mbstowcs_l'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11624: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | /* end confdefs.h. */
# | /* Define mbstowcs_l to an innocuous variant, in case declares mbstowcs_l.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define mbstowcs_l innocuous_mbstowcs_l
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char mbstowcs_l (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef mbstowcs_l
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char mbstowcs_l ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_mbstowcs_l || defined __stub___mbstowcs_l
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return mbstowcs_l ();
# | ;
# | return 0;
# | }
# configure:11624: result: no
# configure:11624: checking for memmove
# configure:11624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# conftest.c:131:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# conftest.c:131:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:11624: $? = 0
# configure:11624: result: yes
# configure:11624: checking for poll
# configure:11624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:11624: $? = 0
# configure:11624: result: yes
# configure:11624: checking for pstat
# configure:11624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# /tmp/conftest-c06dce.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `pstat'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11624: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | /* end confdefs.h. */
# | /* Define pstat to an innocuous variant, in case declares pstat.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define pstat innocuous_pstat
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char pstat (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #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:11624: result: no
# configure:11624: checking for pthread_is_threaded_np
# configure:11624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# /tmp/conftest-54764b.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `pthread_is_threaded_np'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11624: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | /* end confdefs.h. */
# | /* Define pthread_is_threaded_np to an innocuous variant, in case declares pthread_is_threaded_np.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define pthread_is_threaded_np innocuous_pthread_is_threaded_np
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char pthread_is_threaded_np (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef pthread_is_threaded_np
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char pthread_is_threaded_np ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_pthread_is_threaded_np || defined __stub___pthread_is_threaded_np
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return pthread_is_threaded_np ();
# | ;
# | return 0;
# | }
# configure:11624: result: no
# configure:11624: checking for readlink
# configure:11624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:11624: $? = 0
# configure:11624: result: yes
# configure:11624: checking for setproctitle
# configure:11624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# /tmp/conftest-d461c8.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `setproctitle'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11624: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | /* end confdefs.h. */
# | /* Define setproctitle to an innocuous variant, in case declares setproctitle.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define setproctitle innocuous_setproctitle
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char setproctitle (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #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:11624: result: no
# configure:11624: checking for setsid
# configure:11624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:11624: $? = 0
# configure:11624: result: yes
# configure:11624: checking for shm_open
# configure:11624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:11624: $? = 0
# configure:11624: result: yes
# configure:11624: checking for sigprocmask
# configure:11624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:11624: $? = 0
# configure:11624: result: yes
# configure:11624: checking for symlink
# configure:11624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:11624: $? = 0
# configure:11624: result: yes
# configure:11624: checking for sync_file_range
# configure:11624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:11624: $? = 0
# configure:11624: result: yes
# configure:11624: checking for towlower
# configure:11624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:11624: $? = 0
# configure:11624: result: yes
# configure:11624: checking for utime
# configure:11624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:11624: $? = 0
# configure:11624: result: yes
# configure:11624: checking for utimes
# configure:11624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:11624: $? = 0
# configure:11624: result: yes
# configure:11624: checking for wcstombs
# configure:11624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:11624: $? = 0
# configure:11624: result: yes
# configure:11624: checking for wcstombs_l
# configure:11624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# /tmp/conftest-4bcd6a.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `wcstombs_l'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11624: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | /* end confdefs.h. */
# | /* Define wcstombs_l to an innocuous variant, in case declares wcstombs_l.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define wcstombs_l innocuous_wcstombs_l
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char wcstombs_l (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef wcstombs_l
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char wcstombs_l ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_wcstombs_l || defined __stub___wcstombs_l
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return wcstombs_l ();
# | ;
# | return 0;
# | }
# configure:11624: result: no
# configure:11634: checking for fseeko
# configure:11634: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:11634: $? = 0
# configure:11634: result: yes
# configure:11657: checking for _LARGEFILE_SOURCE value needed for large files
# configure:11676: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:11676: $? = 0
# configure:11704: result: no
# configure:11733: checking for posix_fadvise
# configure:11733: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:11733: $? = 0
# configure:11733: result: yes
# configure:11742: checking whether posix_fadvise is declared
# configure:11742: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:11742: $? = 0
# configure:11742: result: yes
# configure:11756: checking whether fdatasync is declared
# configure:11756: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:11756: $? = 0
# configure:11756: result: yes
# configure:11768: checking whether strlcat is declared
# configure:11768: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:165:10: warning: implicitly declaring library function 'strlcat' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# (void) strlcat;
# ^
# conftest.c:165:10: note: include the header or explicitly provide a declaration for 'strlcat'
# 1 warning generated.
# configure:11768: $? = 0
# configure:11768: result: yes
# configure:11778: checking whether strlcpy is declared
# configure:11778: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:166:10: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
# (void) strlcpy;
# ^
# conftest.c:166:10: note: include the header or explicitly provide a declaration for 'strlcpy'
# 1 warning generated.
# configure:11778: $? = 0
# configure:11778: result: yes
# configure:11790: checking whether F_FULLFSYNC is declared
# configure:11790: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:136:10: error: use of undeclared identifier 'F_FULLFSYNC'
# (void) F_FULLFSYNC;
# ^
# 1 error generated.
# configure:11790: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | #ifndef F_FULLFSYNC
# | #ifdef __cplusplus
# | (void) F_FULLFSYNC;
# | #else
# | (void) F_FULLFSYNC;
# | #endif
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:11790: result: no
# configure:11804: checking for struct sockaddr_in6
# configure:11804: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:11804: $? = 0
# configure:11804: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:166:34: error: expected expression
# if (sizeof ((struct sockaddr_in6)))
# ^
# 1 error generated.
# configure:11804: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct sockaddr_in6)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:11804: result: yes
# configure:11816: checking for PS_STRINGS
# configure:11835: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# conftest.c:129:10: fatal error: 'machine/vmparam.h' file not found
# #include
# ^
# 1 error generated.
# configure:11835: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | #define HAVE_IPV6 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | PS_STRINGS->ps_nargvstr = 1;
# | PS_STRINGS->ps_argvstr = "foo";
# | ;
# | return 0;
# | }
# configure:11843: result: no
# configure:11888: checking for snprintf
# configure:11888: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# conftest.c:152:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:152:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:11888: $? = 0
# configure:11888: result: yes
# configure:11901: checking for vsnprintf
# configure:11901: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# conftest.c:153:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
# char vsnprintf ();
# ^
# conftest.c:153:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:11901: $? = 0
# configure:11901: result: yes
# configure:11920: checking whether snprintf is declared
# configure:11920: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:11920: $? = 0
# configure:11920: result: yes
# configure:11930: checking whether vsnprintf is declared
# configure:11930: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:11930: $? = 0
# configure:11930: result: yes
# configure:11943: checking for isinf
# configure:11962: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:11962: $? = 0
# configure:11970: result: yes
# configure:11999: checking for crypt
# configure:11999: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:11999: $? = 0
# configure:11999: result: yes
# configure:12012: checking for fls
# configure:12012: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# /tmp/conftest-7c96e5.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `fls'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12012: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | #define HAVE_IPV6 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE_DECL_VSNPRINTF 1
# | #define HAVE_ISINF 1
# | #define HAVE_CRYPT 1
# | /* end confdefs.h. */
# | /* Define fls to an innocuous variant, in case declares fls.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define fls innocuous_fls
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char fls (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef fls
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char fls ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_fls || defined __stub___fls
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return fls ();
# | ;
# | return 0;
# | }
# configure:12012: result: no
# configure:12025: checking for getopt
# configure:12025: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:12025: $? = 0
# configure:12025: result: yes
# configure:12038: checking for getrusage
# configure:12038: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:12038: $? = 0
# configure:12038: result: yes
# configure:12051: checking for inet_aton
# configure:12051: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:12051: $? = 0
# configure:12051: result: yes
# configure:12064: checking for mkdtemp
# configure:12064: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:12064: $? = 0
# configure:12064: result: yes
# configure:12077: checking for random
# configure:12077: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:12077: $? = 0
# configure:12077: result: yes
# configure:12090: checking for rint
# configure:12090: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# conftest.c:163:6: warning: incompatible redeclaration of library function 'rint' [-Wincompatible-library-redeclaration]
# char rint ();
# ^
# conftest.c:163:6: note: 'rint' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:12090: $? = 0
# configure:12090: result: yes
# configure:12103: checking for srandom
# configure:12103: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:12103: $? = 0
# configure:12103: result: yes
# configure:12116: checking for strerror
# configure:12116: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# conftest.c:165:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:165:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:12116: $? = 0
# configure:12116: result: yes
# configure:12129: checking for strlcat
# configure:12129: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# conftest.c:166:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
# char strlcat ();
# ^
# conftest.c:166:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-7181ef.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strlcat'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12129: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | #define HAVE_IPV6 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE_DECL_VSNPRINTF 1
# | #define HAVE_ISINF 1
# | #define HAVE_CRYPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_MKDTEMP 1
# | #define HAVE_RANDOM 1
# | #define HAVE_RINT 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_STRERROR 1
# | /* end confdefs.h. */
# | /* Define strlcat to an innocuous variant, in case declares strlcat.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcat innocuous_strlcat
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcat (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcat
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strlcat ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strlcat || defined __stub___strlcat
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcat ();
# | ;
# | return 0;
# | }
# configure:12129: result: no
# configure:12142: checking for strlcpy
# configure:12142: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# conftest.c:166:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
# char strlcpy ();
# ^
# conftest.c:166:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-484dfb.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strlcpy'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12142: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | #define HAVE_IPV6 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE_DECL_VSNPRINTF 1
# | #define HAVE_ISINF 1
# | #define HAVE_CRYPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_MKDTEMP 1
# | #define HAVE_RANDOM 1
# | #define HAVE_RINT 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_STRERROR 1
# | /* end confdefs.h. */
# | /* Define strlcpy to an innocuous variant, in case declares strlcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcpy innocuous_strlcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcpy
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char strlcpy ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_strlcpy || defined __stub___strlcpy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcpy ();
# | ;
# | return 0;
# | }
# configure:12142: result: no
# configure:12172: checking for unsetenv
# configure:12172: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:12172: $? = 0
# configure:12172: result: yes
# configure:12185: checking for getpeereid
# configure:12185: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# /tmp/conftest-f12aeb.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `getpeereid'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12185: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | #define HAVE_IPV6 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE_DECL_VSNPRINTF 1
# | #define HAVE_ISINF 1
# | #define HAVE_CRYPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_MKDTEMP 1
# | #define HAVE_RANDOM 1
# | #define HAVE_RINT 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_STRERROR 1
# | #define HAVE_UNSETENV 1
# | /* end confdefs.h. */
# | /* Define getpeereid to an innocuous variant, in case declares getpeereid.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getpeereid innocuous_getpeereid
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getpeereid (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getpeereid
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char getpeereid ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_getpeereid || defined __stub___getpeereid
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return getpeereid ();
# | ;
# | return 0;
# | }
# configure:12185: result: no
# configure:12207: checking for getaddrinfo
# configure:12207: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:12207: $? = 0
# configure:12207: result: yes
# configure:12232: checking for getopt_long
# configure:12232: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:12232: $? = 0
# configure:12232: result: yes
# configure:12380: checking for sigsetjmp
# configure:12396: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:12396: $? = 0
# configure:12404: result: yes
# configure:12412: checking whether sys_siglist is declared
# configure:12412: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:12412: $? = 0
# configure:12412: result: yes
# configure:12431: checking for syslog
# configure:12431: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:12431: $? = 0
# configure:12431: result: yes
# configure:12433: checking syslog.h usability
# configure:12433: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:12433: $? = 0
# configure:12433: result: yes
# configure:12433: checking syslog.h presence
# configure:12433: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:12433: $? = 0
# configure:12433: result: yes
# configure:12433: checking for syslog.h
# configure:12433: result: yes
# configure:12444: checking for opterr
# configure:12460: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:12460: $? = 0
# configure:12468: result: yes
# configure:12476: checking for optreset
# configure:12492: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# /tmp/conftest-b68d0b.o: In function `main':
# conftest.c:(.text+0x10): undefined reference to `optreset'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12492: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | #define HAVE_IPV6 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE_DECL_VSNPRINTF 1
# | #define HAVE_ISINF 1
# | #define HAVE_CRYPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_MKDTEMP 1
# | #define HAVE_RANDOM 1
# | #define HAVE_RINT 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_STRERROR 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_INT_OPTERR 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | extern int optreset; optreset = 1;
# | ;
# | return 0;
# | }
# configure:12500: result: no
# configure:12511: checking for strtoll
# configure:12511: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:12511: $? = 0
# configure:12511: result: yes
# configure:12523: checking for strtoull
# configure:12523: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lrt -lcrypt -ldl -lm >&5
# configure:12523: $? = 0
# configure:12523: result: yes
# configure:12537: checking for rl_completion_append_character
# configure:12559: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:12559: $? = 0
# configure:12567: result: yes
# configure:12577: checking for rl_completion_matches
# configure:12577: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:12577: $? = 0
# configure:12577: result: yes
# configure:12577: checking for rl_filename_completion_function
# configure:12577: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:12577: $? = 0
# configure:12577: result: yes
# configure:12577: checking for rl_reset_screen_size
# configure:12577: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:12577: $? = 0
# configure:12577: result: yes
# configure:12589: checking for append_history
# configure:12589: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:12589: $? = 0
# configure:12589: result: yes
# configure:12589: checking for history_truncate_file
# configure:12589: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:12589: $? = 0
# configure:12589: result: yes
# configure:12777: checking for the pthreads library -lpthreads
# configure:12810: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lpthreads -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# conftest.c:163:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_attr_init(0); pthread_cleanup_push(0, 0);
# ~^
# conftest.c:164:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:164:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:162:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized]
# pthread_t th; pthread_join(th, 0);
# ^~
# conftest.c:162:13: note: initialize the variable 'th' to silence this warning
# pthread_t th; pthread_join(th, 0);
# ^
# = 0
# 4 warnings generated.
# /usr/bin/ld: cannot find -lpthreads
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12810: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | #define HAVE_IPV6 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE_DECL_VSNPRINTF 1
# | #define HAVE_ISINF 1
# | #define HAVE_CRYPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_MKDTEMP 1
# | #define HAVE_RANDOM 1
# | #define HAVE_RINT 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_STRERROR 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_INT_OPTERR 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | #define HAVE_RL_RESET_SCREEN_SIZE 1
# | #define HAVE_APPEND_HISTORY 1
# | #define HAVE_HISTORY_TRUNCATE_FILE 1
# | /* end confdefs.h. */
# | #include
# | 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:12846: result: no
# configure:12720: checking whether pthreads work without any flags
# configure:12810: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# conftest.c:163:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_attr_init(0); pthread_cleanup_push(0, 0);
# ~^
# conftest.c:164:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:164:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:162:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized]
# pthread_t th; pthread_join(th, 0);
# ^~
# conftest.c:162:13: note: initialize the variable 'th' to silence this warning
# pthread_t th; pthread_join(th, 0);
# ^
# = 0
# 4 warnings generated.
# /usr/bin/ld: /tmp/conftest-683898.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
# /usr/lib/libpthread.so.0: error adding symbols: DSO missing from command line
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12810: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | #define HAVE_IPV6 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE_DECL_VSNPRINTF 1
# | #define HAVE_ISINF 1
# | #define HAVE_CRYPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_MKDTEMP 1
# | #define HAVE_RANDOM 1
# | #define HAVE_RINT 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_STRERROR 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_INT_OPTERR 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | #define HAVE_RL_RESET_SCREEN_SIZE 1
# | #define HAVE_APPEND_HISTORY 1
# | #define HAVE_HISTORY_TRUNCATE_FILE 1
# | /* end confdefs.h. */
# | #include
# | 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:12846: result: no
# configure:12725: checking whether pthreads work with -Kthread
# configure:12810: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Kthread -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# clang-3.8: error: unknown argument: '-Kthread'
# configure:12810: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | #define HAVE_IPV6 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE_DECL_VSNPRINTF 1
# | #define HAVE_ISINF 1
# | #define HAVE_CRYPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_MKDTEMP 1
# | #define HAVE_RANDOM 1
# | #define HAVE_RINT 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_STRERROR 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_INT_OPTERR 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | #define HAVE_RL_RESET_SCREEN_SIZE 1
# | #define HAVE_APPEND_HISTORY 1
# | #define HAVE_HISTORY_TRUNCATE_FILE 1
# | /* end confdefs.h. */
# | #include
# | 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:12846: result: no
# configure:12725: checking whether pthreads work with -kthread
# configure:12810: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -kthread -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# clang-3.8: error: unknown argument: '-kthread'
# configure:12810: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | #define HAVE_IPV6 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE_DECL_VSNPRINTF 1
# | #define HAVE_ISINF 1
# | #define HAVE_CRYPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_MKDTEMP 1
# | #define HAVE_RANDOM 1
# | #define HAVE_RINT 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_STRERROR 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_INT_OPTERR 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | #define HAVE_RL_RESET_SCREEN_SIZE 1
# | #define HAVE_APPEND_HISTORY 1
# | #define HAVE_HISTORY_TRUNCATE_FILE 1
# | /* end confdefs.h. */
# | #include
# | 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:12846: result: no
# configure:12777: checking for the pthreads library -llthread
# configure:12810: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -llthread -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# conftest.c:163:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_attr_init(0); pthread_cleanup_push(0, 0);
# ~^
# conftest.c:164:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:164:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:162:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized]
# pthread_t th; pthread_join(th, 0);
# ^~
# conftest.c:162:13: note: initialize the variable 'th' to silence this warning
# pthread_t th; pthread_join(th, 0);
# ^
# = 0
# 4 warnings generated.
# /usr/bin/ld: cannot find -llthread
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12810: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | #define HAVE_IPV6 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE_DECL_VSNPRINTF 1
# | #define HAVE_ISINF 1
# | #define HAVE_CRYPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_MKDTEMP 1
# | #define HAVE_RANDOM 1
# | #define HAVE_RINT 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_STRERROR 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_INT_OPTERR 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | #define HAVE_RL_RESET_SCREEN_SIZE 1
# | #define HAVE_APPEND_HISTORY 1
# | #define HAVE_HISTORY_TRUNCATE_FILE 1
# | /* end confdefs.h. */
# | #include
# | 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:12846: result: no
# configure:12725: checking whether pthreads work with -pthread
# configure:12810: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# conftest.c:163:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_attr_init(0); pthread_cleanup_push(0, 0);
# ~^
# conftest.c:164:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:164:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:162:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized]
# pthread_t th; pthread_join(th, 0);
# ^~
# conftest.c:162:13: note: initialize the variable 'th' to silence this warning
# pthread_t th; pthread_join(th, 0);
# ^
# = 0
# 4 warnings generated.
# configure:12810: $? = 0
# configure:12846: result: yes
# configure:12725: checking whether pthreads work with -pthreads
# configure:12810: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# conftest.c:163:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_attr_init(0); pthread_cleanup_push(0, 0);
# ~^
# conftest.c:164:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:164:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:162:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized]
# pthread_t th; pthread_join(th, 0);
# ^~
# conftest.c:162:13: note: initialize the variable 'th' to silence this warning
# pthread_t th; pthread_join(th, 0);
# ^
# = 0
# 4 warnings generated.
# configure:12810: $? = 0
# configure:12846: result: yes
# configure:12725: checking whether pthreads work with -mthreads
# configure:12810: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# conftest.c:163:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_attr_init(0); pthread_cleanup_push(0, 0);
# ~^
# conftest.c:164:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:164:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:162:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized]
# pthread_t th; pthread_join(th, 0);
# ^~
# conftest.c:162:13: note: initialize the variable 'th' to silence this warning
# pthread_t th; pthread_join(th, 0);
# ^
# = 0
# 4 warnings generated.
# configure:12810: $? = 0
# configure:12846: result: yes
# configure:12777: checking for the pthreads library -lpthread
# configure:12810: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lpthread -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# conftest.c:163:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_attr_init(0); pthread_cleanup_push(0, 0);
# ~^
# conftest.c:164:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:164:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:162:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized]
# pthread_t th; pthread_join(th, 0);
# ^~
# conftest.c:162:13: note: initialize the variable 'th' to silence this warning
# pthread_t th; pthread_join(th, 0);
# ^
# = 0
# 4 warnings generated.
# configure:12810: $? = 0
# configure:12846: result: yes
# configure:12725: checking whether pthreads work with --thread-safe
# configure:12810: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads --thread-safe -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lpthread -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# clang-3.8: error: unsupported option '--thread-safe'
# configure:12810: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | #define HAVE_IPV6 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE_DECL_VSNPRINTF 1
# | #define HAVE_ISINF 1
# | #define HAVE_CRYPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_MKDTEMP 1
# | #define HAVE_RANDOM 1
# | #define HAVE_RINT 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_STRERROR 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_INT_OPTERR 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | #define HAVE_RL_RESET_SCREEN_SIZE 1
# | #define HAVE_APPEND_HISTORY 1
# | #define HAVE_HISTORY_TRUNCATE_FILE 1
# | /* end confdefs.h. */
# | #include
# | 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:12846: result: no
# configure:12725: checking whether pthreads work with -mt
# configure:12810: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -mt -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lpthread -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# clang-3.8: error: unknown argument: '-mt'
# configure:12810: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | #define HAVE_IPV6 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE_DECL_VSNPRINTF 1
# | #define HAVE_ISINF 1
# | #define HAVE_CRYPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_MKDTEMP 1
# | #define HAVE_RANDOM 1
# | #define HAVE_RINT 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_STRERROR 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_INT_OPTERR 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | #define HAVE_RL_RESET_SCREEN_SIZE 1
# | #define HAVE_APPEND_HISTORY 1
# | #define HAVE_HISTORY_TRUNCATE_FILE 1
# | /* end confdefs.h. */
# | #include
# | 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:12846: result: no
# configure:12777: checking for the pthreads library -lpthreadGC2
# configure:12810: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lpthreadGC2 -lpthread -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# conftest.c:163:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_attr_init(0); pthread_cleanup_push(0, 0);
# ~^
# conftest.c:164:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:164:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# ~ ^
# conftest.c:162:28: warning: variable 'th' is uninitialized when used here [-Wuninitialized]
# pthread_t th; pthread_join(th, 0);
# ^~
# conftest.c:162:13: note: initialize the variable 'th' to silence this warning
# pthread_t th; pthread_join(th, 0);
# ^
# = 0
# 4 warnings generated.
# /usr/bin/ld: cannot find -lpthreadGC2
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12810: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | #define HAVE_IPV6 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE_DECL_VSNPRINTF 1
# | #define HAVE_ISINF 1
# | #define HAVE_CRYPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_MKDTEMP 1
# | #define HAVE_RANDOM 1
# | #define HAVE_RINT 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_STRERROR 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_INT_OPTERR 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | #define HAVE_RL_RESET_SCREEN_SIZE 1
# | #define HAVE_APPEND_HISTORY 1
# | #define HAVE_HISTORY_TRUNCATE_FILE 1
# | /* end confdefs.h. */
# | #include
# | 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:12846: result: no
# configure:12878: checking pthread.h usability
# configure:12878: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:12878: $? = 0
# configure:12878: result: yes
# configure:12878: checking pthread.h presence
# configure:12878: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:12878: $? = 0
# configure:12878: result: yes
# configure:12878: checking for pthread.h
# configure:12878: result: yes
# configure:12892: checking for strerror_r
# configure:12892: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -lpthread >&5
# configure:12892: $? = 0
# configure:12892: result: yes
# configure:12892: checking for getpwuid_r
# configure:12892: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -lpthread >&5
# configure:12892: $? = 0
# configure:12892: result: yes
# configure:12892: checking for gethostbyname_r
# configure:12892: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -lpthread >&5
# configure:12892: $? = 0
# configure:12892: result: yes
# configure:12903: checking whether strerror_r returns int
# configure:12924: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:166:5: error: conflicting types for 'strerror_r'
# int strerror_r(int, char *, size_t);
# ^
# /usr/include/string.h:433:14: note: previous declaration is here
# extern char *strerror_r (int __errnum, char *__buf, size_t __buflen)
# ^
# 1 error generated.
# configure:12924: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | #define HAVE_IPV6 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE_DECL_VSNPRINTF 1
# | #define HAVE_ISINF 1
# | #define HAVE_CRYPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_MKDTEMP 1
# | #define HAVE_RANDOM 1
# | #define HAVE_RINT 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_STRERROR 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_INT_OPTERR 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | #define HAVE_RL_RESET_SCREEN_SIZE 1
# | #define HAVE_APPEND_HISTORY 1
# | #define HAVE_HISTORY_TRUNCATE_FILE 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | #ifndef _AIX
# | int strerror_r(int, char *, size_t);
# | #else
# | /* Older AIX has 'int' for the third argument so we don't test the args. */
# | int strerror_r();
# | #endif
# | ;
# | return 0;
# | }
# configure:12931: result: no
# configure:13119: checking test program
# configure:13129: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:13129: $? = 0
# configure:13129: ./conftest
# configure:13129: $? = 0
# configure:13130: result: ok
# configure:13152: checking whether snprintf supports argument control
# configure:13176: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:13176: $? = 0
# configure:13176: ./conftest
# configure:13176: $? = 0
# configure:13187: result: yes
# configure:13198: checking whether long int is 64 bits
# configure:13256: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# conftest.c:170:5: warning: no previous prototype for function 'does_int64_work' [-Wmissing-prototypes]
# int does_int64_work()
# ^
# conftest.c:184:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# main() {
# ^
# conftest.c:185:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(! does_int64_work());
# ^
# conftest.c:185:3: note: include the header or explicitly provide a declaration for 'exit'
# 3 warnings generated.
# configure:13256: $? = 0
# configure:13256: ./conftest
# configure:13256: $? = 0
# configure:13266: result: yes
# configure:13484: checking whether snprintf supports the %z modifier
# configure:13516: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:13516: $? = 0
# configure:13516: ./conftest
# configure:13516: $? = 0
# configure:13527: result: yes
# configure:13553: checking size of void *
# configure:13558: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:13558: $? = 0
# configure:13558: ./conftest
# configure:13558: $? = 0
# configure:13572: result: 8
# configure:13586: checking size of size_t
# configure:13591: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:13591: $? = 0
# configure:13591: ./conftest
# configure:13591: $? = 0
# configure:13605: result: 8
# configure:13619: checking size of long
# configure:13624: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:13624: $? = 0
# configure:13624: ./conftest
# configure:13624: $? = 0
# configure:13638: result: 8
# configure:13650: checking whether to build with float4 passed by value
# configure:13681: result: yes
# configure:13693: checking whether to build with float8 passed by value
# configure:13755: result: yes
# configure:13767: checking alignment of short
# configure:13772: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:13772: $? = 0
# configure:13772: ./conftest
# configure:13772: $? = 0
# configure:13790: result: 2
# configure:13802: checking alignment of int
# configure:13807: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:13807: $? = 0
# configure:13807: ./conftest
# configure:13807: $? = 0
# configure:13825: result: 4
# configure:13837: checking alignment of long
# configure:13842: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:13842: $? = 0
# configure:13842: ./conftest
# configure:13842: $? = 0
# configure:13860: result: 8
# configure:13909: checking alignment of double
# configure:13914: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:13914: $? = 0
# configure:13914: ./conftest
# configure:13914: $? = 0
# configure:13932: result: 8
# configure:13963: checking for int8
# configure:13963: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:181:13: error: use of undeclared identifier 'int8'; did you mean 'int'?
# if (sizeof (int8))
# ^~~~
# int
# conftest.c:181:12: error: reference to overloaded function could not be resolved; did you mean to call it?
# if (sizeof (int8))
# ^~~~~~
# 2 errors generated.
# configure:13963: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | #define HAVE_IPV6 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE_DECL_VSNPRINTF 1
# | #define HAVE_ISINF 1
# | #define HAVE_CRYPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_MKDTEMP 1
# | #define HAVE_RANDOM 1
# | #define HAVE_RINT 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_STRERROR 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_INT_OPTERR 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | #define HAVE_RL_RESET_SCREEN_SIZE 1
# | #define HAVE_APPEND_HISTORY 1
# | #define HAVE_HISTORY_TRUNCATE_FILE 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_LONG_INT_64 1
# | #define PG_INT64_TYPE long int
# | #define INT64_MODIFIER "l"
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_LONG 8
# | #define USE_FLOAT4_BYVAL 1
# | #define FLOAT4PASSBYVAL true
# | #define USE_FLOAT8_BYVAL 1
# | #define FLOAT8PASSBYVAL true
# | #define ALIGNOF_SHORT 2
# | #define ALIGNOF_INT 4
# | #define ALIGNOF_LONG 8
# | #define ALIGNOF_DOUBLE 8
# | #define MAXIMUM_ALIGNOF 8
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof (int8))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13963: result: no
# configure:13973: checking for uint8
# configure:13973: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:181:13: error: use of undeclared identifier 'uint8'
# if (sizeof (uint8))
# ^
# 1 error generated.
# configure:13973: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | #define HAVE_IPV6 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE_DECL_VSNPRINTF 1
# | #define HAVE_ISINF 1
# | #define HAVE_CRYPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_MKDTEMP 1
# | #define HAVE_RANDOM 1
# | #define HAVE_RINT 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_STRERROR 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_INT_OPTERR 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | #define HAVE_RL_RESET_SCREEN_SIZE 1
# | #define HAVE_APPEND_HISTORY 1
# | #define HAVE_HISTORY_TRUNCATE_FILE 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_LONG_INT_64 1
# | #define PG_INT64_TYPE long int
# | #define INT64_MODIFIER "l"
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_LONG 8
# | #define USE_FLOAT4_BYVAL 1
# | #define FLOAT4PASSBYVAL true
# | #define USE_FLOAT8_BYVAL 1
# | #define FLOAT8PASSBYVAL true
# | #define ALIGNOF_SHORT 2
# | #define ALIGNOF_INT 4
# | #define ALIGNOF_LONG 8
# | #define ALIGNOF_DOUBLE 8
# | #define MAXIMUM_ALIGNOF 8
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof (uint8))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13973: result: no
# configure:13983: checking for int64
# configure:13983: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:181:13: error: use of undeclared identifier 'int64'
# if (sizeof (int64))
# ^
# 1 error generated.
# configure:13983: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | #define HAVE_IPV6 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE_DECL_VSNPRINTF 1
# | #define HAVE_ISINF 1
# | #define HAVE_CRYPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_MKDTEMP 1
# | #define HAVE_RANDOM 1
# | #define HAVE_RINT 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_STRERROR 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_INT_OPTERR 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | #define HAVE_RL_RESET_SCREEN_SIZE 1
# | #define HAVE_APPEND_HISTORY 1
# | #define HAVE_HISTORY_TRUNCATE_FILE 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_LONG_INT_64 1
# | #define PG_INT64_TYPE long int
# | #define INT64_MODIFIER "l"
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_LONG 8
# | #define USE_FLOAT4_BYVAL 1
# | #define FLOAT4PASSBYVAL true
# | #define USE_FLOAT8_BYVAL 1
# | #define FLOAT8PASSBYVAL true
# | #define ALIGNOF_SHORT 2
# | #define ALIGNOF_INT 4
# | #define ALIGNOF_LONG 8
# | #define ALIGNOF_DOUBLE 8
# | #define MAXIMUM_ALIGNOF 8
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof (int64))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13983: result: no
# configure:13993: checking for uint64
# configure:13993: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:181:13: error: use of undeclared identifier 'uint64'
# if (sizeof (uint64))
# ^
# 1 error generated.
# configure:13993: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | #define HAVE_IPV6 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE_DECL_VSNPRINTF 1
# | #define HAVE_ISINF 1
# | #define HAVE_CRYPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_MKDTEMP 1
# | #define HAVE_RANDOM 1
# | #define HAVE_RINT 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_STRERROR 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_INT_OPTERR 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | #define HAVE_RL_RESET_SCREEN_SIZE 1
# | #define HAVE_APPEND_HISTORY 1
# | #define HAVE_HISTORY_TRUNCATE_FILE 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_LONG_INT_64 1
# | #define PG_INT64_TYPE long int
# | #define INT64_MODIFIER "l"
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_LONG 8
# | #define USE_FLOAT4_BYVAL 1
# | #define FLOAT4PASSBYVAL true
# | #define USE_FLOAT8_BYVAL 1
# | #define FLOAT8PASSBYVAL true
# | #define ALIGNOF_SHORT 2
# | #define ALIGNOF_INT 4
# | #define ALIGNOF_LONG 8
# | #define ALIGNOF_DOUBLE 8
# | #define MAXIMUM_ALIGNOF 8
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof (uint64))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13993: result: no
# configure:14007: checking for sig_atomic_t
# configure:14007: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:14007: $? = 0
# configure:14007: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:181:27: error: expected expression
# if (sizeof ((sig_atomic_t)))
# ^
# 1 error generated.
# configure:14007: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | #define HAVE_IPV6 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE_DECL_VSNPRINTF 1
# | #define HAVE_ISINF 1
# | #define HAVE_CRYPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_MKDTEMP 1
# | #define HAVE_RANDOM 1
# | #define HAVE_RINT 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_STRERROR 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_INT_OPTERR 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | #define HAVE_RL_RESET_SCREEN_SIZE 1
# | #define HAVE_APPEND_HISTORY 1
# | #define HAVE_HISTORY_TRUNCATE_FILE 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_LONG_INT_64 1
# | #define PG_INT64_TYPE long int
# | #define INT64_MODIFIER "l"
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_LONG 8
# | #define USE_FLOAT4_BYVAL 1
# | #define FLOAT4PASSBYVAL true
# | #define USE_FLOAT8_BYVAL 1
# | #define FLOAT8PASSBYVAL true
# | #define ALIGNOF_SHORT 2
# | #define ALIGNOF_INT 4
# | #define ALIGNOF_LONG 8
# | #define ALIGNOF_DOUBLE 8
# | #define MAXIMUM_ALIGNOF 8
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((sig_atomic_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:14007: result: yes
# configure:14020: checking for __int128
# configure:14055: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:14055: $? = 0
# configure:14063: result: yes
# configure:14073: checking for builtin __sync char locking functions
# configure:14091: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:14091: $? = 0
# configure:14099: result: yes
# configure:14106: checking for builtin __sync int32 locking functions
# configure:14124: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:14124: $? = 0
# configure:14132: result: yes
# configure:14139: checking for builtin __sync int32 atomic operations
# configure:14156: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:14156: $? = 0
# configure:14164: result: yes
# configure:14171: checking for builtin __sync int64 atomic operations
# configure:14188: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:14188: $? = 0
# configure:14196: result: yes
# configure:14203: checking for builtin __atomic int32 atomic operations
# configure:14221: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:14221: $? = 0
# configure:14229: result: yes
# configure:14236: checking for builtin __atomic int64 atomic operations
# configure:14254: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:14254: $? = 0
# configure:14262: result: yes
# configure:14272: checking for __get_cpuid
# configure:14290: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:14290: $? = 0
# configure:14298: result: yes
# configure:14306: checking for __cpuid
# configure:14324: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# conftest.c:185:10: fatal error: 'intrin.h' file not found
# #include
# ^
# 1 error generated.
# configure:14324: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | #define HAVE_IPV6 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE_DECL_VSNPRINTF 1
# | #define HAVE_ISINF 1
# | #define HAVE_CRYPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_MKDTEMP 1
# | #define HAVE_RANDOM 1
# | #define HAVE_RINT 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_STRERROR 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_INT_OPTERR 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | #define HAVE_RL_RESET_SCREEN_SIZE 1
# | #define HAVE_APPEND_HISTORY 1
# | #define HAVE_HISTORY_TRUNCATE_FILE 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_LONG_INT_64 1
# | #define PG_INT64_TYPE long int
# | #define INT64_MODIFIER "l"
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_LONG 8
# | #define USE_FLOAT4_BYVAL 1
# | #define FLOAT4PASSBYVAL true
# | #define USE_FLOAT8_BYVAL 1
# | #define FLOAT8PASSBYVAL true
# | #define ALIGNOF_SHORT 2
# | #define ALIGNOF_INT 4
# | #define ALIGNOF_LONG 8
# | #define ALIGNOF_DOUBLE 8
# | #define MAXIMUM_ALIGNOF 8
# | #define HAVE_SIG_ATOMIC_T 1
# | #define PG_INT128_TYPE __int128
# | #define HAVE_GCC__SYNC_CHAR_TAS 1
# | #define HAVE_GCC__SYNC_INT32_TAS 1
# | #define HAVE_GCC__SYNC_INT32_CAS 1
# | #define HAVE_GCC__SYNC_INT64_CAS 1
# | #define HAVE_GCC__ATOMIC_INT32_CAS 1
# | #define HAVE_GCC__ATOMIC_INT64_CAS 1
# | #define HAVE__GET_CPUID 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | unsigned int exx[4] = {0, 0, 0, 0};
# | __get_cpuid(exx[0], 1);
# |
# | ;
# | return 0;
# | }
# configure:14332: result: no
# configure:14345: checking for _mm_crc32_u8 and _mm_crc32_u32 with CFLAGS=
# configure:14367: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# conftest.c:190:10: error: always_inline function '_mm_crc32_u8' requires target feature 'ssse3', but would be inlined into function 'main' that is compiled without support for 'ssse3'
# crc = _mm_crc32_u8(crc, 0);
# ^
# conftest.c:191:10: error: always_inline function '_mm_crc32_u32' requires target feature 'ssse3', but would be inlined into function 'main' that is compiled without support for 'ssse3'
# crc = _mm_crc32_u32(crc, 0);
# ^
# 2 errors generated.
# configure:14367: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | #define HAVE_IPV6 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE_DECL_VSNPRINTF 1
# | #define HAVE_ISINF 1
# | #define HAVE_CRYPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_MKDTEMP 1
# | #define HAVE_RANDOM 1
# | #define HAVE_RINT 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_STRERROR 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_INT_OPTERR 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | #define HAVE_RL_RESET_SCREEN_SIZE 1
# | #define HAVE_APPEND_HISTORY 1
# | #define HAVE_HISTORY_TRUNCATE_FILE 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_LONG_INT_64 1
# | #define PG_INT64_TYPE long int
# | #define INT64_MODIFIER "l"
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_LONG 8
# | #define USE_FLOAT4_BYVAL 1
# | #define FLOAT4PASSBYVAL true
# | #define USE_FLOAT8_BYVAL 1
# | #define FLOAT8PASSBYVAL true
# | #define ALIGNOF_SHORT 2
# | #define ALIGNOF_INT 4
# | #define ALIGNOF_LONG 8
# | #define ALIGNOF_DOUBLE 8
# | #define MAXIMUM_ALIGNOF 8
# | #define HAVE_SIG_ATOMIC_T 1
# | #define PG_INT128_TYPE __int128
# | #define HAVE_GCC__SYNC_CHAR_TAS 1
# | #define HAVE_GCC__SYNC_INT32_TAS 1
# | #define HAVE_GCC__SYNC_INT32_CAS 1
# | #define HAVE_GCC__SYNC_INT64_CAS 1
# | #define HAVE_GCC__ATOMIC_INT32_CAS 1
# | #define HAVE_GCC__ATOMIC_INT64_CAS 1
# | #define HAVE__GET_CPUID 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | unsigned int crc = 0;
# | crc = _mm_crc32_u8(crc, 0);
# | crc = _mm_crc32_u32(crc, 0);
# | /* return computed value, to prevent the above being optimized away */
# | return crc == 0;
# | ;
# | return 0;
# | }
# configure:14376: result: no
# configure:14384: checking for _mm_crc32_u8 and _mm_crc32_u32 with CFLAGS=-msse4.2
# configure:14406: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -msse4.2 -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:14406: $? = 0
# configure:14415: result: yes
# configure:14442: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# conftest.c:191:2: error: __SSE4_2__ not defined
# #error __SSE4_2__ not defined
# ^
# 1 error generated.
# configure:14442: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "PostgreSQL"
# | #define PACKAGE_TARNAME "postgresql"
# | #define PACKAGE_VERSION "9.5.3"
# | #define PACKAGE_STRING "PostgreSQL 9.5.3"
# | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# | #define PACKAGE_URL ""
# | #define PG_MAJORVERSION "9.5"
# | #define PG_VERSION "9.5.3"
# | #define USE_INTEGER_DATETIMES 1
# | #define ENABLE_NLS 1
# | #define DEF_PGPORT 5432
# | #define DEF_PGPORT_STR "5432"
# | #define BLCKSZ 8192
# | #define RELSEG_SIZE 131072
# | #define XLOG_BLCKSZ 8192
# | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# | #define ENABLE_THREAD_SAFETY 1
# | #define ENABLE_GSS 1
# | #define PG_KRB_SRVNAM "postgres"
# | #define USE_PAM 1
# | #define USE_OPENSSL 1
# | #define HAVE_UUID_E2FS 1
# | #define USE_LIBXML 1
# | #define HAVE_LIBM 1
# | #define HAVE_LIBREADLINE 1
# | #define HAVE_LIBZ 1
# | #define HAVE_SPINLOCKS 1
# | #define HAVE_ATOMICS 1
# | #define HAVE_LIBCRYPTO 1
# | #define HAVE_LIBSSL 1
# | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# | #define HAVE_LIBPAM 1
# | #define HAVE_LIBXML2 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_POLL_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_POLL_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_NET_IF_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_TCP_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_GSSAPI_GSSAPI_H 1
# | #define HAVE_SECURITY_PAM_APPL_H 1
# | #define HAVE_UUID_UUID_H 1
# | #define PG_USE_INLINE 1
# | #define PG_PRINTF_ATTRIBUTE printf
# | #define FLEXIBLE_ARRAY_MEMBER /**/
# | #define HAVE_FUNCNAME__FUNC 1
# | #define HAVE__STATIC_ASSERT 1
# | #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# | #define HAVE__BUILTIN_BSWAP32 1
# | #define HAVE__BUILTIN_CONSTANT_P 1
# | #define HAVE__BUILTIN_UNREACHABLE 1
# | #define HAVE__VA_ARGS 1
# | #define HAVE_STRUCT_TM_TM_ZONE 1
# | #define HAVE_TM_ZONE 1
# | #define HAVE_TZNAME 1
# | #define HAVE_UNIX_SOCKETS 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# | #define HAVE_STRUCT_ADDRINFO 1
# | #define HAVE_INTPTR_T 1
# | #define HAVE_UINTPTR_T 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_LOCALE_T 1
# | #define HAVE_STRUCT_OPTION 1
# | #define SIZEOF_OFF_T 8
# | #define HAVE_INT_TIMEZONE 1
# | #define ACCEPT_TYPE_RETURN int
# | #define ACCEPT_TYPE_ARG1 int
# | #define ACCEPT_TYPE_ARG2 struct sockaddr *
# | #define ACCEPT_TYPE_ARG3 socklen_t
# | #define HAVE_CBRT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_POLL 1
# | #define HAVE_READLINK 1
# | #define HAVE_SETSID 1
# | #define HAVE_SHM_OPEN 1
# | #define HAVE_SIGPROCMASK 1
# | #define HAVE_SYMLINK 1
# | #define HAVE_SYNC_FILE_RANGE 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_WCSTOMBS 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_FSEEKO 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_POSIX_FADVISE 1
# | #define HAVE_DECL_FDATASYNC 1
# | #define HAVE_DECL_STRLCAT 1
# | #define HAVE_DECL_STRLCPY 1
# | #define HAVE_DECL_F_FULLFSYNC 0
# | #define HAVE_IPV6 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE_DECL_VSNPRINTF 1
# | #define HAVE_ISINF 1
# | #define HAVE_CRYPT 1
# | #define HAVE_GETOPT 1
# | #define HAVE_GETRUSAGE 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_MKDTEMP 1
# | #define HAVE_RANDOM 1
# | #define HAVE_RINT 1
# | #define HAVE_SRANDOM 1
# | #define HAVE_STRERROR 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_SIGSETJMP 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_INT_OPTERR 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOULL 1
# | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | #define HAVE_RL_RESET_SCREEN_SIZE 1
# | #define HAVE_APPEND_HISTORY 1
# | #define HAVE_HISTORY_TRUNCATE_FILE 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETPWUID_R 1
# | #define HAVE_GETHOSTBYNAME_R 1
# | #define HAVE_LONG_INT_64 1
# | #define PG_INT64_TYPE long int
# | #define INT64_MODIFIER "l"
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_LONG 8
# | #define USE_FLOAT4_BYVAL 1
# | #define FLOAT4PASSBYVAL true
# | #define USE_FLOAT8_BYVAL 1
# | #define FLOAT8PASSBYVAL true
# | #define ALIGNOF_SHORT 2
# | #define ALIGNOF_INT 4
# | #define ALIGNOF_LONG 8
# | #define ALIGNOF_DOUBLE 8
# | #define MAXIMUM_ALIGNOF 8
# | #define HAVE_SIG_ATOMIC_T 1
# | #define PG_INT128_TYPE __int128
# | #define HAVE_GCC__SYNC_CHAR_TAS 1
# | #define HAVE_GCC__SYNC_INT32_TAS 1
# | #define HAVE_GCC__SYNC_INT32_CAS 1
# | #define HAVE_GCC__SYNC_INT64_CAS 1
# | #define HAVE_GCC__ATOMIC_INT32_CAS 1
# | #define HAVE_GCC__ATOMIC_INT64_CAS 1
# | #define HAVE__GET_CPUID 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | #ifndef __SSE4_2__
# | #error __SSE4_2__ not defined
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:14474: checking which CRC-32C implementation to use
# configure:14489: result: SSE 4.2 with runtime check
# configure:14506: checking for POSIX signal interface
# configure:14526: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:14526: $? = 0
# configure:14534: result: yes
# configure:14612: checking for library containing bind_textdomain_codeset
# configure:14643: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:14643: $? = 0
# configure:14660: result: none required
# configure:14670: checking libintl.h usability
# configure:14670: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:14670: $? = 0
# configure:14670: result: yes
# configure:14670: checking libintl.h presence
# configure:14670: clang -E -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:14670: $? = 0
# configure:14670: result: yes
# configure:14670: checking for libintl.h
# configure:14670: result: yes
# configure:14682: checking for msgfmt
# configure:14698: found /usr/bin/msgfmt
# configure:14709: result: msgfmt
# configure:14723: checking for msgfmt flags
# configure:14732: result: -c
# configure:14740: checking for msgmerge
# configure:14756: found /usr/bin/msgmerge
# configure:14767: result: msgmerge
# configure:14782: checking for xgettext
# configure:14798: found /usr/bin/xgettext
# configure:14809: result: xgettext
# configure:14829: checking for tclsh
# configure:14847: found /usr/bin/tclsh
# configure:14859: result: /usr/bin/tclsh
# configure:14874: checking for tclConfig.sh
# configure:14899: result: /usr/lib/tclConfig.sh
# configure:14918: checking tcl.h usability
# configure:14918: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I/usr/include -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# configure:14918: $? = 0
# configure:14918: result: yes
# configure:14918: checking tcl.h presence
# configure:14918: clang -E -I/usr/include -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:14918: $? = 0
# configure:14918: result: yes
# configure:14918: checking for tcl.h
# configure:14918: result: yes
# configure:14933: checking for perl.h
# configure:14933: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/lib/perl5/core_perl/CORE conftest.c >&5
# configure:14933: $? = 0
# configure:14933: result: yes
# configure:14948: checking for libperl
# configure:14964: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/lib/perl5/core_perl/CORE conftest.c -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib -L/usr/lib/perl5/core_perl/CORE -lperl -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc >&5
# configure:14964: $? = 0
# configure:14965: result: yes
# configure:14982: checking Python.h usability
# configure:14982: clang -c -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -I/usr/include/python2.7 -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c >&5
# In file included from conftest.c:223:
# In file included from /usr/include/python2.7/Python.h:8:
# /usr/include/python2.7/pyconfig.h:1193:9: warning: '_POSIX_C_SOURCE' macro redefined [-Wmacro-redefined]
# #define _POSIX_C_SOURCE 200112L
# ^
# /usr/include/features.h:225:10: note: previous definition is here
# # define _POSIX_C_SOURCE 200809L
# ^
# In file included from conftest.c:223:
# In file included from /usr/include/python2.7/Python.h:8:
# /usr/include/python2.7/pyconfig.h:1215:9: warning: '_XOPEN_SOURCE' macro redefined [-Wmacro-redefined]
# #define _XOPEN_SOURCE 600
# ^
# /usr/include/features.h:166:10: note: previous definition is here
# # define _XOPEN_SOURCE 700
# ^
# 2 warnings generated.
# configure:14982: $? = 0
# configure:14982: result: yes
# configure:14982: checking Python.h presence
# configure:14982: clang -E -I/usr/include/python2.7 -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c
# configure:14982: $? = 0
# configure:14982: result: yes
# configure:14982: checking for Python.h
# configure:14982: result: yes
# configure:15000: checking for onsgmls
# configure:15030: result: no
# configure:15000: checking for nsgmls
# configure:15030: result: no
# configure:15042: checking for openjade
# configure:15072: result: no
# configure:15042: checking for jade
# configure:15072: result: no
# configure:15081: checking for DocBook V4.2
# configure:15110: result: no
# configure:15116: checking for DocBook stylesheets
# configure:15155: result: no
# configure:15164: checking for collateindex.pl
# configure:15197: result: no
# configure:15207: checking for dbtoepub
# configure:15237: result: no
# configure:15249: checking for xmllint
# configure:15265: found /usr/bin/xmllint
# configure:15276: result: xmllint
# configure:15291: checking for xsltproc
# configure:15307: found /usr/bin/xsltproc
# configure:15318: result: xsltproc
# configure:15333: checking for osx
# configure:15363: result: no
# configure:15333: checking for sgml2xml
# configure:15363: result: no
# configure:15333: checking for sx
# configure:15363: result: no
# configure:15434: checking thread safety of required library functions
# configure:15457: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DIN_CONFIGURE -D_GNU_SOURCE -I/usr/include/libxml2 conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm -lpthread >&5
# configure:15457: $? = 0
# configure:15457: ./conftest
# Your errno is thread-safe.
# Your system has sterror_r(); it does not need strerror().
# Your system has getpwuid_r(); it does not need getpwuid().
# Your system has getaddrinfo(); it does not need gethostbyname()
# or gethostbyname_r().
#
# Your platform is thread-safe.
# configure:15457: $? = 0
# configure:15458: result: yes
# configure:15571: checking whether clang supports -Wl,--as-needed
# configure:15592: clang -o conftest -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -D_GNU_SOURCE -I/usr/include/libxml2 -Wl,--as-needed conftest.c -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm >&5
# configure:15592: $? = 0
# configure:15592: ./conftest
# configure:15592: $? = 0
# configure:15603: result: yes
# configure:15642: using compiler=clang version 3.8.0 (tags/RELEASE_380/final)
# configure:15644: using CFLAGS=-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument
# configure:15646: using CPPFLAGS= -D_GNU_SOURCE -I/usr/include/libxml2
# configure:15648: using LDFLAGS= -Wl,--as-needed
# configure:15806: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by PostgreSQL config.status 9.5.3, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on e764dc93b88c
#
# config.status:1116: creating GNUmakefile
# config.status:1116: creating src/Makefile.global
# config.status:1116: creating src/include/pg_config.h
# config.status:1116: creating src/include/pg_config_ext.h
# config.status:1116: creating src/interfaces/ecpg/include/ecpg_config.h
# config.status:1323: linking src/backend/port/tas/dummy.s to src/backend/port/tas.s
# config.status:1323: linking src/backend/port/dynloader/linux.c to src/backend/port/dynloader.c
# config.status:1323: linking src/backend/port/sysv_sema.c to src/backend/port/pg_sema.c
# config.status:1323: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c
# config.status:1323: linking src/backend/port/unix_latch.c to src/backend/port/pg_latch.c
# config.status:1323: linking src/backend/port/dynloader/linux.h to src/include/dynloader.h
# config.status:1323: linking src/include/port/linux.h to src/include/pg_config_os.h
# config.status:1323: linking src/makefiles/Makefile.linux to src/Makefile.port
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_alignof_double=8
# ac_cv_alignof_int=4
# ac_cv_alignof_long=8
# ac_cv_alignof_short=2
# ac_cv_build=x86_64-pc-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_flexmember=yes
# ac_cv_c_inline=inline
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_DOCBOOKSTYLE_set=
# ac_cv_env_DOCBOOKSTYLE_value=
# ac_cv_env_LDFLAGS_EX_set=
# ac_cv_env_LDFLAGS_EX_value=
# ac_cv_env_LDFLAGS_SL_set=
# ac_cv_env_LDFLAGS_SL_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_SSL_get_current_compression=yes
# ac_cv_func_accept_arg1=int
# ac_cv_func_accept_arg2='struct sockaddr *'
# ac_cv_func_accept_arg3=socklen_t
# ac_cv_func_accept_return=int
# ac_cv_func_append_history=yes
# ac_cv_func_cbrt=yes
# ac_cv_func_crypt=yes
# ac_cv_func_dlopen=yes
# ac_cv_func_fdatasync=yes
# ac_cv_func_fls=no
# ac_cv_func_fseeko=yes
# ac_cv_func_getaddrinfo=yes
# ac_cv_func_gethostbyname_r=yes
# ac_cv_func_getifaddrs=yes
# ac_cv_func_getopt=yes
# ac_cv_func_getopt_long=yes
# ac_cv_func_getpeereid=no
# ac_cv_func_getpeerucred=no
# ac_cv_func_getpwuid_r=yes
# ac_cv_func_getrlimit=yes
# ac_cv_func_getrusage=yes
# ac_cv_func_history_truncate_file=yes
# ac_cv_func_inet_aton=yes
# ac_cv_func_isinf=yes
# ac_cv_func_mbstowcs_l=no
# ac_cv_func_memmove=yes
# ac_cv_func_mkdtemp=yes
# ac_cv_func_poll=yes
# ac_cv_func_posix_fadvise=yes
# ac_cv_func_pstat=no
# ac_cv_func_pthread_is_threaded_np=no
# ac_cv_func_random=yes
# ac_cv_func_readlink=yes
# ac_cv_func_rint=yes
# ac_cv_func_rl_completion_matches=yes
# ac_cv_func_rl_filename_completion_function=yes
# ac_cv_func_rl_reset_screen_size=yes
# ac_cv_func_setproctitle=no
# ac_cv_func_setsid=yes
# ac_cv_func_shm_open=yes
# ac_cv_func_sigprocmask=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_srandom=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strerror_r=yes
# ac_cv_func_strlcat=no
# ac_cv_func_strlcpy=no
# ac_cv_func_strtoll=yes
# ac_cv_func_strtoull=yes
# ac_cv_func_symlink=yes
# ac_cv_func_sync_file_range=yes
# ac_cv_func_syslog=yes
# ac_cv_func_towlower=yes
# ac_cv_func_unsetenv=yes
# ac_cv_func_utime=yes
# ac_cv_func_utimes=yes
# ac_cv_func_uuid_generate=no
# ac_cv_func_vsnprintf=yes
# ac_cv_func_wcstombs=yes
# ac_cv_func_wcstombs_l=no
# ac_cv_have_decl_F_FULLFSYNC=no
# ac_cv_have_decl_fdatasync=yes
# ac_cv_have_decl_posix_fadvise=yes
# ac_cv_have_decl_snprintf=yes
# ac_cv_have_decl_strlcat=yes
# ac_cv_have_decl_strlcpy=yes
# ac_cv_have_decl_sys_siglist=yes
# ac_cv_have_decl_vsnprintf=yes
# ac_cv_header_Python_h=yes
# ac_cv_header_atomic_h=no
# ac_cv_header_crypt_h=yes
# ac_cv_header_dld_h=no
# ac_cv_header_fp_class_h=no
# ac_cv_header_getopt_h=yes
# ac_cv_header_gssapi_gssapi_h=yes
# ac_cv_header_ieeefp_h=no
# ac_cv_header_ifaddrs_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_langinfo_h=yes
# ac_cv_header_libintl_h=yes
# ac_cv_header_libxml_parser_h=yes
# ac_cv_header_mbarrier_h=no
# ac_cv_header_memory_h=yes
# ac_cv_header_net_if_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_netinet_tcp_h=yes
# ac_cv_header_openssl_err_h=yes
# ac_cv_header_openssl_ssl_h=yes
# ac_cv_header_perl_h=yes
# ac_cv_header_poll_h=yes
# ac_cv_header_pthread_h=yes
# ac_cv_header_pwd_h=yes
# ac_cv_header_readline_history_h=yes
# ac_cv_header_readline_readline_h=yes
# ac_cv_header_security_pam_appl_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_ipc_h=yes
# ac_cv_header_sys_poll_h=yes
# ac_cv_header_sys_pstat_h=no
# ac_cv_header_sys_resource_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_sem_h=yes
# ac_cv_header_sys_shm_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_sockio_h=no
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_tas_h=no
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_ucred_h=no
# ac_cv_header_sys_un_h=yes
# ac_cv_header_syslog_h=yes
# ac_cv_header_tcl_h=yes
# ac_cv_header_termios_h=yes
# ac_cv_header_ucred_h=no
# ac_cv_header_unistd_h=yes
# ac_cv_header_utime_h=yes
# ac_cv_header_uuid_uuid_h=yes
# ac_cv_header_wchar_h=yes
# ac_cv_header_wctype_h=yes
# ac_cv_header_zlib_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_crypto_CRYPTO_new_ex_data=yes
# ac_cv_lib_m_main=yes
# ac_cv_lib_pam_pam_start=yes
# ac_cv_lib_ssl_SSL_library_init=yes
# ac_cv_lib_uuid_uuid_generate=yes
# ac_cv_lib_xml2_xmlSaveToBuffer=yes
# ac_cv_lib_z_inflate=yes
# ac_cv_member_struct_sockaddr_sa_len=no
# ac_cv_member_struct_sockaddr_storage___ss_family=no
# ac_cv_member_struct_sockaddr_storage___ss_len=no
# ac_cv_member_struct_sockaddr_storage_ss_family=yes
# ac_cv_member_struct_sockaddr_storage_ss_len=no
# ac_cv_member_struct_tm_tm_zone=yes
# ac_cv_objext=o
# ac_cv_path_BISON=/usr/bin/bison
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_LD=/usr/bin/ld
# ac_cv_path_PERL=/usr/bin/perl
# ac_cv_path_PYTHON=/usr/bin/python2
# ac_cv_path_TAR=/usr/bin/tar
# ac_cv_path_TCLSH=/usr/bin/tclsh
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_MSGFMT=msgfmt
# ac_cv_prog_MSGMERGE=msgmerge
# ac_cv_prog_XGETTEXT=xgettext
# ac_cv_prog_XML2_CONFIG=xml2-config
# ac_cv_prog_XMLLINT=xmllint
# ac_cv_prog_XSLTPROC=xsltproc
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_gnu_ld=yes
# ac_cv_search_bind_textdomain_codeset='none required'
# ac_cv_search_crypt=-lcrypt
# ac_cv_search_dlopen=-ldl
# ac_cv_search_fdatasync='none required'
# ac_cv_search_gethostbyname_r='none required'
# ac_cv_search_getopt_long='none required'
# ac_cv_search_gss_init_sec_context=-lgssapi_krb5
# ac_cv_search_sched_yield='none required'
# ac_cv_search_setproctitle=no
# ac_cv_search_shl_load=no
# ac_cv_search_shm_open=-lrt
# ac_cv_search_shm_unlink='none required'
# ac_cv_search_shmget='none required'
# ac_cv_search_socket='none required'
# ac_cv_sizeof_long=8
# ac_cv_sizeof_off_t=8
# ac_cv_sizeof_size_t=8
# ac_cv_sizeof_void_p=8
# ac_cv_struct_tm=time.h
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_sys_largefile_source=no
# ac_cv_type_int64=no
# ac_cv_type_int8=no
# ac_cv_type_intptr_t=yes
# ac_cv_type_long_long_int=yes
# ac_cv_type_sig_atomic_t=yes
# ac_cv_type_struct_addrinfo=yes
# ac_cv_type_struct_cmsgcred=no
# ac_cv_type_struct_option=yes
# ac_cv_type_struct_sockaddr_in6=yes
# ac_cv_type_struct_sockaddr_storage=yes
# ac_cv_type_struct_sockaddr_un=yes
# ac_cv_type_uint64=no
# ac_cv_type_uint8=no
# ac_cv_type_uintptr_t=yes
# ac_cv_type_union_semun=no
# ac_cv_type_unsigned_long_long_int=yes
# ac_cv_type_z_streamp=yes
# ac_cv_var_tzname=yes
# pgac_cv__128bit_int=yes
# pgac_cv__builtin_bswap32=yes
# pgac_cv__builtin_constant_p=yes
# pgac_cv__builtin_unreachable=yes
# pgac_cv__cpuid=no
# pgac_cv__get_cpuid=yes
# pgac_cv__static_assert=yes
# pgac_cv__types_compatible=yes
# pgac_cv__va_args=yes
# pgac_cv_c_inline_quietly=yes
# pgac_cv_c_signed=yes
# pgac_cv_check_docbook=no
# pgac_cv_check_readline=-lreadline
# pgac_cv_func_gettimeofday_1arg=no
# pgac_cv_func_posix_signals=yes
# pgac_cv_func_sigsetjmp=yes
# pgac_cv_func_strerror_r_int=no
# pgac_cv_func_wcstombs_l=no
# pgac_cv_funcname_func_support=yes
# pgac_cv_gcc_atomic_int32_cas=yes
# pgac_cv_gcc_atomic_int64_cas=yes
# pgac_cv_gcc_sync_char_tas=yes
# pgac_cv_gcc_sync_int32_cas=yes
# pgac_cv_gcc_sync_int32_tas=yes
# pgac_cv_gcc_sync_int64_cas=yes
# pgac_cv_msgfmt_flags=-c
# pgac_cv_path_flex=no
# pgac_cv_printf_archetype=printf
# pgac_cv_prog_cc_cflags__Wdeclaration_after_statement=yes
# pgac_cv_prog_cc_cflags__Wendif_labels=yes
# pgac_cv_prog_cc_cflags__Wformat_security=yes
# pgac_cv_prog_cc_cflags__Wmissing_format_attribute=yes
# pgac_cv_prog_cc_cflags__Wunused_command_line_argument=yes
# pgac_cv_prog_cc_cflags__fexcess_precision_standard=no
# pgac_cv_prog_cc_cflags__fno_strict_aliasing=yes
# pgac_cv_prog_cc_cflags__ftree_vectorize=yes
# pgac_cv_prog_cc_cflags__funroll_loops=yes
# pgac_cv_prog_cc_cflags__fwrapv=yes
# pgac_cv_prog_cc_ldflags__Wl___as_needed=yes
# pgac_cv_snprintf_arg_control=yes
# pgac_cv_snprintf_size_t_support=yes
# pgac_cv_sse42_crc32_intrinsics_=no
# pgac_cv_sse42_crc32_intrinsics__msse4_2=yes
# pgac_cv_type_locale_t=yes
# pgac_cv_type_long_int_64=yes
# pgac_cv_var_PS_STRINGS=no
# pgac_cv_var_int_opterr=yes
# pgac_cv_var_int_optreset=no
# pgac_cv_var_int_timezone=yes
# pgac_cv_var_rl_completion_append_character=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# AR='ar'
# AWK='gawk'
# BISON='/usr/bin/bison'
# BISONFLAGS=' -Wno-deprecated'
# CC='clang'
# CFLAGS='-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument '
# CFLAGS_SSE42='-msse4.2'
# CFLAGS_VECTOR=' -funroll-loops -ftree-vectorize'
# COLLATEINDEX=''
# CPP='clang -E'
# CPPFLAGS=' -D_GNU_SOURCE -I/usr/include/libxml2 '
# DBTOEPUB=''
# DEFS='-DHAVE_CONFIG_H'
# DLLTOOL=''
# DLLWRAP=''
# DOCBOOKSTYLE=''
# DTRACE=''
# DTRACEFLAGS=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# ELF_SYS='true'
# EXEEXT=''
# FLEX=''
# FLEXFLAGS=''
# GCC='yes'
# GCOV=''
# GENHTML=''
# GREP='/usr/bin/grep'
# HAVE_IPV6='yes'
# HAVE_POSIX_SIGNALS='yes'
# INCLUDES=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# JADE=''
# LCOV=''
# LD='/usr/bin/ld'
# LDAP_LIBS_BE=''
# LDAP_LIBS_FE=''
# LDFLAGS=' -Wl,--as-needed'
# LDFLAGS_EX=''
# LDFLAGS_SL=''
# LIBOBJS=' ${LIBOBJDIR}fls$U.o ${LIBOBJDIR}strlcat$U.o ${LIBOBJDIR}strlcpy$U.o ${LIBOBJDIR}getpeereid$U.o'
# LIBS='-lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lrt -lcrypt -ldl -lm '
# LN_S='ln -s'
# LTLIBOBJS=' ${LIBOBJDIR}fls$U.lo ${LIBOBJDIR}strlcat$U.lo ${LIBOBJDIR}strlcpy$U.lo ${LIBOBJDIR}getpeereid$U.lo'
# MKDIR_P='/usr/bin/mkdir -p'
# MSGFMT='msgfmt'
# MSGFMT_FLAGS='-c'
# MSGMERGE='msgmerge'
# NSGMLS=''
# OBJEXT='o'
# OSX=''
# PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
# PACKAGE_NAME='PostgreSQL'
# PACKAGE_STRING='PostgreSQL 9.5.3'
# PACKAGE_TARNAME='postgresql'
# PACKAGE_URL=''
# PACKAGE_VERSION='9.5.3'
# PATH_SEPARATOR=':'
# PERL='/usr/bin/perl'
# PG_CRC32C_OBJS='pg_crc32c_sse42.o pg_crc32c_sb8.o pg_crc32c_choose.o'
# PG_MAJORVERSION='9.5'
# PG_VERSION_NUM='90503'
# PORTNAME='linux'
# PROVE=''
# PTHREAD_CFLAGS=' -pthread -pthreads -mthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS'
# PTHREAD_LIBS=' -lpthread '
# PYTHON='/usr/bin/python2'
# RANLIB='ranlib'
# SHELL='/bin/sh'
# STRIP='strip'
# STRIP_SHARED_LIB='strip --strip-unneeded'
# STRIP_STATIC_LIB='strip -x'
# SUN_STUDIO_CC='no'
# TAR='/usr/bin/tar'
# TAS=''
# TCLSH='/usr/bin/tclsh'
# TCL_CONFIG_SH='/usr/lib/tclConfig.sh'
# TCL_INCLUDE_SPEC='-I/usr/include'
# TCL_LIBS='-ldl -lz -lpthread -lieee -lm'
# TCL_LIB_SPEC='-L/usr/lib -ltcl8.6'
# TCL_SHARED_BUILD='1'
# TCL_SHLIB_LD_LIBS='${LIBS}'
# UUID_EXTRA_OBJS='md5.o sha1.o'
# UUID_LIBS='-luuid'
# WANTED_LANGUAGES=''
# WINDRES=''
# XGETTEXT='xgettext'
# XML2_CONFIG='xml2-config'
# XMLLINT='xmllint'
# XSLTPROC='xsltproc'
# ZIC=''
# ac_ct_CC=''
# acx_pthread_config=''
# autodepend=''
# bindir='${exec_prefix}/bin'
# build='x86_64-pc-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='pc'
# configure_args=' '\''--host=x86_64-unknown-linux'\'' '\''--prefix=/usr'\'' '\''--mandir=/usr/share/man'\'' '\''--datadir=/usr/share/postgresql'\'' '\''--sysconfdir=/etc'\'' '\''--with-gssapi'\'' '\''--with-libxml'\'' '\''--with-openssl'\'' '\''--with-perl'\'' '\''--with-python'\'' '\''PYTHON=/usr/bin/python2'\'' '\''--with-tcl'\'' '\''--with-pam'\'' '\''--with-system-tzdata=/usr/share/zoneinfo'\'' '\''--with-uuid=e2fs'\'' '\''--enable-nls'\'' '\''--enable-thread-safety'\'' '\''host_alias=x86_64-unknown-linux'\'' '\''CC=clang'\'' '\''CFLAGS='\'' '\''LDFLAGS='\'' '\''CPPFLAGS='\'''
# datadir='/usr/share/postgresql'
# datarootdir='${prefix}/share'
# default_port='5432'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# enable_coverage='no'
# enable_debug='no'
# enable_dtrace='no'
# enable_nls='yes'
# enable_rpath='yes'
# enable_tap_tests='no'
# enable_thread_safety='yes'
# exec_prefix='${prefix}'
# have_docbook='no'
# have_win32_dbghelp='no'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_bin='/usr/bin/install -c'
# krb_srvtab='FILE:$(sysconfdir)/krb5.keytab'
# ld_R_works=''
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# perl_archlibexp='/usr/lib/perl5/core_perl'
# perl_embed_ldflags=' -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib -L/usr/lib/perl5/core_perl/CORE -lperl -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc'
# perl_privlibexp='/usr/share/perl5/core_perl'
# perl_useshrplib='true'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# python_additional_libs='-lpthread -ldl -lutil -lm'
# python_includespec='-I/usr/include/python2.7'
# python_libdir='/usr/lib'
# python_libspec='-L/usr/lib -lpython2.7'
# python_majorversion='2'
# python_version='2.7'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target_alias=''
# vpath_build='no'
# with_gnu_ld='yes'
# with_libxml='yes'
# with_libxslt='no'
# with_openssl='yes'
# with_perl='yes'
# with_python='yes'
# with_selinux='no'
# with_system_tzdata='/usr/share/zoneinfo'
# with_tcl='yes'
# with_uuid='e2fs'
# with_zlib='yes'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "PostgreSQL"
# #define PACKAGE_TARNAME "postgresql"
# #define PACKAGE_VERSION "9.5.3"
# #define PACKAGE_STRING "PostgreSQL 9.5.3"
# #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
# #define PACKAGE_URL ""
# #define PG_MAJORVERSION "9.5"
# #define PG_VERSION "9.5.3"
# #define USE_INTEGER_DATETIMES 1
# #define ENABLE_NLS 1
# #define DEF_PGPORT 5432
# #define DEF_PGPORT_STR "5432"
# #define BLCKSZ 8192
# #define RELSEG_SIZE 131072
# #define XLOG_BLCKSZ 8192
# #define XLOG_SEG_SIZE (16 * 1024 * 1024)
# #define ENABLE_THREAD_SAFETY 1
# #define ENABLE_GSS 1
# #define PG_KRB_SRVNAM "postgres"
# #define USE_PAM 1
# #define USE_OPENSSL 1
# #define HAVE_UUID_E2FS 1
# #define USE_LIBXML 1
# #define HAVE_LIBM 1
# #define HAVE_LIBREADLINE 1
# #define HAVE_LIBZ 1
# #define HAVE_SPINLOCKS 1
# #define HAVE_ATOMICS 1
# #define HAVE_LIBCRYPTO 1
# #define HAVE_LIBSSL 1
# #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
# #define HAVE_LIBPAM 1
# #define HAVE_LIBXML2 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_CRYPT_H 1
# #define HAVE_GETOPT_H 1
# #define HAVE_IFADDRS_H 1
# #define HAVE_LANGINFO_H 1
# #define HAVE_POLL_H 1
# #define HAVE_PWD_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_IPC_H 1
# #define HAVE_SYS_POLL_H 1
# #define HAVE_SYS_RESOURCE_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SEM_H 1
# #define HAVE_SYS_SHM_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_UN_H 1
# #define HAVE_TERMIOS_H 1
# #define HAVE_UTIME_H 1
# #define HAVE_WCHAR_H 1
# #define HAVE_WCTYPE_H 1
# #define HAVE_NET_IF_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_NETINET_TCP_H 1
# #define HAVE_READLINE_READLINE_H 1
# #define HAVE_READLINE_HISTORY_H 1
# #define HAVE_GSSAPI_GSSAPI_H 1
# #define HAVE_SECURITY_PAM_APPL_H 1
# #define HAVE_UUID_UUID_H 1
# #define PG_USE_INLINE 1
# #define PG_PRINTF_ATTRIBUTE printf
# #define FLEXIBLE_ARRAY_MEMBER /**/
# #define HAVE_FUNCNAME__FUNC 1
# #define HAVE__STATIC_ASSERT 1
# #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
# #define HAVE__BUILTIN_BSWAP32 1
# #define HAVE__BUILTIN_CONSTANT_P 1
# #define HAVE__BUILTIN_UNREACHABLE 1
# #define HAVE__VA_ARGS 1
# #define HAVE_STRUCT_TM_TM_ZONE 1
# #define HAVE_TM_ZONE 1
# #define HAVE_TZNAME 1
# #define HAVE_UNIX_SOCKETS 1
# #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
# #define HAVE_STRUCT_ADDRINFO 1
# #define HAVE_INTPTR_T 1
# #define HAVE_UINTPTR_T 1
# #define HAVE_UNSIGNED_LONG_LONG_INT 1
# #define HAVE_LONG_LONG_INT 1
# #define HAVE_LOCALE_T 1
# #define HAVE_STRUCT_OPTION 1
# #define SIZEOF_OFF_T 8
# #define HAVE_INT_TIMEZONE 1
# #define ACCEPT_TYPE_RETURN int
# #define ACCEPT_TYPE_ARG1 int
# #define ACCEPT_TYPE_ARG2 struct sockaddr *
# #define ACCEPT_TYPE_ARG3 socklen_t
# #define HAVE_CBRT 1
# #define HAVE_DLOPEN 1
# #define HAVE_FDATASYNC 1
# #define HAVE_GETIFADDRS 1
# #define HAVE_GETRLIMIT 1
# #define HAVE_MEMMOVE 1
# #define HAVE_POLL 1
# #define HAVE_READLINK 1
# #define HAVE_SETSID 1
# #define HAVE_SHM_OPEN 1
# #define HAVE_SIGPROCMASK 1
# #define HAVE_SYMLINK 1
# #define HAVE_SYNC_FILE_RANGE 1
# #define HAVE_TOWLOWER 1
# #define HAVE_UTIME 1
# #define HAVE_UTIMES 1
# #define HAVE_WCSTOMBS 1
# #define HAVE_FSEEKO 1
# #define HAVE_FSEEKO 1
# #define HAVE_POSIX_FADVISE 1
# #define HAVE_DECL_POSIX_FADVISE 1
# #define HAVE_DECL_FDATASYNC 1
# #define HAVE_DECL_STRLCAT 1
# #define HAVE_DECL_STRLCPY 1
# #define HAVE_DECL_F_FULLFSYNC 0
# #define HAVE_IPV6 1
# #define HAVE_SNPRINTF 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_DECL_SNPRINTF 1
# #define HAVE_DECL_VSNPRINTF 1
# #define HAVE_ISINF 1
# #define HAVE_CRYPT 1
# #define HAVE_GETOPT 1
# #define HAVE_GETRUSAGE 1
# #define HAVE_INET_ATON 1
# #define HAVE_MKDTEMP 1
# #define HAVE_RANDOM 1
# #define HAVE_RINT 1
# #define HAVE_SRANDOM 1
# #define HAVE_STRERROR 1
# #define HAVE_UNSETENV 1
# #define HAVE_GETADDRINFO 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_SIGSETJMP 1
# #define HAVE_DECL_SYS_SIGLIST 1
# #define HAVE_SYSLOG 1
# #define HAVE_INT_OPTERR 1
# #define HAVE_STRTOLL 1
# #define HAVE_STRTOULL 1
# #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
# #define HAVE_RL_COMPLETION_MATCHES 1
# #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# #define HAVE_RL_RESET_SCREEN_SIZE 1
# #define HAVE_APPEND_HISTORY 1
# #define HAVE_HISTORY_TRUNCATE_FILE 1
# #define HAVE_STRERROR_R 1
# #define HAVE_GETPWUID_R 1
# #define HAVE_GETHOSTBYNAME_R 1
# #define HAVE_LONG_INT_64 1
# #define PG_INT64_TYPE long int
# #define INT64_MODIFIER "l"
# #define SIZEOF_VOID_P 8
# #define SIZEOF_SIZE_T 8
# #define SIZEOF_LONG 8
# #define USE_FLOAT4_BYVAL 1
# #define FLOAT4PASSBYVAL true
# #define USE_FLOAT8_BYVAL 1
# #define FLOAT8PASSBYVAL true
# #define ALIGNOF_SHORT 2
# #define ALIGNOF_INT 4
# #define ALIGNOF_LONG 8
# #define ALIGNOF_DOUBLE 8
# #define MAXIMUM_ALIGNOF 8
# #define HAVE_SIG_ATOMIC_T 1
# #define PG_INT128_TYPE __int128
# #define HAVE_GCC__SYNC_CHAR_TAS 1
# #define HAVE_GCC__SYNC_INT32_TAS 1
# #define HAVE_GCC__SYNC_INT32_CAS 1
# #define HAVE_GCC__SYNC_INT64_CAS 1
# #define HAVE_GCC__ATOMIC_INT32_CAS 1
# #define HAVE_GCC__ATOMIC_INT64_CAS 1
# #define HAVE__GET_CPUID 1
# #define USE_SSE42_CRC32C_WITH_RUNTIME_CHECK 1
# #define HAVE_POSIX_SIGNALS 1
# #define USE_SYSV_SEMAPHORES 1
# #define USE_SYSV_SHARED_MEMORY 1
# #define MEMSET_LOOP_LIMIT 1024
# #define PG_VERSION_STR "PostgreSQL 9.5.3 on x86_64-unknown-linux-gnu, compiled by clang version 3.8.0 (tags/RELEASE_380/final), 64-bit"
# #define PG_VERSION_NUM 90503
#
# configure: exit 0