=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/www/p5-Apache-ASP", "configure", "PKG_APACHE=apache24", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] => Checksum BLAKE2s OK for Apache-ASP-2.63.tar.gz => Checksum SHA512 OK for Apache-ASP-2.63.tar.gz ===> Installing dependencies for p5-Apache-ASP-2.63nb9 ========================================================================== The following variables will affect the build process of this package, p5-Apache-ASP-2.63nb9. Their current value is shown below: * BDB185_DEFAULT = db4 * BDB_DEFAULT = db4 * PKG_APACHE_DEFAULT = apache24 * SSLBASE (defined) * SSLCERTBUNDLE (not defined) * SSLCERTS = /opt/local/etc/openssl/certs * SSLDIR = /opt/local/etc/openssl * SSLKEYS = /opt/local/etc/openssl/private Based on these variables, the following variables have been set: * APACHE_PKG_PREFIX = ap24 * BDBBASE (defined, but empty) * BDB_LIBS = -ldb4 * BDB_TYPE = db4 * PKG_APACHE = apache24 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 perl>=5.44.0: found perl-5.44.0nb1 => 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 p5-Apache-Filter>=1.019: found p5-Apache-Filter-1.024nb18 => Full dependency p5-Apache-SSI>=2.16: found p5-Apache-SSI-2.19nb18 => Full dependency p5-Devel-Symdump>=2.00: found p5-Devel-Symdump-2.1800nb10 => Full dependency p5-HTML-Clean>=0.8: found p5-HTML-Clean-1.4nb7 => Full dependency p5-HTML-FillInForm>=0.8: found p5-HTML-FillInForm-2.22nb5 => Full dependency p5-MLDBM>=2.00: found p5-MLDBM-2.05nb13 => Full dependency p5-MLDBM-Sync>=0.15: found p5-MLDBM-Sync-0.30nb19 => Full dependency p5-XML-XSLT>=0.32: found p5-XML-XSLT-0.48nb22 => Full dependency p5-libwww>=5.48: found p5-libwww-6.83nb1 => Full dependency ap24-perl>=2.0.12nb1: found ap24-perl-2.0.13nb3 => Full dependency gcc13-libs>=13.4.0: found gcc13-libs-13.4.0 => Full dependency perl>=5.44.0<5.45.0: found perl-5.44.0nb1 => Full dependency apache>=2.4.7<2.5: found apache-2.4.68nb1 => Full dependency apr>=1.5.0: found apr-1.7.6 => Full dependency apr-util>=1.2.8: found apr-util-1.6.4 => Full dependency cyrus-sasl>=2.1.12: found cyrus-sasl-2.1.28nb2 => Full dependency db4>=4.8.30: found db4-4.8.30nb1 => Full dependency expat>=1.95.7: found expat-2.8.4 => Full dependency libiconv>=1.9.1: found libiconv-1.19 => Full dependency libuuid>=2.18: found libuuid-2.40.2 => Full dependency openldap-client>=2.4.6: found openldap-client-2.7.0 => Full dependency openssl>=1.1.1: found openssl-3.6.4nb1 ===> Overriding tools for p5-Apache-ASP-2.63nb9 ===> Extracting for p5-Apache-ASP-2.63nb9 ===> Patching for p5-Apache-ASP-2.63nb9 ===> Creating toolchain wrappers for p5-Apache-ASP-2.63nb9 /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/www/p5-Apache-ASP/work/.cwrapper/specs.pkgsrc /usr/bin/mkdir -p /tmp/work/www/p5-Apache-ASP/work/.buildlink/bin && /usr/bin/ln -fs ../sbin/apxs /tmp/work/www/p5-Apache-ASP/work/.buildlink/bin/apxs /usr/bin/mkdir -p /tmp/work/www/p5-Apache-ASP/work/.buildlink/bin && /usr/bin/ln -fs apr-1-config /tmp/work/www/p5-Apache-ASP/work/.buildlink/bin/apr-config /usr/bin/mkdir -p /tmp/work/www/p5-Apache-ASP/work/.buildlink/bin && /usr/bin/ln -fs apu-1-config /tmp/work/www/p5-Apache-ASP/work/.buildlink/bin/apu-config ===> Configuring for p5-Apache-ASP-2.63nb9 => Replacing Perl interpreter in ASP.pm. INFO: [replace-interpreter] Nothing changed in ASP.pm. Checking for the REQUIRED modules... ... found Carp ! ... found Class::Struct ! ... found Data::Dumper ! ... found Digest::MD5 ! ... found Fcntl ! ... found File::Basename ! ... found MLDBM ! ... found MLDBM::Sync >= 0.25 ! ... found SDBM_File ! GOOD NEWS! You have all the required modules installed for Apache::ASP. Checking for the OPTIONAL modules... ??? you may want module: CGI WHY: Required for file upload, make test, and command line ./cgi/asp script ... found Compress::Zlib ! ... found Devel::Symdump ! ... found HTML::Clean ! ... found HTML::FillInForm ! ... found MLDBM::Sync::SDBM_File ! ... found Net::Config ! ... found Net::SMTP ! ... found Time::HiRes ! ??? you may want module: XML::LibXSLT WHY: XSLT that is 2 times faster than XML::Sablotron ??? you may want module: XML::XSLT >= 0.32 WHY: XSLT, written in perl so makes for an easy install after installing Bundle::XML from CPAN. --- OPTIONAL modules missing. You can install Apache::ASP without these. --- =-=-= CPAN HELP -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--= There are many modules that have to be installed in order to begin using Apache::ASP. The easiest way to install modules is with CPAN.pm. To use its command line shell, execute the following: > perl -MCPAN -eshell Then to install any required modules, like MLDBM::Sync cpan> install MLDBM::Sync To install the modules commonly used with Apache::ASP, do: cpan> install Bundle::Apache::ASP and cpan will do all the work for you. For more information, please view the CPAN docs with > perldoc CPAN =-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-= +++ Looks good! You are ready to install Apache::ASP! +++ Checking if your kit is complete... Warning: the following files are missing in your kit: build/build_ads.sh build/global/ad.inc Please inform the author. Generating a Unix-style Makefile Writing Makefile for Apache::ASP Writing MYMETA.yml and MYMETA.json