+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/squid-4.17nb12/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/squid-4.17nb12/work.log
=> Checksum BLAKE2s OK for SQUID-2022_1.patch
=> Checksum SHA512 OK for SQUID-2022_1.patch
=> Checksum BLAKE2s OK for SQUID-2022_2.patch
=> Checksum SHA512 OK for SQUID-2022_2.patch
=> Checksum BLAKE2s OK for squid-4.17.tar.xz
=> Checksum SHA512 OK for squid-4.17.tar.xz
===> Installing dependencies for squid-4.17nb12
==========================================================================
The supported build options for squid are:

	gnutls inet6 openssl snmp squid-arp-acl squid-backend-aufs
	squid-backend-diskd squid-backend-rock squid-backend-ufs
	squid-ecap squid-esi squid-ipf squid-kerberos-helper
	squid-ldap-helper squid-pam-helper squid-unlinkd

The currently selected options are:

	inet6 openssl snmp squid-backend-aufs squid-backend-diskd
	squid-backend-ufs squid-esi squid-pam-helper
	squid-unlinkd

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

	PKG_OPTIONS.squid4 (not defined)

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

        * PAM_DEFAULT = solaris-pam
        * SSLBASE (defined)
        * SSLCERTBUNDLE (not defined)
        * SSLCERTS = /etc/opt/pkg/openssl/certs
        * SSLDIR = /etc/opt/pkg/openssl
        * SSLKEYS = /etc/opt/pkg/openssl/private
        * VARBASE = /var/opt/pkg

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

        * PAMBASE (defined, but empty)

