=> Bootstrap dependency digest>=20010302: found digest-20121220 => Checksum SHA1 OK for postgresql-9.0.17.tar.bz2 => Checksum RMD160 OK for postgresql-9.0.17.tar.bz2 ===> Installing dependencies for postgresql90-client-9.0.17 ========================================================================== The supported build options for postgresql90-client are: bonjour dtrace gssapi kerberos ldap pam xml You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.postgresql90 (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, postgresql90-client-9.0.17. Their current value is shown below: * PGSQL_BLCKSZ (not defined) * PGSQL_THREAD_SAFETY = no * READLINE_DEFAULT = editline * SSLBASE (defined) * SSLCERTS = /usr/pkg/etc/openssl/certs * SSLDIR = /usr/pkg/etc/openssl * SSLKEYS = /usr/pkg/etc/openssl/private Based on these variables, the following variables have been set: * READLINE_TYPE = editline * TERMCAP_TYPE = termcap You may want to abort the process now with CTRL-C and change their value before continuing. Be sure to run `/usr/pkg/bin/bmake clean' after the changes. ========================================================================== => Tool dependency bison>=1.0: found bison-3.0.2 => Tool dependency gmake>=3.81: found gmake-4.0 => Tool dependency gettext-tools>=0.15: found gettext-tools-0.18.3.2 => Full dependency gettext-lib>=0.18: found gettext-lib-0.18.3.2 => Full dependency openssl>=1.0.1c: found openssl-1.0.1g ===> Overriding tools for postgresql90-client-9.0.17 ===> Extracting for postgresql90-client-9.0.17 touch /usr/pkgsrc/work/databases/postgresql90-client/work/postgresql-9.0.17/src/template/dragonfly cp /usr/pkgsrc/work/databases/postgresql90-client/work/postgresql-9.0.17/src/backend/port/dynloader/freebsd.c /usr/pkgsrc/work/databases/postgresql90-client/work/postgresql-9.0.17/src/backend/port/dynloader/dragonfly.c cp /usr/pkgsrc/work/databases/postgresql90-client/work/postgresql-9.0.17/src/backend/port/dynloader/freebsd.h /usr/pkgsrc/work/databases/postgresql90-client/work/postgresql-9.0.17/src/backend/port/dynloader/dragonfly.h cp /usr/pkgsrc/work/databases/postgresql90-client/work/postgresql-9.0.17/src/include/port/freebsd.h /usr/pkgsrc/work/databases/postgresql90-client/work/postgresql-9.0.17/src/include/port/dragonfly.h cp /usr/pkgsrc/work/databases/postgresql90-client/work/postgresql-9.0.17/src/makefiles/Makefile.freebsd /usr/pkgsrc/work/databases/postgresql90-client/work/postgresql-9.0.17/src/makefiles/Makefile.dragonfly ===> Patching for postgresql90-client-9.0.17 => Applying pkgsrc patches for postgresql90-client-9.0.17 ===> Creating toolchain wrappers for postgresql90-client-9.0.17 ===> Configuring for postgresql90-client-9.0.17 => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version => Fixing locale directory references. configure: WARNING: unrecognized options: --with-libintl-prefix checking build system type... i386-elf32-minix checking host system type... i386-elf32-minix checking which template to use... netbsd 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 i386-elf32-minix-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking if cc supports -Wdeclaration-after-statement... yes checking if cc supports -Wendif-labels... yes checking if cc supports -fno-strict-aliasing... yes checking if cc supports -fwrapv... yes checking if cc supports -fexcess-precision=standard... no checking if cc supports -fno-aggressive-loop-optimizations... no checking whether the C compiler still works... yes checking how to run the C preprocessor... cc -E checking allow thread-safe client libraries... yes checking whether to build with Tcl... no checking whether to build Perl modules... no checking whether to build Python modules... no checking whether to build with GSSAPI support... no checking whether to build with Kerberos 5 support... no checking whether to build with PAM support... no 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 for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for i386-elf32-minix-ranlib... no checking for ranlib... ranlib checking for i386-elf32-minix-strip... no checking for strip... strip checking whether it is possible to strip libraries... yes checking for i386-elf32-minix-ar... no checking for ar... ar checking for tar... /bin/tar checking whether ln -s works... yes checking for gawk... /usr/bin/awk checking for a thread-safe mkdir -p... config/install-sh -c -d configure: using bison (GNU Bison) 3.0.2 checking for flex... /usr/pkgsrc/work/databases/postgresql90-client/work/.tools/bin/lex configure: using lex 2.5.37 checking for perl... /usr/pkgsrc/work/databases/postgresql90-client/work/.tools/bin/perl configure: using perl configure: WARNING: *** The installed version of Perl, /usr/pkgsrc/work/databases/postgresql90-client/work/.tools/bin/perl, is too old to use with PostgreSQL. *** Perl version 5.8 or later is required, but this is . configure: WARNING: *** Without Perl you will not be able to build PostgreSQL from Git. *** You can obtain Perl from any CPAN mirror site. *** (If you are using the official distribution of PostgreSQL then you do not *** need to worry about this, because the Perl output is pre-generated.) checking for main in -lm... yes checking for library containing setproctitle... no checking for library containing dlopen... none required checking for library containing socket... none required checking for library containing shl_load... no checking for library containing getopt_long... none required checking for library containing crypt... -lcrypt checking for library containing fdatasync... no checking for library containing gethostbyname_r... none required checking for library containing shmget... none required checking for -lreadline... yes (-lreadline) checking for inflate in -lz... yes checking for CRYPTO_new_ex_data in -lcrypto... yes checking for SSL_library_init in -lssl... yes checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking crypt.h usability... no checking crypt.h presence... no checking for crypt.h... no checking dld.h usability... no checking dld.h presence... no checking for dld.h... no checking fp_class.h usability... no checking fp_class.h presence... no checking for fp_class.h... no checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking ieeefp.h usability... yes checking ieeefp.h presence... yes checking for ieeefp.h... yes checking ifaddrs.h usability... yes checking ifaddrs.h presence... yes checking for ifaddrs.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/pstat.h usability... no checking sys/pstat.h presence... no checking for sys/pstat.h... no checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/sem.h usability... yes checking sys/sem.h presence... yes checking for sys/sem.h... yes checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/sockio.h usability... yes checking sys/sockio.h presence... yes checking for sys/sockio.h... yes checking sys/tas.h usability... no checking sys/tas.h presence... no checking for sys/tas.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking ucred.h usability... no checking ucred.h presence... no checking for ucred.h... no checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking kernel/OS.h usability... no checking kernel/OS.h presence... no checking for kernel/OS.h... no checking kernel/image.h usability... no checking kernel/image.h presence... no checking for kernel/image.h... no checking SupportDefs.h usability... no checking SupportDefs.h presence... no checking for SupportDefs.h... no checking for net/if.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for netinet/tcp.h... yes checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking readline/history.h usability... yes checking readline/history.h presence... yes checking for readline/history.h... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking openssl/err.h usability... yes checking openssl/err.h presence... yes checking for openssl/err.h... yes checking for ERR_set_mark... yes checking whether byte ordering is bigendian... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for quiet inline (no complaint if unreferenced)... no checking for preprocessor stringizing operator... yes checking for signed types... yes checking for working volatile... yes checking for __func__... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for tzname... yes checking for union semun... 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... yes checking for struct sockaddr_storage.__ss_len... no checking for struct sockaddr.sa_len... yes checking for struct addrinfo... yes checking for intptr_t... yes checking for uintptr_t... yes checking for long long int... yes checking for struct cmsgcred... no checking for struct fcred... no checking for struct sockcred... yes 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 *, size_t * checking whether gettimeofday takes only one argument... no checking for cbrt... yes checking for dlopen... yes checking for fcvt... no checking for fdatasync... no checking for getifaddrs... yes checking for getpeereid... yes checking for getpeerucred... no checking for getrlimit... yes checking for memmove... yes checking for poll... yes checking for pstat... no checking for readlink... yes checking for scandir... yes checking for setproctitle... no checking for setsid... yes checking for sigprocmask... yes checking for symlink... yes checking for sysconf... yes checking for towlower... yes checking for utime... yes checking for utimes... yes checking for waitpid... yes checking for wcstombs... yes checking for fseeko... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for posix_fadvise... no checking whether posix_fadvise is declared... yes checking whether fdatasync is declared... no 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 erand48... yes checking for getopt... yes checking for getrusage... yes checking for inet_aton... yes checking for random... yes checking for rint... yes checking for srandom... yes checking for strdup... yes checking for strerror... yes checking for strlcat... yes checking for strlcpy... yes checking for strtol... yes checking for strtoul... yes checking for unsetenv... yes checking for getaddrinfo... yes checking for getopt_long... yes checking for sigsetjmp... yes checking whether sys_siglist is declared... yes checking for syslog... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for opterr... yes checking for optreset... yes checking for strtoll... yes checking for strtoull... yes checking for atexit... yes checking for builtin locking functions... yes checking for rl_completion_append_character... yes checking for rl_completion_matches... yes checking for rl_filename_completion_function... yes checking for append_history... no 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... no checking whether pthreads work with -pthreads... no checking whether pthreads work with -mthreads... no checking for the pthreads library -lpthread... no checking whether pthreads work with --thread-safe... no checking whether pthreads work with -mt... no checking for pthread-config... yes no checking for the pthreads library -lpthreadGC2... no checking pthread.h usability... no checking pthread.h presence... no checking for pthread.h... no configure: error: pthread.h not found; use --disable-thread-safety to disable thread safety *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/databases/postgresql90-client WARNING: Please add USE_TOOLS+=perl to the package Makefile. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/databases/postgresql90-client