=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/security/cyrus-sasl-oauth2-oidc", "configure", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] => Checksum BLAKE2s OK for cyrus-sasl-oauth2-oidc-1.0.2.tar.gz => Checksum SHA512 OK for cyrus-sasl-oauth2-oidc-1.0.2.tar.gz ===> Installing dependencies for cyrus-sasl-oauth2-oidc-1.0.2nb1 ========================================================================== The following variables will affect the build process of this package, cyrus-sasl-oauth2-oidc-1.0.2nb1. Their current value is shown below: * SSLBASE (defined) * SSLCERTBUNDLE (not defined) * SSLCERTS = /opt/local/etc/openssl/certs * SSLDIR = /opt/local/etc/openssl * SSLKEYS = /opt/local/etc/openssl/private 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/local/bin/bmake clean' after the changes. ========================================================================== => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.7nb1 => Tool dependency automake>=1.9: found automake-1.18.1 => Tool dependency autoconf>=2.58: found autoconf-2.73 => Tool dependency pkgconf-[0-9]*: found pkgconf-3.0.6 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency gcc13>=13.4.0: found gcc13-13.4.0 => Full dependency cyrus-sasl>=2.1.28nb1: found cyrus-sasl-2.1.28nb2 => Full dependency gcc13-libs>=13.4.0: found gcc13-libs-13.4.0 => Full dependency liboauth2>=2.3.0nb1: found liboauth2-2.3.0nb1 => Full dependency cjose>=0.6.1: found cjose-0.6.2.6 => Full dependency curl>=7.12.3: found curl-8.22.0 => Full dependency gettext-lib>=0.22: found gettext-lib-1.0 => Full dependency libiconv>=1.9.1: found libiconv-1.19 => Full dependency jansson>=2.0: found jansson-2.15.1 => Full dependency libidn2>=2.0.0: found libidn2-2.3.7 => Full dependency libssh2>=0.18: found libssh2-1.11.1 => Full dependency libunistring>=0.9.3: found libunistring-1.4.2 => Full dependency libxml2>=2.6.2: found libxml2-2.15.3 => Full dependency nghttp2>=1.0.0: found nghttp2-1.70.0 => Full dependency openldap-client>=2.4.6: found openldap-client-2.7.0 => Full dependency openssl>=3.0: found openssl-3.6.4nb1 => Full dependency pcre2>=10.21: found pcre2-10.48 => Full dependency zlib>=1.1.4: found zlib-1.3.1 ===> Overriding tools for cyrus-sasl-oauth2-oidc-1.0.2nb1 ===> Extracting for cyrus-sasl-oauth2-oidc-1.0.2nb1 ===> Patching for cyrus-sasl-oauth2-oidc-1.0.2nb1 ===> Creating toolchain wrappers for cyrus-sasl-oauth2-oidc-1.0.2nb1 /usr/bin/sed -e '/^#/d' -e 's,@LINK_ARCH_DEFAULT@,link_arch64,g' -e 's,@LINK_LIBGCC_DEFAULT@,link_libgcc_arch64,g' -e 's,@LIBGCC_PREFIX@,/opt/local/gcc13/x86_64-sun-solaris2.11,g' < ../../extra/gcc13-libs/files/specs.pkgsrc > /tmp/work/security/cyrus-sasl-oauth2-oidc/work/.cwrapper/specs.pkgsrc ===> Configuring for cyrus-sasl-oauth2-oidc-1.0.2nb1 set -e; cd /tmp/work/security/cyrus-sasl-oauth2-oidc/work/cyrus-sasl-oauth2-oidc-1.0.2; /usr/bin/bash ./autogen.sh Generating build system for cyrus-sasl-oauth2-oidc... Checking for required autotools... All required tools found. Creating m4 directory... Running autoreconf... autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: no obvious need to run autopoint autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: configure.ac: no need to run autopoint (confirmed) autoreconf: running: aclocal --force -I m4 autoreconf: running: /opt/local/bin/autoconf --force autoreconf: running: /opt/local/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:10: installing './compile' configure.ac:12: installing './config.guess' configure.ac:12: installing './config.sub' configure.ac:7: installing './install-sh' configure.ac:7: installing './missing' Makefile.am: installing './depcomp' autoreconf: configure.ac: not running make: --make not given autoreconf: Leaving directory '.' Build system generated successfully! Next steps: 1. Run ./configure [options] to configure the build 2. Run make to build the plugin 3. Run make install to install the plugin Configuration options: --with-sasl-plugindir=DIR SASL plugin directory --with-cyrus-sasl-prefix=DIR Cyrus SASL installation prefix --with-oauth2-prefix=DIR liboauth2 installation prefix --enable-debug Enable debug build Example: ./configure --enable-debug make sudo make install => 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 configure: WARNING: unrecognized options: --with-libiconv-prefix checking for a BSD-compatible install... /opt/local/bin/bsdinstall -c -o pbuild -g pbuild checking whether sleep supports fractional seconds... yes checking filesystem timestamp resolution... 2 checking whether build environment is sane... yes checking for a race-free mkdir -p... mkdir -p checking for gawk... /usr/bin/nawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking xargs -n works... 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 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 C23 features... unsupported 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 for x86_64-sun-solaris2.11-ar... no checking for x86_64-sun-solaris2.11-lib... no checking for x86_64-sun-solaris2.11-link... no checking for ar... ar checking the archiver (ar) interface... ar 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 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)... /opt/local/bin/nm -B checking the name lister (/opt/local/bin/nm -B) 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-file... no checking for file... file 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... ar checking for archiver @FILE support... @ 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 /opt/local/bin/nm -B 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... rm: conftest*: No such file or directory 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... rm: conftest*: No such file or directory no checking dynamic linker characteristics... solaris2.11 ld.so checking how to hardcode library paths into programs... immediate 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 for oauth2_init in -loauth2... yes checking for cjose_jwk_create_RSA_spec in -lcjose... yes checking for json_object in -ljansson... yes checking for curl_easy_init in -lcurl... yes checking for SSL_CTX_new in -lssl... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for sasl/sasl.h... yes checking for sasl/saslplug.h... no configure: WARNING: saslplug.h not found, some functionality may be limited checking for sasl/plugin_common.h... no checking for oauth2/oauth2.h... yes checking for cjose/cjose.h... yes checking for jansson.h... yes checking for curl/curl.h... yes checking for size_t... yes checking for uint32_t... yes checking whether malloc (0) returns nonnull... yes checking whether realloc (0, 0) returns nonnull... yes checking for memset... yes checking for strdup... yes checking for strndup... yes checking for strcasecmp... yes checking for strstr... yes checking pkg-config is at least version 0.9.0... yes checking for libsasl2... yes configure: SASL plugin directory: /opt/local/lib/sasl2 checking whether oauth2_token_verify uses 5 or 6 parameters... 6 parameters (liboauth2 >= 2.2.0) configure: Tests will be built 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 rm: libtoolT: No such file or directory configure: WARNING: unrecognized options: --with-libiconv-prefix Configuration Summary: ===================== Package: cyrus-sasl-oauth2-oidc 1.0.2 C Compiler: gcc CFLAGS: -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -O2 -DNDEBUG SASL Plugin Directory: /opt/local/lib/sasl2 Cyrus SASL CPPFLAGS: Cyrus SASL LDFLAGS: OAuth2 CPPFLAGS: -I/usr/local/include OAuth2 LDFLAGS: -L/usr/local/lib Debug Build: no => Modifying libtool scripts to use pkgsrc libtool => Modifying libtool scripts to use pkgsrc depcomp