>>> Building on exopi-5 under converters/p5-CBOR-XS BDEPENDS = [devel/p5-Canary-Stability] DIST = [converters/p5-CBOR-XS:CBOR-XS-1.87.tar.gz] FULLPKGNAME = p5-CBOR-XS-1.87 RDEPENDS = [devel/p5-common-sense;converters/p5-Types-Serialiser] (Junk lock obtained for exopi-5 at 1714586026.36) >>> Running depends in converters/p5-CBOR-XS at 1714586026.38 /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 converters/p5-CBOR-XS at 1714586027.10 ===> converters/p5-CBOR-XS ===> Building from scratch p5-CBOR-XS-1.87 ===> p5-CBOR-XS-1.87 depends on: p5-Canary-Stability-* -> p5-Canary-Stability-2013p0 ===> Verifying specs: c perl ===> found c.100.0 perl.23.0 p5-Canary-Stability-2013p0 (Junk lock released for exopi-5 at 1714586028.03) distfiles size=80713 >>> Running build in converters/p5-CBOR-XS at 1714586028.07 ===> converters/p5-CBOR-XS ===> Checking files for p5-CBOR-XS-1.87 `/exopi-cvs/ports/distfiles/CBOR-XS-1.87.tar.gz' is up to date. >> (SHA256) CBOR-XS-1.87.tar.gz: OK ===> Extracting for p5-CBOR-XS-1.87 ===> Patching for p5-CBOR-XS-1.87 ===> 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-CBOR-XS-1.87 ===> Configuring for p5-CBOR-XS-1.87 *** *** 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 CBOR::XS. *** 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 CBOR::XS, *** 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 CBOR::XS 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 1.06 not found. Warning: prerequisite Types::Serialiser 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 CBOR::XS Writing MYMETA.yml and MYMETA.json ===> Building for p5-CBOR-XS-1.87 cp XS.pm blib/lib/CBOR/XS.pm Running Mkbootstrap for XS () chmod 644 "XS.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/CBOR/XS/XS.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/exopi-obj/pobj/p5-CBOR-XS-1.87/CBOR-XS-1.87/typemap' XS.xs > XS.xsc mv XS.xsc XS.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.87\" -DXS_VERSION=\"1.87\" -DPIC -fpic "-I/usr/libdata/perl5/amd64-openbsd/CORE" XS.c XS.xs:386:28: warning: implicit conversion from 'int' to 'char' changes value from 249 to -7 [-Wconstant-conversion] *enc->cur++ = MAJOR_MISC | MISC_FLOAT16; ~ ~~~~~~~~~~~^~~~~~~~~~~~~~ XS.xs:402:28: warning: implicit conversion from 'int' to 'char' changes value from 250 to -6 [-Wconstant-conversion] *enc->cur++ = MAJOR_MISC | MISC_FLOAT32; ~ ~~~~~~~~~~~^~~~~~~~~~~~~~ XS.xs:418:28: warning: implicit conversion from 'int' to 'char' changes value from 251 to -5 [-Wconstant-conversion] *enc->cur++ = MAJOR_MISC | MISC_FLOAT64; ~ ~~~~~~~~~~~^~~~~~~~~~~~~~ XS.xs:432:39: warning: implicit conversion from 'int' to 'char' changes value from 245 to -11 [-Wconstant-conversion] encode_ch (enc, istrue ? MAJOR_MISC | SIMPLE_TRUE : MAJOR_MISC | SIMPLE_FALSE); ~~~~~~~~~ ~~~~~~~~~~~^~~~~~~~~~~~~ XS.xs:432:66: warning: implicit conversion from 'int' to 'char' changes value from 244 to -12 [-Wconstant-conversion] encode_ch (enc, istrue ? MAJOR_MISC | SIMPLE_TRUE : MAJOR_MISC | SIMPLE_FALSE); ~~~~~~~~~ ~~~~~~~~~~~^~~~~~~~~~~~~~ XS.xs:554:31: warning: implicit conversion from 'int' to 'char' changes value from 191 to -65 [-Wconstant-conversion] encode_ch (enc, MAJOR_MAP | MINOR_INDEF); ~~~~~~~~~ ~~~~~~~~~~^~~~~~~~~~~~~ XS.xs:569:32: warning: implicit conversion from 'int' to 'char' changes value from 255 to -1 [-Wconstant-conversion] encode_ch (enc, MAJOR_MISC | MINOR_INDEF); ~~~~~~~~~ ~~~~~~~~~~~^~~~~~~~~~~~~ XS.xs:603:38: warning: implicit conversion from 'int' to 'char' changes value from 247 to -9 [-Wconstant-conversion] encode_ch (enc, MAJOR_MISC | SIMPLE_UNDEF); ~~~~~~~~~ ~~~~~~~~~~~^~~~~~~~~~~~~~ XS.xs:771:32: warning: implicit conversion from 'int' to 'char' changes value from 246 to -10 [-Wconstant-conversion] encode_ch (enc, MAJOR_MISC | SIMPLE_NULL); ~~~~~~~~~ ~~~~~~~~~~~^~~~~~~~~~~~~ XS.xs:773:32: warning: implicit conversion from 'int' to 'char' changes value from 247 to -9 [-Wconstant-conversion] encode_ch (enc, MAJOR_MISC | SIMPLE_UNDEF); ~~~~~~~~~ ~~~~~~~~~~~^~~~~~~~~~~~~~ XS.xs:987:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] else if (ecb_expect_true ((U8)(*dec->cur - MAJOR_TEXT) <= LENGTH_EXT8)) ^ XS.xs:1109:13: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ 12 warnings generated. rm -f blib/arch/auto/CBOR/XS/XS.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib XS.o -o blib/arch/auto/CBOR/XS/XS.so chmod 755 blib/arch/auto/CBOR/XS/XS.so Manifying 1 pod document >>> Running package in converters/p5-CBOR-XS at 1714586032.93 ===> converters/p5-CBOR-XS ===> Faking installation for p5-CBOR-XS-1.87 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/CBOR/XS/XS.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-CBOR-XS-1.87/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/CBOR/XS/XS.so Installing /exopi-obj/pobj/p5-CBOR-XS-1.87/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/CBOR/XS.pm Installing /exopi-obj/pobj/p5-CBOR-XS-1.87/fake-amd64/usr/local/man/man3p/CBOR::XS.3p Appending installation info to /exopi-obj/pobj/p5-CBOR-XS-1.87/fake-amd64/usr/./libdata/perl5/amd64-openbsd/perllocal.pod ===> Building package for p5-CBOR-XS-1.87 Create /exopi-cvs/ports/packages/amd64/all/p5-CBOR-XS-1.87.tgz Creating package p5-CBOR-XS-1.87 reading plist| checking dependencies| checking dependencies|converters/p5-Types-Serialiser 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|******************** | 31% archiving|******************************************** | 68% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/p5-CBOR-XS-1.87.tgz >>> Running clean in converters/p5-CBOR-XS at 1714586036.97 ===> converters/p5-CBOR-XS ===> Cleaning for p5-CBOR-XS-1.87 >>> Ended at 1714586037.31 max_stuck=0.00/depends=0.69/show-prepare-results=0.98/build=4.88/package=3.98/clean=0.42