=> Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for cdk-perl-20250526.tgz => Checksum SHA512 OK for cdk-perl-20250526.tgz ===> Installing dependencies for p5-cdk-20250526nb1 => Tool dependency mktools-[0-9]*: found mktools-20250213 => Tool dependency perl>=5.42.0: found perl-5.42.0 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Full dependency cdk>=5.0.20210324nb1: found cdk-5.0.20250116 => Full dependency perl>=5.42.0<5.43.0: found perl-5.42.0 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Overriding tools for p5-cdk-20250526nb1 ===> Extracting for p5-cdk-20250526nb1 ===> Patching for p5-cdk-20250526nb1 ===> Creating toolchain wrappers for p5-cdk-20250526nb1 ===> Configuring for p5-cdk-20250526nb1 => 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 checking for version used by Cdk.pm... 5.20250526 checking build system type... alpha--netbsd checking host system type... alpha--netbsd checking for alpha--netbsd-gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking version of gcc... 10.5.0 checking if this is really Clang C compiler... no checking for gcc option to accept ANSI C... none needed checking $CFLAGS variable... broken configure: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options checking $CC variable... ok checking for alpha--netbsd-ar... no checking for ar... ar checking target system type... alpha--netbsd Configuring for netbsd checking if you want to use pkg-config... yes checking for alpha--netbsd-pkg-config... /tmp/pkgbuild/devel/p5-cdk/work.alpha/.tools/bin/pkg-config checking for alpha--netbsd-ld... no checking for ld... ld checking for alpha--netbsd-ar... no checking for ar... /usr/bin/ar checking for alpha--netbsd-ranlib... no checking for ranlib... ranlib checking for ggrep... /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking how to run the C preprocessor... gcc -E checking if the POSIX test-macros are already defined... no checking if _XOPEN_SOURCE really is set... no checking if we should define _XOPEN_SOURCE... no 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 whether exit is declared... yes checking for fgrep... /usr/bin/grep -F checking if you want to use C11 _Noreturn feature... no checking if you want to turn on gcc warnings... no checking if you want to use dmalloc for testing... no checking if you want to use dbmalloc for testing... no checking if you want to use valgrind for testing... no checking if you want to perform memory-leak testing... no checking for perl... /usr/pkg/bin/perl checking if you want to use cdk5-config for C flags... yes configure: creating ./config.status config.status: creating Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Cdk Writing MYMETA.yml and MYMETA.json ** updated Makefile to allow in-tree test-builds 60,61c60,61 < VENDORARCHEXP = /usr/pkg/lib/perl5/vendor_perl/5.42.0/alpha-netbsd-thread-multi < VENDORLIBEXP = /usr/pkg/lib/perl5/vendor_perl/5.42.0 --- > VENDORARCHEXP = $(BUILDDIR)/usr/pkg/lib/perl5/vendor_perl/5.42.0/alpha-netbsd-thread-multi > VENDORLIBEXP = $(BUILDDIR)/usr/pkg/lib/perl5/vendor_perl/5.42.0 87c87 < INSTALLDIRS = site --- > INSTALLDIRS = vendor 129c129 < PERL_LIB = /usr/pkg/lib/perl5/5.42.0 --- > PERL_LIB = $(BUILDDIR)/usr/pkg/lib/perl5/5.42.0 277c277 < UNINSTALL = $(ABSPERLRUN) -MExtUtils::Command::MM -e 'uninstall' -- --- > UNINSTALL = $(ABSPERLRUN) -MExtUtils::Install -e 'uninstall(shift @ARGV)' -- 514c514 < $(PERL_ARCHIVE) $(LDLOADLIBS) "-L$(PERL_INC)" "-Wl,-R$(INSTALLARCHLIB)/CORE" "-Wl,-R$(PERL_ARCHLIB)/CORE" -lperl $(PERL_ARCHIVE_AFTER) $(EXPORT_LIST) \ --- > $(PERL_ARCHIVE) $(LDLOADLIBS) "-L$(PERL_INC)" "-Wl,-R$(INSTALLARCHLIB)/CORE" "-Wl,-R$(BUILDDIR)$(PERL_ARCHLIB)/CORE" -lperl $(PERL_ARCHIVE_AFTER) $(EXPORT_LIST) \ 593d592 < - $(MV) $(FIRST_MAKEFILE) $(MAKEFILE_OLD) $(DEV_NULL) 817c816 < read "$(PERL_ARCHLIB)/auto/$(FULLEXT)/.packlist" \ --- > read "$(BUILDDIR)$(PERL_ARCHLIB)/auto/$(FULLEXT)/.packlist" \ 840c839 < "$(PERL_ARCHLIB)/auto/$(FULLEXT)" --- > "$(BUILDDIR)$(PERL_ARCHLIB)/auto/$(FULLEXT)" 892c891 < $(NOECHO) $(UNINSTALL) "$(PERL_ARCHLIB)/auto/$(FULLEXT)/.packlist" --- > $(NOECHO) $(UNINSTALL) "$(BUILDDIR)$(PERL_ARCHLIB)/auto/$(FULLEXT)/.packlist" 1046c1045 < test :: $(TEST_TYPE) --- > check test :: $(TEST_TYPE)