=> Bootstrap dependency digest>=20010302: found digest-20160304
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
=> Checksum SHA1 OK for trafficserver-7.1.1.tar.bz2
=> Checksum RMD160 OK for trafficserver-7.1.1.tar.bz2
=> Checksum SHA512 OK for trafficserver-7.1.1.tar.bz2
===> Installing dependencies for trafficserver-7.1.1
==========================================================================
The supported build options for trafficserver are:

	wccp

You can select which build options to use by setting PKG_DEFAULT_OPTIONS
or the following variable.  Its current value is shown:

	PKG_OPTIONS.trafficserver (not defined)

==========================================================================
==========================================================================
The following variables will affect the build process of this package,
trafficserver-7.1.1.  Their current value is shown below:

        * CURSES_DEFAULT = curses
        * KRB5_DEFAULT = heimdal
        * PYTHON_VERSION_DEFAULT = 27
        * SSLBASE = /usr
        * SSLCERTS = /etc/openssl/certs
        * SSLDIR = /etc/openssl
        * SSLKEYS = /etc/openssl/private

Based on these variables, the following variables have been set:

        * CURSES_TYPE = curses
        * KRB5BASE (defined, but empty)
        * KRB5_TYPE = heimdal
        * PYPACKAGE = python27

You may want to abort the process now with CTRL-C and change their value
before continuing.  Be sure to run `/usr/bin/make clean' after
the changes.
==========================================================================
=> Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6
=> Tool dependency gmake>=3.81: found gmake-4.1nb3
=> Tool dependency pkgconf-[0-9]*: found pkgconf-1.3.5
=> Tool dependency checkperms>=1.1: found checkperms-1.11nb1
=> Build dependency py27-sphinx-[0-9]*: found py27-sphinx-1.6.5
=> Build dependency python27>=2.7.1nb2: found python27-2.7.14
=> Build dependency cwrappers>=20150314: found cwrappers-20171108
=> Full dependency bash-[0-9]*: found bash-4.4.012
=> Full dependency perl>=5.26.0<5.28.0: found perl-5.26.1nb1
=> Full dependency pcre>=8.30nb1: found pcre-8.41
=> Full dependency tcl>=8.6.1nb1: found tcl-8.6.7nb2
=> Full dependency GeoIP>=1.3.4nb1: found GeoIP-1.6.9
=> Full dependency curl>=7.55.1nb1: found curl-7.57.0
===> Overriding tools for trafficserver-7.1.1
===> Extracting for trafficserver-7.1.1
===> Patching for trafficserver-7.1.1
=> Applying pkgsrc patches for trafficserver-7.1.1
=> Verifying /data/pkgsrc/www/trafficserver/patches/patch-cmd_traffic__wccp_wccp__client.cc
=> Applying pkgsrc patch /data/pkgsrc/www/trafficserver/patches/patch-cmd_traffic__wccp_wccp__client.cc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-cmd_traffic__wccp_wccp__client.cc,v 1.1 2017/08/17 14:57:09 fhajny Exp $
|
|Use getopt_long for better portability, same as the rest of the code.
|
|--- cmd/traffic_wccp/wccp_client.cc.orig	2017-07-18 06:25:04.000000000 +0000
|+++ cmd/traffic_wccp/wccp_client.cc
--------------------------
Patching file cmd/traffic_wccp/wccp_client.cc using Plan A...
Hunk #1 succeeded at 141.
done
=> Verifying /data/pkgsrc/www/trafficserver/patches/patch-configure
=> Applying pkgsrc patch /data/pkgsrc/www/trafficserver/patches/patch-configure
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-configure,v 1.1 2017/08/17 14:57:09 fhajny Exp $
|
|Portability.
|
|--- configure.orig	2017-07-18 06:25:04.000000000 +0000
|+++ configure
--------------------------
Patching file configure using Plan A...
Hunk #1 succeeded at 4741 (offset -1 lines).
Hunk #2 succeeded at 4758 (offset -1 lines).
Hunk #3 succeeded at 22284 (offset -28 lines).
Hunk #4 succeeded at 26017 (offset -1 lines).
Hunk #5 succeeded at 26975 (offset -28 lines).
done
=> Verifying /data/pkgsrc/www/trafficserver/patches/patch-lib_ts_MemView.h
=> Applying pkgsrc patch /data/pkgsrc/www/trafficserver/patches/patch-lib_ts_MemView.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-lib_ts_MemView.h,v 1.1 2017/08/17 14:57:09 fhajny Exp $
|
|--- lib/ts/MemView.h.orig	2017-07-18 06:25:04.000000000 +0000
|+++ lib/ts/MemView.h
--------------------------
Patching file lib/ts/MemView.h using Plan A...
Hunk #1 succeeded at 33.
done
=> Verifying /data/pkgsrc/www/trafficserver/patches/patch-lib_wccp_wccp-test-router.cc
=> Applying pkgsrc patch /data/pkgsrc/www/trafficserver/patches/patch-lib_wccp_wccp-test-router.cc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-lib_wccp_wccp-test-router.cc,v 1.1 2017/08/17 14:57:09 fhajny Exp $
|
|Use getopt_long for better portability, same as the rest of the code.
|
|--- lib/wccp/wccp-test-router.cc.orig	2015-06-30 04:11:56.000000000 +0000
|+++ lib/wccp/wccp-test-router.cc
--------------------------
Patching file lib/wccp/wccp-test-router.cc using Plan A...
Hunk #1 succeeded at 83 (offset 2 lines).
done
=> Verifying /data/pkgsrc/www/trafficserver/patches/patch-proxy_Makefile.in
=> Applying pkgsrc patch /data/pkgsrc/www/trafficserver/patches/patch-proxy_Makefile.in
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-proxy_Makefile.in,v 1.1 2017/08/17 14:57:09 fhajny Exp $
|
|Do not tinker with ownership for volatile data.
|
|--- proxy/Makefile.in.orig	2015-06-30 04:11:56.000000000 +0000
|+++ proxy/Makefile.in
--------------------------
Patching file proxy/Makefile.in using Plan A...
Hunk #1 succeeded at 1656 (offset -91 lines).
done
=> Verifying /data/pkgsrc/www/trafficserver/patches/patch-proxy_config_Makefile.in
=> Applying pkgsrc patch /data/pkgsrc/www/trafficserver/patches/patch-proxy_config_Makefile.in
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-proxy_config_Makefile.in,v 1.1 2017/08/17 14:57:09 fhajny Exp $
|
|Do not create copies of config files.
|
|--- proxy/config/Makefile.in.orig	2015-06-30 04:11:56.000000000 +0000
|+++ proxy/config/Makefile.in
--------------------------
Patching file proxy/config/Makefile.in using Plan A...
Hunk #1 succeeded at 934 (offset 13 lines).
done
=> Verifying /data/pkgsrc/www/trafficserver/patches/patch-rc_traffixserver.ml.in
=> Applying pkgsrc patch /data/pkgsrc/www/trafficserver/patches/patch-rc_traffixserver.ml.in
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-rc_traffixserver.ml.in,v 1.1 2017/08/17 14:57:09 fhajny Exp $
|
|Use standard SMF prefix.
|
|--- rc/trafficserver.xml.in.orig	2015-06-30 04:11:56.000000000 +0000
|+++ rc/trafficserver.xml.in
--------------------------
Patching file rc/trafficserver.xml.in using Plan A...
Hunk #1 succeeded at 25.
done
===> Creating toolchain wrappers for trafficserver-7.1.1
===> Configuring for trafficserver-7.1.1
=> Generating pkg-config file for builtin expat package.
=> 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
=> Replacing bash interpreter in tools/tsxs.in.
=> Replacing Perl interpreter in tools/tspush.
=> Adding run-time search paths to pkg-config files.
INFO: [subst.mk:_pkgconfig] Nothing changed in ./tools/trafficserver.pc.in.
=> Checking for portability problems in extracted files
configure: WARNING: unrecognized options: --enable-cppapi, --enable-luajit, --with-expat, --with-xml
checking for a BSD-compatible install... /usr/bin/install -c -o pbulkXXX -g users
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build/_aux/install-sh -c -d
checking for gawk... /usr/bin/awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '100' is supported by ustar format... yes
checking how to create a ustar tar archive... plaintar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking for chosen layout... TrafficServer
checking build system type... x86_64--netbsd
checking host system type... x86_64--netbsd
id: trafserv: No such user
checking whether to enable debugging... no
checking whether to enable mime sanity check... no
checking whether to code coverage... no
checking whether to enable -Werror... no
checking whether to enable asan... no
checking whether to enable tsan... no
checking whether to enable fast SDK APIs... no
checking whether to enable CURL... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for curl-config... /usr/pkg/bin/curl-config
checking for curl (libcurl 7.57.0) >= 7.19... yes
checking whether to enable diags... yes
checking whether to enable regression tests... yes
checking whether to build documentation... no
checking whether to commit cov defects to remote host... localhost
checking whether to enable WCCP v2 support... no
checking whether to enable profiler... no
checking whether to enable eventfd()... yes
checking whether to use POSIX capabilities... auto
checking whether to use hwloc library... yes
checking whether to enable ccache... no
checking whether to enable hardening of the executables... no
checking whether to enable SSLv3 config for origin connections... no
checking whether to enable TPROXY based transparency... auto
checking for style of include used by make... GNU
checking for x86_64--netbsd-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 understands -c and -o together... yes
checking dependency style of clang... gcc3
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
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 brotli/encode.h usability... no
checking brotli/encode.h presence... no
checking for brotli/encode.h... no
checking for BrotliEncoderCreateInstance in -lbrotlienc... no
checking whether to enable experimental plugins... no
checking pkg-config is at least version 0.9.0... yes
checking for LIBMEMCACHED... no
checking for LIBMAGICKCPP... no
checking whether to install example plugins... no
checking whether to install testing tools... no
checking whether to allow 32-bit builds... no
checking for x86_64--netbsd-cc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking whether clang understands -c and -o together... (cached) yes
checking dependency style of clang... (cached) gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking dependency style of clang++... gcc3
checking how to run the C preprocessor... clang -E
checking how to run the C++ preprocessor... clang++ -E
checking dependency style of clang... gcc3
checking for C compiler vendor... clang
checking for x86_64--netbsd-ar... no
checking for x86_64--netbsd-lib... no
checking for x86_64--netbsd-link... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking for gawk... (cached) /usr/bin/awk
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking whether ln -s works... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... (cached) 262144
checking how to convert x86_64--netbsd file names to x86_64--netbsd format... func_convert_file_noop
checking how to convert x86_64--netbsd file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64--netbsd-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so|_pic\.a)$
checking for x86_64--netbsd-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64--netbsd-ar... ar
checking for archiver @FILE support... @
checking for x86_64--netbsd-strip... no
checking for strip... strip
checking for x86_64--netbsd-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for x86_64--netbsd-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... yes
checking if clang supports -c -o file.o... rm: conftest*: No such file or directory
yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... rm: conftest*: No such file or directory
no
checking dynamic linker characteristics... NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... clang++ -E
checking for ld used by clang++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the clang++ linker (/usr/bin/ld) supports shared libraries... yes
checking for clang++ option to produce PIC... -fPIC -DPIC
checking if clang++ PIC flag -fPIC -DPIC works... yes
checking if clang++ static flag -static works... yes
checking if clang++ supports -c -o file.o... rm: conftest*: No such file or directory
yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking for rm... /bin/rm
checking for cpp... cpp
checking for x86_64--netbsd-ar... (cached) ar
checking for library containing strerror... none required
checking whether /usr/pkg/bin/python2.7 version is >= 2.4... yes
checking for /usr/pkg/bin/python2.7 version... 2.7
checking for /usr/pkg/bin/python2.7 platform... netbsd8
checking for /usr/pkg/bin/python2.7 script directory... ${prefix}/lib/python2.7/site-packages
checking for /usr/pkg/bin/python2.7 extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking for sphinx version >= 1.2...  Found Sphinx version (1, 6, 5, 'final', 0)
checking for sphinx.writers.manpage...  yes
checking for sphinx-build... sphinx-build2.7
checking for clang-tidy... false
checking whether to build man pages... yes
checking for bison... no
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for doxygen... no
checking for perl... /usr/pkg/bin/perl
checking for perl module ExtUtils::MakeMaker... ok
checking checking whether to auto-set compiler optimization flags... no
checking size of void*... 8
configure: Build for host OS: netbsd, arch: x86_64, optimization: unknown
checking for library containing exc_capture_context... no
checking for library containing MLD_demangle_string... no
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for library containing clock_gettime... none required
checking for library containing clock_gettime... (cached) none required
checking for library containing dlsym... none required
checking for library containing pthread_yield... no
checking for res_init in -lresolv... yes
checking for __putlong in -lresolv... yes
checking for ncursesw via pkg-config... no
checking for ncursesw via fallback... 
checking for initscr() with -lncursesw... no
checking for ncurses via pkg-config... no
checking for ncurses via fallback... 
checking for initscr() with -lncurses... no
checking for Curses library... yes
checking for working curses.h... yes
checking for X/Open Enhanced Curses conformance... no
checking for Curses color functions... yes
checking for obsolete Curses functions... yes
checking for crypt in -lcrypt... yes
checking for pkg-config... /data/scratch/www/trafficserver/work/.tools/bin/pkg-config
checking whether compiling and linking against OpenSSL works... yes
checking for SSL_CTX_set_next_protos_advertised_cb... yes
checking for SSL_CTX_set_next_proto_select_cb... yes
checking for SSL_select_next_proto... yes
checking for SSL_get0_next_proto_negotiated... yes
checking whether to enable Next Protocol Negotiation TLS extension support... yes
checking for SSL_CTX_set_alpn_protos... yes
checking for SSL_CTX_set_alpn_select_cb... yes
checking for SSL_get0_alpn_selected... yes
checking for SSL_select_next_proto... (cached) yes
checking whether to enable Application Layer Protocol Negotiation TLS extension support... yes
checking openssl/ec.h usability... yes
checking openssl/ec.h presence... yes
checking for openssl/ec.h... yes
checking for EC_KEY_new_by_curve_name... yes
checking whether EC keys are supported... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/ts.h usability... yes
checking openssl/ts.h presence... yes
checking for openssl/ts.h... yes
checking for openssl/tls1.h... yes
checking for SSL_CTX_set_tlsext_servername_callback... yes
checking for SSL_get_servername... yes
checking whether to enable ServerNameIndication TLS extension support... yes
checking for SSL_CTX_set_cert_cb... yes
checking whether to enable TLS certificate callback support... yes
checking for SSL_set0_rbio... no
checking whether to enable set rbio... no
checking for DH_get_2048_256... yes
checking whether to enable DH_get_2048_256... yes
checking for BIO_meth_new... no
checking for BIO_sock_non_fatal_error... yes
checking for CRYPTO_set_mem_functions... yes
checking for HMAC_CTX_new... no
checking for X509_get0_signature... yes
checking for ASN1_STRING_get0_data... no
checking for BIO_set_data... no
checking for BIO_get_data... no
checking for BIO_get_shutdown... no
checking for BIO_meth_get_ctrl... no
checking for BIO_meth_get_create... no
checking for BIO_meth_get_destroy... no
checking for EVP_MD_CTX_new... no
checking for EVP_MD_CTX_reset... no
checking for EVP_MD_CTX_free... no
checking for zlib location... /usr
checking for compressBound in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for lzma location... /usr
checking for lzma_code in -llzma... yes
checking lzma.h usability... yes
checking lzma.h presence... yes
checking for lzma.h... yes
checking for Tcl configuration... found /usr/pkg/lib/tclConfig.sh
checking for existence of /usr/pkg/lib/tclConfig.sh... loading
checking for clock_gettime... yes
checking for kqueue... yes
checking for epoll_ctl... no
checking for posix_memalign... yes
checking for posix_fadvise... yes
checking for posix_madvise... yes
checking for posix_fallocate... yes
checking for inotify_init... no
checking for lrand48_r... no
checking for srand48_r... no
checking for port_create... no
checking for strlcpy... yes
checking for strlcat... yes
checking for sysconf... yes
checking for sysctlbyname... yes
checking for getpagesize... yes
checking for getreuid... no
checking for getresuid... no
checking for getresgid... no
checking for setreuid... yes
checking for setresuid... no
checking for getpeereid... yes
checking for getpeerucred... no
checking for strsignal... yes
checking for psignal... yes
checking for psiginfo... yes
checking for accept4... yes
checking sys/eventfd.h usability... no
checking sys/eventfd.h presence... no
checking for sys/eventfd.h... no
checking for eventfd... no
checking mcheck.h usability... no
checking mcheck.h presence... no
checking for mcheck.h... no
checking for mcheck_pedantic... no
checking for malloc_usable_size... no
checking for pcre-config... pcre-config
checking for pcre headers in /usr/pkg/include... test: -Wl,-R/usr/pkg/lib: unexpected operator
not found
configure: adding /usr/pkg/lib -Wl,-R/usr/pkg/lib  to RPATH
checking for pcre_exec in -lpcre... yes
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
checking pcre/pcre.h usability... no
checking pcre/pcre.h presence... no
checking for pcre/pcre.h... no
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for library containing backtrace... none required
configure: Using kqueue event interface
checking for 128bit CAS support... yes
checking for cap_set_proc in -lcap... no
checking whether to enable Linux native AIO... no
checking for HWLOC... no
configure: WARNING: hwloc not found, try --disable-hwloc
checking GeoIP.h usability... yes
checking GeoIP.h presence... yes
checking for GeoIP.h... yes
checking for GeoIP_new in -lGeoIP... yes
checking for a readline compatible library... -ledit
checking readline.h usability... no
checking readline.h presence... no
checking for readline.h... no
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking whether readline supports history... yes
checking history.h usability... no
checking history.h presence... no
checking for history.h... no
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking mysql/mysql.h usability... no
checking mysql/mysql.h presence... no
checking for mysql/mysql.h... no
checking for mysql_info in -lmysqlclient... no
checking kclangc.h usability... no
checking kclangc.h presence... no
checking for kclangc.h... no
checking for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/epoll.h usability... no
checking sys/epoll.h presence... no
checking for sys/epoll.h... no
checking sys/event.h usability... yes
checking sys/event.h presence... yes
checking for sys/event.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/pset.h usability... yes
checking sys/pset.h presence... yes
checking for sys/pset.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pthread_np.h usability... no
checking pthread_np.h presence... no
checking for pthread_np.h... no
checking machine/endian.h usability... yes
checking machine/endian.h presence... yes
checking for machine/endian.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking sys/sysinfo.h usability... no
checking sys/sysinfo.h presence... no
checking for sys/sysinfo.h... no
checking sys/systeminfo.h usability... no
checking sys/systeminfo.h presence... no
checking for sys/systeminfo.h... no
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/byteorder.h usability... no
checking sys/byteorder.h presence... no
checking for sys/byteorder.h... no
checking sys/sockio.h usability... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking sys/prctl.h usability... no
checking sys/prctl.h presence... no
checking for sys/prctl.h... no
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking arpa/nameser_compat.h usability... yes
checking arpa/nameser_compat.h presence... yes
checking for arpa/nameser_compat.h... yes
checking for execinfo.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking siginfo.h usability... no
checking siginfo.h presence... no
checking for siginfo.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking wait.h usability... no
checking wait.h presence... no
checking for wait.h... no
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking values.h usability... no
checking values.h presence... no
checking for values.h... no
checking alloca.h usability... no
checking alloca.h presence... no
checking for alloca.h... no
checking cpio.h usability... yes
checking cpio.h presence... yes
checking for cpio.h... yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking for sys/param.h... (cached) yes
checking sys/sysmacros.h usability... no
checking sys/sysmacros.h presence... no
checking for sys/sysmacros.h... no
checking for stdint.h... (cached) yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking net/ppp_defs.h usability... yes
checking net/ppp_defs.h presence... yes
checking for net/ppp_defs.h... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking for readline/readline.h... (cached) yes
checking editline/readline.h usability... no
checking editline/readline.h presence... no
checking for editline/readline.h... no
checking ucred.h usability... no
checking ucred.h presence... no
checking for ucred.h... no
checking sys/statfs.h usability... no
checking sys/statfs.h presence... no
checking for sys/statfs.h... no
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/disk.h usability... yes
checking sys/disk.h presence... yes
checking for sys/disk.h... yes
checking sys/disklabel.h usability... yes
checking sys/disklabel.h presence... yes
checking for sys/disklabel.h... yes
checking linux/hdreg.h usability... no
checking linux/hdreg.h presence... no
checking for linux/hdreg.h... no
checking linux/fs.h usability... no
checking linux/fs.h presence... no
checking for linux/fs.h... no
checking linux/major.h usability... no
checking linux/major.h presence... no
checking for linux/major.h... no
checking for sys/sysctl.h... yes
checking for sys/cpuset.h... no
checking for sys/mount.h... yes
checking for arpa/inet.h... yes
checking for netinet/ip.h... yes
checking for netinet/ip_icmp.h... yes
checking for 1-parameter version of pthread_setname_np()... no
checking for 2-parameter version of pthread_setname_np()... no
checking for 2-parameter version of pthread_set_name_np()... no
checking for struct sockaddr.sa_len... yes
checking for struct sockaddr_in.sin_len... yes
checking for struct sockaddr_in6.sin6_len... yes
checking for struct stat.st_mtimespec.tv_nsec... yes
checking for struct stat.st_mtim.tv_nsec... yes
checking whether to enable transparent proxy... no
checking for SO_PEERCRED socket option... no
checking for SO_MARK socket option... no
checking for IP_TOS socket option... yes
checking for loopback network interface... 
checking style of gethostbyname_r routine... none
checking 3rd argument to the gethostbyname_r routines... char
checking IN6_IS_ADDR_UNSPECIFIED macro works... no
checking for struct tcp_info... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cmd/Makefile
config.status: creating cmd/traffic_cop/Makefile
config.status: creating cmd/traffic_crashlog/Makefile
config.status: creating cmd/traffic_ctl/Makefile
config.status: creating cmd/traffic_layout/Makefile
config.status: creating cmd/traffic_manager/Makefile
config.status: creating cmd/traffic_top/Makefile
config.status: creating cmd/traffic_via/Makefile
config.status: creating cmd/traffic_wccp/Makefile
config.status: creating doc/Makefile
config.status: creating example/Makefile
config.status: creating iocore/Makefile
config.status: creating iocore/aio/Makefile
config.status: creating iocore/cache/Makefile
config.status: creating iocore/cluster/Makefile
config.status: creating iocore/dns/Makefile
config.status: creating iocore/eventsystem/Makefile
config.status: creating iocore/hostdb/Makefile
config.status: creating iocore/net/Makefile
config.status: creating iocore/utils/Makefile
config.status: creating lib/Makefile
config.status: creating lib/cppapi/Makefile
config.status: creating lib/bindings/Makefile
config.status: creating lib/perl/Makefile
config.status: creating lib/perl/lib/Apache/TS.pm
config.status: creating lib/records/Makefile
config.status: creating lib/ts/Makefile
config.status: creating lib/ts/apidefs.h
config.status: creating lib/ts/ink_config.h
config.status: creating lib/tsconfig/Makefile
config.status: creating lib/wccp/Makefile
config.status: creating mgmt/Makefile
config.status: creating mgmt/api/Makefile
config.status: creating mgmt/api/include/Makefile
config.status: creating mgmt/cluster/Makefile
config.status: creating mgmt/utils/Makefile
config.status: creating plugins/Makefile
config.status: creating proxy/Makefile
config.status: creating proxy/api/ts/Makefile
config.status: creating proxy/config/Makefile
config.status: creating proxy/config/body_factory/Makefile
config.status: creating proxy/config/body_factory/default/Makefile
config.status: creating proxy/config/records.config.default
config.status: creating proxy/config/storage.config.default
config.status: creating proxy/congest/Makefile
config.status: creating proxy/hdrs/Makefile
config.status: creating proxy/http/Makefile
config.status: creating proxy/http/remap/Makefile
config.status: creating proxy/http2/Makefile
config.status: creating proxy/logging/Makefile
config.status: creating proxy/shared/Makefile
config.status: creating rc/Makefile
config.status: creating rc/trafficserver
config.status: creating rc/trafficserver.conf
config.status: creating rc/trafficserver.service
config.status: creating rc/trafficserver.xml
config.status: creating tools/Makefile
config.status: creating tools/trafficserver.pc
config.status: creating tools/tsxs
config.status: creating lib/ink_autoconf.h
config.status: executing depfiles commands
config.status: executing libtool commands
rm: libtoolT: No such file or directory
configure: WARNING: unrecognized options: --enable-cppapi, --enable-luajit, --with-expat, --with-xml
configure: Build option summary:
    CC:                 clang
    CXX:                clang++
    CPP:                clang -E
    AM_CFLAGS:          -std=gnu99 -mcx16
    AM_CXXFLAGS:        -std=c++11 -mcx16
    AM_CPPFLAGS:        -Dunknown -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/pkg/include
    AM_LDFLAGS:         -rdynamic -R/usr/pkg/lib -Wl,-R/usr/pkg/lib
    SHARED_CFLAGS:      -fPIC
    SHARED_CXXFLAGS:    -fPIC
    SHARED_CXXLINKFLAGS:
    SHARED_LDFLAGS:     -shared
    OPENSSL_LDFLAGS:    
    OPENSSL_INCLUDES:   
    LUAJIT_CFLAGS:      -O2 -I/usr/include -I/usr/pkg/include -I/usr/include/krb5 
    LUAJIT_CPPFLAGS:	-I$(abs_top_srcdir)/lib/luajit/src
    LUAJIT_LDFLAGS:     

=> Modifying libtool scripts to use pkgsrc libtool
=> Modifying libtool scripts to use pkgsrc depcomp