You may want to abort the process now with CTRL-C and change the value
of variables in the first group before continuing.  Be sure to run
`/opt/pkg/bin/bmake clean' after the changes.
==========================================================================
=> Tool dependency gmake>=3.81: found gmake-4.4.1
=> Tool dependency cwrappers>=20150314: found cwrappers-20220403
=> Tool dependency checkperms>=1.1: found checkperms-1.12
=> Full dependency perl>=5.0: found perl-5.38.2
=> Full dependency expat>=2.0.0nb1: found expat-2.6.3
=> Full dependency libltdl>=2.4.2: found libltdl-2.4.7
=> Full dependency openssl>=3: found openssl-3.3.2
===> Overriding tools for squid-4.17nb12
===> Extracting for squid-4.17nb12
===> Patching for squid-4.17nb12
=> Applying distribution patches for squid-4.17nb12
=> Applying distribution patch SQUID-2022_1.patch
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|commit 2c5d2de9bdcd25d1127987f8f76c986ab5bfb6da
|Author: Amos Jeffries <yadij@users.noreply.github.com>
|Date:   2022-08-17 23:32:43 +0000
|
|    Fix typo in manager ACL (#1113)
|
|diff --git a/src/cf.data.pre b/src/cf.data.pre
|index 4aef432ca..f15d56b13 100644
|--- a/src/cf.data.pre
|+++ b/src/cf.data.pre
--------------------------
Patching file src/cf.data.pre using Plan A...
Hunk #1 succeeded at 1001.
done
=> Applying distribution patch SQUID-2022_2.patch
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|commit 4031c6c2b004190fdffbc19dab7cd0305a2025b7 (refs/remotes/origin/v4, refs/remotes/github/v4, refs/heads/v4)
|Author: Amos Jeffries <yadij@users.noreply.github.com>
|Date:   2022-08-09 23:34:54 +0000
|
|    Bug 3193 pt2: NTLM decoder truncating strings (#1114)
|    
|    The initial bug fix overlooked large 'offset' causing integer
|    wrap to extract a too-short length string.
|    
|    Improve debugs and checks sequence to clarify cases and ensure
|    that all are handled correctly.
|
|diff --git a/lib/ntlmauth/ntlmauth.cc b/lib/ntlmauth/ntlmauth.cc
|index 5d9637290..f00fd51f8 100644
|--- a/lib/ntlmauth/ntlmauth.cc
|+++ b/lib/ntlmauth/ntlmauth.cc
--------------------------
Patching file lib/ntlmauth/ntlmauth.cc using Plan A...
Hunk #1 succeeded at 107.
done
=> Applying pkgsrc patches for squid-4.17nb12
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/squid4/patches/patch-compat_compat.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/squid4/patches/patch-compat_compat.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-compat_compat.h,v 1.1 2020/01/04 10:57:18 taca Exp $
|
|Fix building.
|
|--- compat/compat.h.orig	2018-07-02 03:26:07.000000000 +0000
|+++ compat/compat.h
--------------------------
Patching file compat/compat.h using Plan A...
Hunk #1 succeeded at 33.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/squid4/patches/patch-configure
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/squid4/patches/patch-configure
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-configure,v 1.8 2022/08/15 08:51:16 taca Exp $
|
|* More support for OpenSSL 1.1; not only check SSL_Library_init() but
|  also check OPENSSL_init_ssl().
|* Fix syntax error by accidental new line.
|* Utilize <stdlib.h> on BSD.
|* Do not override CFLAGS/CXXFLAGS except linux.
|* Prevent WRKDIR reference.
|
|--- configure.orig	2021-10-03 17:15:01.000000000 +0000
|+++ configure
--------------------------
Patching file configure using Plan A...
Hunk #1 succeeded at 1114.
Hunk #2 succeeded at 24422.
Hunk #3 succeeded at 24477.
Hunk #4 succeeded at 24488.
Hunk #5 succeeded at 25382.
Hunk #6 succeeded at 25527.
Hunk #7 succeeded at 42291.
Hunk #8 succeeded at 45240.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/squid4/patches/patch-errors_Makefile.in
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/squid4/patches/patch-errors_Makefile.in
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-errors_Makefile.in,v 1.1 2020/01/04 10:57:18 taca Exp $
|
|Don't install erropage.css.
|
|--- errors/Makefile.in.orig	2018-07-02 03:32:01.000000000 +0000
|+++ errors/Makefile.in
--------------------------
Patching file errors/Makefile.in using Plan A...
Hunk #1 succeeded at 657 (offset 9 lines).
Hunk #2 succeeded at 776 (offset 9 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/squid4/patches/patch-src_Makefile.in
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/squid4/patches/patch-src_Makefile.in
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_Makefile.in,v 1.1 2020/01/04 10:57:18 taca Exp $
|
|Don't install squid.conf.
|
|--- src/Makefile.in.orig	2018-07-02 03:32:02.000000000 +0000
|+++ src/Makefile.in
--------------------------
Patching file src/Makefile.in using Plan A...
Hunk #1 succeeded at 7994 (offset 459 lines).
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/squid4/patches/patch-src_acl_external_kerberos__ldap__group_support__resolv.cc
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/squid4/patches/patch-src_acl_external_kerberos__ldap__group_support__resolv.cc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_acl_external_kerberos__ldap__group_support__resolv.cc,v 1.1 2020/01/04 10:57:18 taca Exp $
|
|* Use correct format string.
|
|--- src/acl/external/kerberos_ldap_group/support_resolv.cc.orig	2019-07-09 19:05:20.000000000 +0000
|+++ src/acl/external/kerberos_ldap_group/support_resolv.cc
--------------------------
Patching file src/acl/external/kerberos_ldap_group/support_resolv.cc using Plan A...
Hunk #1 succeeded at 396.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/squid4/patches/patch-src_comm_ModKqueue.cc
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/squid4/patches/patch-src_comm_ModKqueue.cc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_comm_ModKqueue.cc,v 1.2 2020/01/10 21:22:22 joerg Exp $
|
|* Fix kqueue(2) for NetBSD.
|
|--- src/comm/ModKqueue.cc.orig	2019-11-05 19:14:40.000000000 +0000
|+++ src/comm/ModKqueue.cc
--------------------------
Patching file src/comm/ModKqueue.cc using Plan A...
Hunk #1 succeeded at 43.
Hunk #2 succeeded at 112.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/squid4/patches/patch-src_esi_VarState.cc
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/squid4/patches/patch-src_esi_VarState.cc
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_esi_VarState.cc,v 1.1 2020/07/09 20:57:11 otis Exp $
|
|Fix undeclared index() by including the proper header file.
|
|--- src/esi/VarState.cc.orig	2020-07-09 19:37:38.879095702 +0000
|+++ src/esi/VarState.cc
--------------------------
Patching file src/esi/VarState.cc using Plan A...
Hunk #1 succeeded at 12.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/squid4/patches/patch-src_fs_ufs_RebuildState.h
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/squid4/patches/patch-src_fs_ufs_RebuildState.h
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-src_fs_ufs_RebuildState.h,v 1.1 2020/01/04 10:57:18 taca Exp $
|
|Quick fix for 32bit system.
|
|--- src/fs/ufs/RebuildState.h.orig	2019-07-09 19:05:20.000000000 +0000
|+++ src/fs/ufs/RebuildState.h
--------------------------
Patching file src/fs/ufs/RebuildState.h using Plan A...
Hunk #1 succeeded at 54.
done
=> Verifying /data/jenkins/workspace/pkgsrc-upstream-trunk/www/squid4/patches/patch-tools_Makefile.in
=> Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-upstream-trunk/www/squid4/patches/patch-tools_Makefile.in
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|$NetBSD: patch-tools_Makefile.in,v 1.1 2020/01/04 10:57:18 taca Exp $
|
|Don't install cachemgr.conf.
|
|--- tools/Makefile.in.orig	2018-07-02 03:32:05.000000000 +0000
|+++ tools/Makefile.in
--------------------------
Patching file tools/Makefile.in using Plan A...
Hunk #1 succeeded at 1546 (offset 49 lines).
done
===> Creating toolchain wrappers for squid-4.17nb12
===> Configuring for squid-4.17nb12
=> Fixing configuration files.
=> 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 Perl interpreter in contrib/url-normalizer.pl contrib/user-agents.pl scripts/AnnounceCache.pl scripts/access-log-matrix.pl scripts/cache-compare.pl scripts/cachetrace.pl scripts/calc-must-ids.pl scripts/check_cache.pl scripts/fileno-to-pathname.pl scripts/find-alive.pl scripts/flag_truncs.pl scripts/icp-test.pl scripts/icpserver.pl scripts/tcp-banger.pl scripts/trace-job.pl scripts/trace-master.pl scripts/udp-banger.pl scripts/upgrade-1.0-store.pl tools/helper-ok-dying.pl tools/helper-ok.pl.
=> Checking for portability problems in extracted files
checking for a BSD-compatible install... /opt/pkg/bin/bsdinstall -c -o pbulk -g pbulk
checking whether build environment is sane... yes
checking for a race-free mkdir -p... ./cfgaux/install-sh -c -d
checking for gawk... /usr/bin/nawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '500' is supported by ustar format... yes
checking whether GID '500' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-sun-solaris2.11-gcc... gcc
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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking build system type... x86_64-sun-solaris2.11
checking host system type... x86_64-sun-solaris2.11
configure: CPU arch native optimization enabled: no
checking simplified host os... solaris (version 2.11)
checking whether g++ supports C++11 features by default... yes
checking for x86_64-sun-solaris2.11-ranlib... no
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking for grep that handles long lines and -e... (cached) /usr/xpg4/bin/grep
checking for egrep... (cached) /usr/xpg4/bin/grep -E
checking for sh... /home/pbulk/build/www/squid4/work/.tools/bin/sh
checking for false... (cached) false
checking for true... (cached) true
checking for mv... /usr/bin/mv
checking for mkdir... /usr/bin/mkdir -p
checking for ln... /usr/bin/ln
checking for chmod... /usr/bin/chmod
checking for tr... /usr/xpg4/bin/tr
checking for rm... /usr/bin/rm
checking for x86_64-sun-solaris2.11-pkg-config... /home/pbulk/build/www/squid4/work/.tools/bin/pkg-config
checking pkg-config is at least version 0.9.0... no
checking for perl... /opt/pkg/bin/perl
checking for pod2man... /opt/pkg/bin/pod2man
checking for ar... /usr/bin/ar
checking for linuxdoc... false
configure: strict error checking enabled: yes
checking whether to use loadable modules... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/xpg4/bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p
checking the name lister (/usr/bin/nm -p) interface... BSD nm
checking the maximum length of command line arguments... 786240
checking how to convert x86_64-sun-solaris2.11 file names to x86_64-sun-solaris2.11 format... func_convert_file_noop
checking how to convert x86_64-sun-solaris2.11 file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for x86_64-sun-solaris2.11-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-sun-solaris2.11-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-sun-solaris2.11-ar... /usr/bin/ar
checking for archiver @FILE support... no
checking for x86_64-sun-solaris2.11-strip... no
checking for strip... strip
checking for x86_64-sun-solaris2.11-ranlib... ranlib
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for x86_64-sun-solaris2.11-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 gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /bin/ld -64
checking if the linker (/bin/ld -64) is GNU ld... no
checking whether the g++ linker (/bin/ld -64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/bin/ld -64) supports shared libraries... yes
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking for g++ options needed to detect all undeclared functions... none needed
checking what extension is used for runtime loadable modules... .so
checking what variable specifies run-time module search path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib
checking for gcc options needed to detect all undeclared functions... none needed
checking for library containing dlopen... none required
checking for dlerror... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dld_link in -ldld... no
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking for argz.h... no
checking for error_t... no
checking for argz_add... no
checking for argz_append... no
checking for argz_count... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for ltdl.h... yes
checking whether lt_dlinterface_register is declared... yes
checking for lt_dladvise_preload in -lltdl... yes
checking where to find libltdl headers... 
checking where to find libltdl library... -lltdl
checking for unistd.h... yes
checking for dl.h... no
checking for sys/dl.h... yes
checking for dld.h... no
checking for mach-o/dyld.h... no
checking for dirent.h... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for library containing dlopen... (cached) none required
checking for dlerror... (cached) yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dld_link in -ldld... (cached) no
checking what kind of compiler we're using... gcc
checking for compiler variant... gcc
checking whether compiler requires -Werror -Wno-deprecated-register... no
configure: inlining optimizations enabled: yes
configure: cbdata debugging enabled: no
configure: xmalloc stats display: no
checking whether linking without -latomic works... yes
checking for library containing shm_open... none required
checking for DiskIO modules to be enabled...  AIO Blocking DiskDaemon DiskThreads IpcIo Mmapped
checking for aio.h... yes
checking for aio_read in -lrt... yes
configure: Native POSIX AIO support detected.
configure: Enabling AIO DiskIO module
configure: Enabling Blocking DiskIO module
configure: Enabling DiskDaemon DiskIO module
checking for pthread_create  in -lpthread... yes
configure: Enabling DiskThreads DiskIO module
configure: Enabling IpcIo DiskIO module
configure: Enabling Mmapped DiskIO module
configure: IO Modules built:  AIO Blocking DiskDaemon DiskThreads IpcIo Mmapped
configure: Store modules built:  aufs diskd ufs
configure: Removal policies to build: lru heap
configure: ICMP enabled
configure: Delay pools enabled
checking for main in -lexpat... yes
checking for expat.h... yes
checking for LIBXML2... no
checking for main in -lxml2... no
checking location of libxml2 include files... checking for libxml/parser.h... no
configure: Testing in /usr/include/libxml2
checking for libxml/parser.h... no
configure: Testing in /usr/local/include/libxml2
checking for libxml/parser.h... no
configure: Failed to find libxml2 header file libxml/parser.h

checking for libxml/parser.h... (cached) no
checking for libxml/HTMLparser.h... no
checking for libxml/HTMLtree.h... no
configure: Library libxml2 not found.
configure: Enabling ESI processor: -lexpat 
checking whether to support eCAP... no, explicitly
configure: Web Cache Coordination Protocol enabled: yes
configure: Web Cache Coordination V2 Protocol enabled: yes
configure: Kill parent on shutdown hack enabled: no
configure: SNMP support enabled: yes
configure: Cachemgr default hostname set to localhost
checking for windows.h... no
checking for sys/sockio.h... yes
checking for sys/param.h... yes
checking for net/if_arp.h... yes
checking for net/route.h... yes
checking for net/if_dl.h... yes
checking for sys/sysctl.h... no
configure: EUI (MAC address) controls enabled: yes
configure: HTCP support enabled: yes
checking for nettle_md5_init in -lnettle... no
configure: Using Nettle cryptographic library: no
checking for crypt in -lcrypt... yes
checking for MD5Init in -lmd5... yes
configure: GnuTLS library support: no  
checking for openssl/asn1.h... yes
checking for openssl/bio.h... yes
checking for openssl/bn.h... yes
checking for openssl/crypto.h... yes
checking for openssl/dh.h... yes
checking for openssl/err.h... yes
checking for openssl/evp.h... yes
checking for openssl/lhash.h... yes
checking for openssl/md5.h... yes
checking for openssl/opensslv.h... yes
checking for openssl/rsa.h... yes
checking for openssl/ssl.h... yes
checking for openssl/x509.h... yes
checking for openssl/x509v3.h... yes
checking for openssl/engine.h... yes
checking for openssl/txt_db.h... yes
checking for LIBOPENSSL... no
checking for CRYPTO_new_ex_data in -lcrypto... yes
checking for SSL_CTX_new in -lssl... yes
checking for OPENSSL_LH_strhash in -lcrypto... yes
checking for EVP_PKEY_get0_RSA in -lcrypto... yes
checking for BIO_meth_new in -lcrypto... yes
checking for BIO_get_data in -lcrypto... yes
checking for BIO_get_init in -lcrypto... yes
checking for ASN1_STRING_get0_data in -lcrypto... yes
checking for EVP_PKEY_up_ref in -lcrypto... yes
checking for X509_STORE_CTX_get0_cert in -lcrypto... yes
checking for X509_VERIFY_PARAM_get_depth in -lcrypto... yes
checking for X509_STORE_CTX_get0_untrusted in -lcrypto... yes
checking for X509_up_ref in -lcrypto... yes
checking for X509_CRL_up_ref in -lcrypto... yes
checking for DH_up_ref in -lcrypto... yes
checking for X509_get0_signature in -lcrypto... yes
checking for OPENSSL_init_ssl in -lssl... yes
checking for SSL_CIPHER_find in -lssl... yes
checking for SSL_CTX_set_tmp_rsa_callback in -lssl... no
checking for SSL_SESSION_get_id in -lssl... yes
checking for TLS_method in -lssl... yes
checking for TLS_client_method in -lssl... yes
checking for TLS_server_method in -lssl... yes
checking for SSL_CTX_get0_certificate in -lssl... yes
checking whether SSL_CTX_new and similar openSSL API functions require 'const SSL_METHOD *'"... yes
checking whether SSL_get_new_ex_index() dup callback accepts 'const CRYPTO_EX_DATA *'"... no
checking whether SSL_CTX_sess_set_get_cb() callback accepts a const ID argument"... yes
checking "whether X509_get0_signature() accepts const parameters"... yes
checking whether the TXT_DB use OPENSSL_PSTRING data member... yes
checking whether the squid workaround for buggy versions of sk_OPENSSL_PSTRING_value should used... no
checking whether the workaround for OpenSSL IMPLEMENT_LHASH_  macros should used... yes
checking whether hello message can be overwritten in SSL struct... no
configure: OpenSSL library support: yes -L/opt/pkg/lib -lssl -lcrypto 
checking for LIB_KRB5... no
configure: Try to find Kerberos libraries in given path
checking for main in -lgss... yes
configure: Try to find Kerbeors headers in given path
checking for gss.h... no
checking for working gssapi... no
configure: Check Runtime library path !
checking for spnego support... no
checking for working krb5... no
configure: Check Runtime library path !
configure: GNU GSS Kerberos library support: yes  -lgss 
checking for ldap_init in -lldap... yes
checking for ber_init in -llber... no
checking for ldap.h... yes
checking for lber.h... yes
checking for mozldap/ldap.h... no
checking for LDAP_OPT_DEBUG_LEVEL... no
checking for working ldap... yes
checking for OpenLDAP... no
checking for Sun LDAP SDK... yes
checking for Mozilla LDAP SDK... no
checking for LDAP_REBINDPROC_CALLBACK... yes
checking for LDAP_REBIND_PROC... no
checking for LDAP_REBIND_FUNCTION... no
checking for LDAP_SCOPE_DEFAULT... no
checking for struct ldap_url_desc.lud_scheme... no
checking for ldapssl_client_init in -lldap... yes
checking for ldap_url_desc2str in -lldap... no
checking for ldap_url_parse in -lldap... yes
checking for ldap_start_tls_s in -lldap... no
configure: systemd library support: auto  
configure: Forw/Via database enabled: no
configure: Cache Digests enabled: no
configure: enabling select syscall for net I/O: auto
configure: enabling poll syscall for net I/O: yes
checking for sys/event.h... no
checking for kqueue... no
configure: enabling kqueue for net I/O: no
configure: enabling epoll syscall for net I/O: auto
checking for library containing epoll_ctl... none required
checking for sys/epoll.h... yes
checking if epoll works... yes
configure: enabling /dev/poll for net I/O: auto
checking for ioctl... yes
checking for write... yes
checking for sys/devpoll.h... yes
checking if /dev/poll works... no
configure: HTTP violations support enabled: yes
configure: FreeBSD IPFW-based transparent proxying enabled: no
configure: IPF-based transparent proxying requested: no
configure: PF-based transparent proxying requested: no
configure: NAT lookups via /dev/pf: no
configure: Linux Netfilter support requested: auto
configure: Linux Netfilter Conntrack support requested: auto
checking for library containing nfct_query... no
checking for libnetfilter_conntrack/libnetfilter_conntrack.h... no
checking for libnetfilter_conntrack/libnetfilter_conntrack_tcp.h... no
checking size of long... 8
configure: Leak Finder enabled: no
configure: Support for X-Forwarded-For enabled: yes
configure: Support for Ident lookups enabled: yes
configure: Default hosts file set to: /etc/hosts
configure: Authentication support enabled: yes
checking for crypt... yes
checking for security/pam_appl.h... yes
checking for PAM conversation struct signature type... solaris
checking for pwd.h... yes
checking for crypt... (cached) yes
checking for unistd.h... (cached) yes
checking for crypt.h... yes
checking for shadow.h... yes
checking for security/pam_appl.h... (cached) yes
checking for PAM conversation struct signature type... (cached) solaris
configure: Basic auth helpers to be built:  DB NCSA PAM fake getpwnam PAM
configure: Digest auth helpers to be built:  file
configure: Negotiate auth helpers to be built: 
checking for w32api/windows.h... no
checking for windows.h... (cached) no
configure: NTLM auth helpers to be built:  SMB_LM fake
checking for machine/byte_swap.h... no
checking for sys/bswap.h... no
checking for endian.h... yes
checking for sys/endian.h... no
checking for bswap_16... no
checking for bswap16... no
checking for bswap_32... no
checking for bswap32... no
checking for htole16... yes
checking for __htole16... no
checking for htole32... yes
checking for __htole32... no
checking for le16toh... yes
checking for __le16toh... no
checking for le32toh... yes
checking for __le32toh... no
configure: Log daemon helpers to be built:  DB file
checking for sys/socket.h... yes
checking for pwd.h... (cached) yes
configure: External acl helpers to be built:  file_userip unix_group
configure: URL rewrite helper candidates: LFS fake
configure: URL rewrite helpers to be built:  LFS fake
configure: Security certificate validator helper candidates: fake
configure: Security certificate validator helpers to be built:  fake
configure: Security certificate generator helper candidates: file
configure: Security certificate generator helpers to be built:  file
configure: Store-ID rewrite helper candidates: file
configure: Store-ID rewrite helpers to be built:  file
configure: Valgrind debug support enabled: no
configure: MS Windows service mode enabled: no
configure: unlinkd enabled: yes
configure: Automatically print stack trace on fatal errors: no
configure: CPU profiling enabled: no
configure: X-Accelerator-Vary support enabled: no
checking for LIBCPPUNIT... no
configure: WARNING: cppunit does not appear to be installed. Squid does not require this, but code testing with 'make check' will fail.
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for egrep... (cached) /usr/xpg4/bin/grep -E
checking for arpa/inet.h... yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for bstring.h... no
checking for crypt.h... (cached) yes
checking for ctype.h... yes
checking for direct.h... no
checking for errno.h... yes
checking for execinfo.h... yes
checking for fcntl.h... yes
checking for fnmatch.h... yes
checking for getopt.h... yes
checking for glob.h... yes
checking for gnumalloc.h... no
checking for grp.h... yes
checking for ipl.h... no
checking for lber.h... (cached) yes
checking for ldap.h... (cached) yes
checking for libc.h... no
checking for limits.h... yes
checking for linux/posix_types.h... no
checking for linux/types.h... no
checking for malloc.h... yes
checking for math.h... yes
checking for memory.h... yes
checking for mount.h... no
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for netinet/in_systm.h... yes
checking for netinet/tcp.h... yes
checking for paths.h... yes
checking for poll.h... yes
checking for pwd.h... (cached) yes
checking for regex.h... yes
checking for sched.h... yes
checking for siginfo.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stddef.h... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for sys/bitypes.h... no
checking for sys/file.h... yes
checking for sys/ioctl.h... yes
checking for sys/ipc.cc... no
checking for sys/param.h... (cached) yes
checking for sys/prctl.h... no
checking for sys/md5.h... yes
checking for sys/mman.h... yes
checking for sys/msg.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/shm.h... yes
checking for sys/socket.h... (cached) yes
checking for sys/stat.h... yes
checking for syscall.h... no
checking for sys/syscall.h... yes
checking for sys/time.h... yes
checking for sys/types.h... yes
checking for sys/uio.h... yes
checking for sys/un.h... yes
checking for sys/vfs.h... yes
checking for sys/wait.h... yes
checking for syslog.h... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking for utime.h... yes
checking for varargs.h... no
checking for byteswap.h... no
checking for glib.h... no
checking for stdint.h... yes
checking for inttypes.h... yes
checking for wchar.h... yes
checking for linux/netfilter_ipv4.h... no
checking for linux/netfilter_ipv6/ip6_tables.h... no
checking for net/if.h... yes
checking for netinet/if_ether.h... yes
checking for netinet/icmp6.h... yes
checking for netinet/in.h... (cached) yes
checking for netinet/ip.h... yes
checking for netinet/ip6.h... yes
checking for netinet/ip_icmp.h... yes
checking for netinet/ipl.h... yes
checking for net/pf/pfvar.h... no
checking for net/pfvar.h... no
checking for sys/mount.h... yes
checking for resolv.h... yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_gmtoff... no
checking for struct rusage... yes
checking for struct iphdr.ip_hl... yes
checking size of void *... 8
checking for int8_t... yes
checking for uint8_t... yes
checking for int16_t... yes
checking for uint16_t... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for int64_t... yes
checking for uint64_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for off_t... yes
checking for uid_t in sys/types.h... yes
checking for bool... yes
checking size of int64_t... 8
checking size of long... (cached) 8
checking size of size_t... 8
checking size of off_t... 8
checking size of size_t... (cached) 8
checking whether nullptr is supported... yes
checking whether nullptr_t is supported... yes
checking whether std::unique_ptr<T> is supported... yes
checking for tr1/random... yes
checking whether std::uniform_int_distribution<T> is supported... yes
checking whether std::uniform_real_distribution<T> is supported... yes
checking whether compiler supports std::underlying_type... yes
checking for pad128_t... yes
checking for upad128_t... yes
checking for mode_t... yes
checking for fd_mask... yes
checking for socklen_t... yes
checking for mtyp_t... no
checking for cpu_set_t... no
checking for compiler %zu support... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for sys/capability.h... no
checking for cap_clear_flag in -lcap... no
checking for operational libcap2 headers... no
configure: libcap support enabled: no
configure: libcap2 headers are ok: no
checking for library containing gethostbyname... -lnsl
checking for library containing res_init... -lresolv
checking for library containing __res_search... no
checking for library containing bind... -lsocket
checking for library containing opcom_stack_trace... no
checking for library containing strlcpy... none required
checking for library containing yp_match... none required
checking for unix domain sockets... yes
checking for malloc in -lgnumalloc... no
configure: skipping libmalloc check for x86_64-sun-solaris2.11
checking for library containing rint... -lm
checking for library containing log... none required
checking Default FD_SETSIZE value... 65536
checking for getrlimit... yes
checking for setrlimit... yes
checking Maximum number of filedescriptors we can open... 32768
configure: Default number of filedescriptors: 32768
checking whether to enable IPv6... yes
checking for sin6_len field in struct sockaddr_in6... no
checking for ss_len field in struct sockaddr_storage... no
checking for sin_len field in struct sockaddr_in... no
checking for backtrace_symbols_fd... yes
checking for bcopy... yes
checking for eui64_aton... no
checking for fchmod... yes
checking for getdtablesize... yes
checking for getpagesize... yes
checking for getpass... yes
checking for getrusage... yes
checking for getspnam... yes
checking for gettimeofday... yes
checking for glob... yes
checking for mallocblksize... no
checking for mallopt... no
checking for memcpy... yes
checking for memmove... yes
checking for memrchr... yes
checking for memset... yes
checking for mkstemp... yes
checking for mktime... yes
checking for mstats... no
checking for poll... yes
checking for prctl... no
checking for pthread_attr_setschedparam... yes
checking for pthread_attr_setscope... yes
checking for pthread_setschedparam... yes
checking for pthread_sigmask... yes
checking for putenv... yes
checking for regcomp... yes
checking for regexec... yes
checking for regfree... yes
checking for res_init... yes
checking for __res_init... no
checking for rint... yes
checking for sched_getaffinity... no
checking for sched_setaffinity... no
checking for select... yes
checking for seteuid... yes
checking for setgroups... yes
checking for setpgrp... yes
checking for setsid... yes
checking for sigaction... yes
checking for snprintf... yes
checking for socketpair... yes
checking for sysconf... yes
checking for syslog... yes
checking for timegm... yes
checking for vsnprintf... yes
checking for initgroups... yes
checking for psignal... yes
checking for strerror... yes
checking for strtoll... yes
checking for tempnam... yes
checking whether getaddrinfo is declared... yes
checking whether getnameinfo is declared... yes
checking whether inet_ntop is declared... yes
checking whether inet_pton is declared... yes
checking whether InetNtopA is declared... no
checking whether InetPtonA is declared... no
configure: choosing user-specified net I/O API poll
configure: Using poll for the IO loop.
checking if setresuid is actually implemented... no
checking for mswsock.h... no
checking for constant CMSG_SPACE... no
checking for struct cmsghdr... yes
checking for struct iovec... yes
checking for struct msghdr... yes
checking for struct sockaddr_un... yes
checking if strnstr is well implemented... no
configure: IPF-based transparent proxying enabled: no
configure: Support for Netfilter-based interception proxy requested: no
configure: Linux Netfilter Conntrack support enabled: no 
configure: ZPH QOS enabled: yes
configure: QOS netfilter mark preservation enabled: no
checking for regexec in -lregex... no
checking if the system-supplied regex lib actually works... yes
checking if GNUregex needs to be compiled... no
checking Default UDP send buffer size... 57344
checking Default UDP receive buffer size... 57344
checking Default TCP send buffer size... 128000
configure: Limiting send buffer size to 32K
checking Default TCP receive buffer size... 1048576
configure: Limiting receive buffer size to 64K
checking whether recv takes a pointer to void or char as second argument... char*
char
checking if sys_errlist is already defined... yes
checking for system-provided MAXPATHLEN... yes
checking for libresolv _dns_ttl_ hack... no
checking for _res_ext.nsaddr_list... no
checking for _res._u._ext.nsaddrs... no
checking for _res.nsaddr_list... yes
checking for _res.ns_list... no
checking for sys/statvfs.h... yes
checking for working statvfs() interface... yes
configure: Multi-Language support enabled: yes
configure: BUILD LIBRARIES: 
configure: BUILD EXTRA LIBRARIES: -lm -lsocket -lresolv -lnsl
configure: BUILD OBJECTS: 
configure: BUILD EXTRA OBJECTS: 
configure: BUILD C FLAGS: -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include
configure: BUILD EXTRA C FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wshadow -Werror -pipe -D_REENTRANT -pthreads
configure: BUILD C++ FLAGS:  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include
configure: BUILD EXTRA C++ FLAGS: -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow -Woverloaded-virtual -Werror -pipe -D_REENTRANT -pthreads
configure: BUILD Tools C++ FLAGS:   -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating compat/Makefile
config.status: creating contrib/Makefile
config.status: creating doc/Makefile
config.status: creating doc/manuals/Makefile
config.status: creating doc/release-notes/Makefile
config.status: creating errors/Makefile
config.status: creating icons/Makefile
config.status: creating lib/Makefile
config.status: creating lib/libTrie/Makefile
config.status: creating lib/libTrie/test/Makefile
config.status: creating lib/ntlmauth/Makefile
config.status: creating lib/profiler/Makefile
config.status: creating lib/rfcnb/Makefile
config.status: creating lib/smblib/Makefile
config.status: creating lib/snmplib/Makefile
config.status: creating scripts/Makefile
config.status: creating src/Makefile
config.status: creating src/acl/Makefile
config.status: creating src/acl/external/Makefile
config.status: creating src/acl/external/AD_group/Makefile
config.status: creating src/acl/external/delayer/Makefile
config.status: creating src/acl/external/eDirectory_userip/Makefile
config.status: creating src/acl/external/file_userip/Makefile
config.status: creating src/acl/external/kerberos_ldap_group/Makefile
config.status: creating src/acl/external/LDAP_group/Makefile
config.status: creating src/acl/external/LM_group/Makefile
config.status: creating src/acl/external/session/Makefile
config.status: creating src/acl/external/SQL_session/Makefile
config.status: creating src/acl/external/unix_group/Makefile
config.status: creating src/acl/external/wbinfo_group/Makefile
config.status: creating src/acl/external/time_quota/Makefile
config.status: creating src/adaptation/Makefile
config.status: creating src/adaptation/icap/Makefile
config.status: creating src/adaptation/ecap/Makefile
config.status: creating src/anyp/Makefile
config.status: creating src/auth/Makefile
config.status: creating src/auth/basic/Makefile
config.status: creating src/auth/basic/DB/Makefile
config.status: creating src/auth/basic/fake/Makefile
config.status: creating src/auth/basic/getpwnam/Makefile
config.status: creating src/auth/basic/LDAP/Makefile
config.status: creating src/auth/basic/NCSA/Makefile
config.status: creating src/auth/basic/NIS/Makefile
config.status: creating src/auth/basic/PAM/Makefile
config.status: creating src/auth/basic/POP3/Makefile
config.status: creating src/auth/basic/RADIUS/Makefile
config.status: creating src/auth/basic/SASL/Makefile
config.status: creating src/auth/basic/SMB/Makefile
config.status: creating src/auth/basic/SMB_LM/Makefile
config.status: creating src/auth/basic/SSPI/Makefile
config.status: creating src/auth/digest/Makefile
config.status: creating src/auth/digest/eDirectory/Makefile
config.status: creating src/auth/digest/file/Makefile
config.status: creating src/auth/digest/LDAP/Makefile
config.status: creating src/auth/negotiate/Makefile
config.status: creating src/auth/negotiate/kerberos/Makefile
config.status: creating src/auth/negotiate/SSPI/Makefile
config.status: creating src/auth/negotiate/wrapper/Makefile
config.status: creating src/auth/ntlm/Makefile
config.status: creating src/auth/ntlm/fake/Makefile
config.status: creating src/auth/ntlm/SMB_LM/Makefile
config.status: creating src/auth/ntlm/SSPI/Makefile
config.status: creating src/base/Makefile
config.status: creating src/clients/Makefile
config.status: creating src/comm/Makefile
config.status: creating src/dns/Makefile
config.status: creating src/DiskIO/Makefile
config.status: creating src/DiskIO/AIO/Makefile
config.status: creating src/DiskIO/Blocking/Makefile
config.status: creating src/DiskIO/DiskDaemon/Makefile
config.status: creating src/DiskIO/DiskThreads/Makefile
config.status: creating src/DiskIO/IpcIo/Makefile
config.status: creating src/DiskIO/Mmapped/Makefile
config.status: creating src/esi/Makefile
config.status: creating src/eui/Makefile
config.status: creating src/format/Makefile
config.status: creating src/fs/Makefile
config.status: creating src/ftp/Makefile
config.status: creating src/helper/Makefile
config.status: creating src/http/Makefile
config.status: creating src/http/one/Makefile
config.status: creating src/http/url_rewriters/Makefile
config.status: creating src/http/url_rewriters/fake/Makefile
config.status: creating src/http/url_rewriters/LFS/Makefile
config.status: creating src/icmp/Makefile
config.status: creating src/ident/Makefile
config.status: creating src/ip/Makefile
config.status: creating src/ipc/Makefile
config.status: creating src/log/Makefile
config.status: creating src/log/DB/Makefile
config.status: creating src/log/file/Makefile
config.status: creating src/mem/Makefile
config.status: creating src/mgr/Makefile
config.status: creating src/parser/Makefile
config.status: creating src/repl/Makefile
config.status: creating src/sbuf/Makefile
config.status: creating src/security/Makefile
config.status: creating src/security/cert_generators/Makefile
config.status: creating src/security/cert_generators/file/Makefile
config.status: creating src/security/cert_validators/Makefile
config.status: creating src/security/cert_validators/fake/Makefile
config.status: creating src/servers/Makefile
config.status: creating src/snmp/Makefile
config.status: creating src/ssl/Makefile
config.status: creating src/store/Makefile
config.status: creating src/store/id_rewriters/Makefile
config.status: creating src/store/id_rewriters/file/Makefile
config.status: creating test-suite/Makefile
config.status: creating tools/Makefile
config.status: creating tools/apparmor/Makefile
config.status: creating tools/helper-mux/Makefile
config.status: creating tools/purge/Makefile
config.status: creating tools/squidclient/Makefile
config.status: creating tools/systemd/Makefile
config.status: creating tools/sysvinit/Makefile
config.status: creating include/autoconf.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libltdl (/home/pbulk/build/www/squid4/work/squid-4.17/libltdl)
configure: running /usr/bin/bash ./configure --disable-option-checking '--prefix=/opt/pkg'  '--sysconfdir=/etc/opt/pkg/squid' '--localstatedir=/var/opt/pkg/squid' '--datarootdir=/opt/pkg/share/squid' '--disable-arch-native' '--enable-cachemgr-hostname=localhost' '--enable-delay-pools' '--enable-icap-client' '--enable-icmp' '--enable-poll' '--enable-removal-policies=lru,heap' '--enable-storeio=aufs diskd ufs' '--with-aio' '--with-default-user=squid' '--with-pidfile=/var/opt/pkg/run/squid.pid' '--disable-ecap' '--enable-esi' '--without-mit-krb5' '--without-heimdal-krb5' '--enable-snmp' '--with-openssl=/opt/pkg' '--enable-ssl-crtd' '--without-gnutls' '--enable-auth-basic=DB NCSA PAM fake getpwnam PAM' '--enable-auth-digest=file' '--disable-auth-negotiate' '--enable-auth-ntlm=SMB_LM fake' '--enable-external-acl-helpers=file_userip unix_group' '--build=x86_64-sun-solaris2.11' '--host=x86_64-sun-solaris2.11' '--mandir=/opt/pkg/share/man' 'build_alias=x86_64-sun-solaris2.11' 'host_alias=x86_64-sun-solaris2.11' 'CC=gcc' 'CFLAGS=-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include' 'LDFLAGS=-L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64' 'LIBS=' 'CPPFLAGS=-DDEFAULT_SQUID_CONF=\"/etc/opt/pkg/squid/squid.conf\" -I/opt/pkg/include -I/usr/include' 'CXX=g++' 'CXXFLAGS=-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /opt/pkg/bin/bsdinstall -c -o pbulk -g pbulk
checking whether build environment is sane... yes
checking for a race-free mkdir -p... ./../cfgaux/install-sh -c -d
checking for gawk... /usr/bin/nawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-sun-solaris2.11
checking host system type... x86_64-sun-solaris2.11
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-sun-solaris2.11-gcc... gcc
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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/xpg4/bin/grep
checking for egrep... (cached) /usr/xpg4/bin/grep -E
checking for fgrep... /usr/xpg4/bin/grep -F
checking for ld used by gcc... /bin/ld
checking if the linker (/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p
checking the name lister (/usr/bin/nm -p) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 786240
checking how to convert x86_64-sun-solaris2.11 file names to x86_64-sun-solaris2.11 format... func_convert_file_noop
checking how to convert x86_64-sun-solaris2.11 file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for x86_64-sun-solaris2.11-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-sun-solaris2.11-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-sun-solaris2.11-ar... no
checking for ar... ar
checking for archiver @FILE support... no
checking for x86_64-sun-solaris2.11-strip... no
checking for strip... strip
checking for x86_64-sun-solaris2.11-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for x86_64-sun-solaris2.11-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/bin/ld -64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking what extension is used for runtime loadable modules... .so
checking what variable specifies run-time module search path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib
checking for gcc options needed to detect all undeclared functions... none needed
checking for library containing dlopen... none required
checking for dlerror... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dld_link in -ldld... no
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking for argz.h... no
checking for error_t... no
checking for argz_add... no
checking for argz_append... no
checking for argz_count... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for unistd.h... (cached) yes
checking for dl.h... no
checking for sys/dl.h... yes
checking for dld.h... no
checking for mach-o/dyld.h... no
checking for dirent.h... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking for strlcat... yes
checking for strlcpy... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands