>>> Building on exopi-5 under devel/p5-Devel-FindRef BDEPENDS = [devel/p5-Canary-Stability] DIST = [devel/p5-Devel-FindRef:Devel-FindRef-1.46.tar.gz] FULLPKGNAME = p5-Devel-FindRef-1.460p1 RDEPENDS = [devel/p5-common-sense] (Junk lock obtained for exopi-5 at 1711445550.19) >>> Running depends in devel/p5-Devel-FindRef at 1711445550.21 /usr/sbin/pkg_add -aI -Drepair p5-Canary-Stability-2013p0 was: /usr/sbin/pkg_add -aI -Drepair p5-Canary-Stability-2013p0 /usr/sbin/pkg_add -aI -Drepair p5-Canary-Stability-2013p0 >>> Running show-prepare-results in devel/p5-Devel-FindRef at 1711445550.84 ===> devel/p5-Devel-FindRef ===> Building from scratch p5-Devel-FindRef-1.460p1 ===> p5-Devel-FindRef-1.460p1 depends on: p5-Canary-Stability-* -> p5-Canary-Stability-2013p0 ===> Verifying specs: c perl ===> found c.99.0 perl.23.0 p5-Canary-Stability-2013p0 (Junk lock released for exopi-5 at 1711445551.53) distfiles size=9737 >>> Running build in devel/p5-Devel-FindRef at 1711445551.56 ===> devel/p5-Devel-FindRef ===> Checking files for p5-Devel-FindRef-1.460p1 `/exopi-cvs/ports/distfiles/Devel-FindRef-1.46.tar.gz' is up to date. >> (SHA256) Devel-FindRef-1.46.tar.gz: OK ===> Extracting for p5-Devel-FindRef-1.460p1 ===> Patching for p5-Devel-FindRef-1.460p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Devel-FindRef-1.460p1 ===> Configuring for p5-Devel-FindRef-1.460p1 *** *** Canary::Stability COMPATIBILITY AND SUPPORT CHECK *** ================================================= *** *** Hi! *** *** I do my best to provide predictable and reliable software. *** *** However, in recent releases, P5P (who maintain perl) have been *** introducing regressions that are sometimes subtle and at other times *** catastrophic, often for personal preferences with little or no concern *** for existing code, most notably CPAN. *** *** For this reason, it has become very hard for me to maintain the level *** of reliability and support I have committed myself to in the past, at *** least with some perl versions: I simply can't keep up working around new *** bugs or gratituous incompatibilities, and in turn you might suffer from *** unanticipated problems. *** *** Therefore I have introduced a support and compatibility check, the results *** of which follow below, together with a FAQ and some recommendations. *** *** This check is just to let you know that there might be a risk, so you can *** make judgement calls on how to proceed - it will not keep the module from *** installing or working. *** *** The stability canary says: (nothing, it was driven away by harsh weather) *** *** It seems you are running perl version 5.036003, likely the "official" or *** "standard" version. While there is nothing wrong with doing that, *** standard perl versions 5.022 and up are not supported by Devel::FindRef. *** While this might be fatal, it might also be all right - if you run into *** problems, you might want to downgrade your perl or switch to the *** stability branch. *** *** If everything works fine, you can ignore this message. *** *** *** Stability canary mini-FAQ: *** *** Do I need to do anything? *** With luck, no. While some distributions are known to fail *** already, most should probably work. This message is here *** to alert you that your perl is not supported by Devel::FindRef, *** and if things go wrong, you either need to downgrade, or *** sidegrade to the stability variant of your perl version, *** or simply live with the consequences. *** *** What is this canary thing? *** It's purpose is to check support status of Devel::FindRef with *** respect to your perl version. *** *** What is this "stability branch"? *** It's a branch or fork of the official perl, by schmorp, to *** improve stability and compatibility with existing modules. *** *** How can I skip this prompt on automated installs? *** Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment. *** More info is in the Canary::Stability manpage. *** *** Long version of this FAQ: http://stableperl.schmorp.de/faq.html *** Stability Branch homepage: http://stableperl.schmorp.de/ *** Continue anyways? [y] y Warning: prerequisite Task::Weaken 0 not found. Warning: prerequisite common::sense 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Devel::FindRef Writing MYMETA.yml and MYMETA.json ===> Building for p5-Devel-FindRef-1.460p1 cp FindRef.pm blib/lib/Devel/FindRef.pm Running Mkbootstrap for FindRef () chmod 644 "FindRef.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- FindRef.bs blib/arch/auto/Devel/FindRef/FindRef.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' FindRef.xs > FindRef.xsc mv FindRef.xsc FindRef.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.46\" -DXS_VERSION=\"1.46\" -DPIC -fpic "-I/usr/libdata/perl5/amd64-openbsd/CORE" FindRef.c FindRef.xs:229:33: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ FindRef.xs:258:103: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] res_pair (form ("the target for the lvalue array element #%d,", LvTARGOFF (sv))); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ %zu /usr/libdata/perl5/amd64-openbsd/CORE/sv.h:1500:23: note: expanded from macro 'LvTARGOFF' #define LvTARGOFF(sv) ((XPVLV*) SvANY(sv))->xlv_targoff ^ FindRef.xs:48:27: note: expanded from macro 'res_pair' av_push (av, newSVpv (text, 0)); \ ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ /usr/libdata/perl5/amd64-openbsd/CORE/embed.h:395:42: note: expanded from macro 'newSVpv' #define newSVpv(a,b) Perl_newSVpv(aTHX_ a,b) ^ /usr/libdata/perl5/amd64-openbsd/CORE/embed.h:69:44: note: expanded from macro 'av_push' #define av_push(a,b) Perl_av_push(aTHX_ a,b) ^ FindRef.xs:262:64: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] LvTYPE (sv), LvTARGOFF (sv), LvTARGLEN (sv))); ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/libdata/perl5/amd64-openbsd/CORE/sv.h:1500:23: note: expanded from macro 'LvTARGOFF' #define LvTARGOFF(sv) ((XPVLV*) SvANY(sv))->xlv_targoff ^ FindRef.xs:48:27: note: expanded from macro 'res_pair' av_push (av, newSVpv (text, 0)); \ ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ /usr/libdata/perl5/amd64-openbsd/CORE/embed.h:395:42: note: expanded from macro 'newSVpv' #define newSVpv(a,b) Perl_newSVpv(aTHX_ a,b) ^ /usr/libdata/perl5/amd64-openbsd/CORE/embed.h:69:44: note: expanded from macro 'av_push' #define av_push(a,b) Perl_av_push(aTHX_ a,b) ^ FindRef.xs:262:80: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] LvTYPE (sv), LvTARGOFF (sv), LvTARGLEN (sv))); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /usr/libdata/perl5/amd64-openbsd/CORE/sv.h:1502:23: note: expanded from macro 'LvTARGLEN' #define LvTARGLEN(sv) ((XPVLV*) SvANY(sv))->xlv_targlen ^ FindRef.xs:48:27: note: expanded from macro 'res_pair' av_push (av, newSVpv (text, 0)); \ ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ /usr/libdata/perl5/amd64-openbsd/CORE/embed.h:395:42: note: expanded from macro 'newSVpv' #define newSVpv(a,b) Perl_newSVpv(aTHX_ a,b) ^ /usr/libdata/perl5/amd64-openbsd/CORE/embed.h:69:44: note: expanded from macro 'av_push' #define av_push(a,b) Perl_av_push(aTHX_ a,b) ^ FindRef.xs:155:31: warning: 12 enumeration values not handled in switch: 'SVt_NULL', 'SVt_IV', 'SVt_NV'... [-Wswitch] switch (SvTYPE (sv)) ^~~~~~~~~~~ /usr/libdata/perl5/amd64-openbsd/CORE/sv.h:361:20: note: expanded from macro 'SvTYPE' #define SvTYPE(sv) ((svtype)((sv)->sv_flags & SVTYPEMASK)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5 warnings generated. rm -f blib/arch/auto/Devel/FindRef/FindRef.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib FindRef.o -o blib/arch/auto/Devel/FindRef/FindRef.so chmod 755 blib/arch/auto/Devel/FindRef/FindRef.so Manifying 1 pod document >>> Running package in devel/p5-Devel-FindRef at 1711445554.78 ===> devel/p5-Devel-FindRef ===> Faking installation for p5-Devel-FindRef-1.460p1 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- FindRef.bs blib/arch/auto/Devel/FindRef/FindRef.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /exopi-obj/pobj/p5-Devel-FindRef-1.460/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/Devel/FindRef/FindRef.so Installing /exopi-obj/pobj/p5-Devel-FindRef-1.460/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/Devel/FindRef.pm Installing /exopi-obj/pobj/p5-Devel-FindRef-1.460/fake-amd64/usr/local/man/man3p/Devel::FindRef.3p Appending installation info to /exopi-obj/pobj/p5-Devel-FindRef-1.460/fake-amd64/usr/./libdata/perl5/amd64-openbsd/perllocal.pod ===> Building package for p5-Devel-FindRef-1.460p1 Create /exopi-cvs/ports/packages/amd64/all/p5-Devel-FindRef-1.460p1.tgz Creating package p5-Devel-FindRef-1.460p1 reading plist| checking dependencies| checking dependencies|devel/p5-common-sense checksumming| checksumming| | 0% checksumming|*** | 6% checksumming|******* | 11% checksumming|********** | 17% checksumming|************** | 22% checksumming|***************** | 28% checksumming|******************** | 33% checksumming|************************ | 39% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************* | 61% checksumming|***************************************** | 67% checksumming|******************************************** | 72% checksumming|*********************************************** | 78% checksumming|*************************************************** | 83% checksumming|****************************************************** | 89% checksumming|********************************************************** | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|************************************ | 57% archiving|***************************************************** | 82% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/p5-Devel-FindRef-1.460p1.tgz >>> Running clean in devel/p5-Devel-FindRef at 1711445557.18 ===> devel/p5-Devel-FindRef ===> Cleaning for p5-Devel-FindRef-1.460p1 >>> Ended at 1711445557.41 max_stuck=0.47/depends=0.63/show-prepare-results=0.72/build=3.22/package=2.41/clean=0.25