WARNING: [license.mk] Every package should define a LICENSE. => Checksum BLAKE2s OK for cdk-perl-20250526.tgz => Checksum SHA512 OK for cdk-perl-20250526.tgz ===> Installing dependencies for p5-cdk-20250526nb1 => Tool dependency perl>=5.42.0: found perl-5.42.0 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => 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 => Full dependency ncurses>=5.3nb1: found ncurses-6.5nb1 ===> 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... aarch64-apple-darwin23 checking host system type... aarch64-apple-darwin23 checking for aarch64-apple-darwin23-gcc... clang 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 clang accepts -g... yes checking version of clang... 13.1.6 checking if this is really Clang C compiler... yes checking version of clang... 13.1.6 checking if option -Qunused-arguments works... yes checking if option -Wno-error=implicit-function-declaration works... yes checking for clang 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 aarch64-apple-darwin23-ar... no checking for ar... ar checking target system type... aarch64-apple-darwin23 Configuring for darwin23 checking if you want to use pkg-config... yes checking for aarch64-apple-darwin23-pkg-config... /Users/pbulk/build/devel/p5-cdk/work/.tools/bin/pkg-config checking for aarch64-apple-darwin23-ld... no checking for ld... ld checking for aarch64-apple-darwin23-ar... no checking for ar... /usr/bin/ar checking for aarch64-apple-darwin23-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... clang -E checking if the POSIX test-macros are already defined... 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... /opt/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 = /opt/pkg/lib/perl5/vendor_perl/5.42.0/darwin-thread-multi-2level < VENDORLIBEXP = /opt/pkg/lib/perl5/vendor_perl/5.42.0 --- > VENDORARCHEXP = $(BUILDDIR)/opt/pkg/lib/perl5/vendor_perl/5.42.0/darwin-thread-multi-2level > VENDORLIBEXP = $(BUILDDIR)/opt/pkg/lib/perl5/vendor_perl/5.42.0 87c87 < INSTALLDIRS = site --- > INSTALLDIRS = vendor 129c129 < PERL_LIB = /opt/pkg/lib/perl5/5.42.0 --- > PERL_LIB = $(BUILDDIR)/opt/pkg/lib/perl5/5.42.0 277c277 < UNINSTALL = $(ABSPERLRUN) -MExtUtils::Command::MM -e 'uninstall' -- --- > UNINSTALL = $(ABSPERLRUN) -MExtUtils::Install -e 'uninstall(shift @ARGV)' -- 592d591 < - $(MV) $(FIRST_MAKEFILE) $(MAKEFILE_OLD) $(DEV_NULL) 816c815 < read "$(PERL_ARCHLIB)/auto/$(FULLEXT)/.packlist" \ --- > read "$(BUILDDIR)$(PERL_ARCHLIB)/auto/$(FULLEXT)/.packlist" \ 839c838 < "$(PERL_ARCHLIB)/auto/$(FULLEXT)" --- > "$(BUILDDIR)$(PERL_ARCHLIB)/auto/$(FULLEXT)" 891c890 < $(NOECHO) $(UNINSTALL) "$(PERL_ARCHLIB)/auto/$(FULLEXT)/.packlist" --- > $(NOECHO) $(UNINSTALL) "$(BUILDDIR)$(PERL_ARCHLIB)/auto/$(FULLEXT)/.packlist" 1046c1045 < test :: $(TEST_TYPE) --- > check test :: $(TEST_TYPE)