>>> Building on exopi-6 under converters/p5-JSON-XS BDEPENDS = [devel/p5-Canary-Stability] DIST = [converters/p5-JSON-XS:JSON-XS-4.03.tar.gz] FULLPKGNAME = p5-JSON-XS-4.03v1 RDEPENDS = [devel/p5-common-sense;converters/p5-Types-Serialiser] (Junk lock obtained for exopi-6 at 1713347716.05) >>> Running depends in converters/p5-JSON-XS at 1713347716.08 /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-JSON-XS at 1713347716.85 ===> converters/p5-JSON-XS ===> Building from scratch p5-JSON-XS-4.03v1 ===> p5-JSON-XS-4.03v1 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-6 at 1713347717.49) distfiles size=86749 >>> Running build in converters/p5-JSON-XS at 1713347717.52 ===> converters/p5-JSON-XS ===> Checking files for p5-JSON-XS-4.03v1 `/exopi-cvs/ports/distfiles/JSON-XS-4.03.tar.gz' is up to date. >> (SHA256) JSON-XS-4.03.tar.gz: OK ===> Extracting for p5-JSON-XS-4.03v1 ===> Patching for p5-JSON-XS-4.03v1 ===> 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-JSON-XS-4.03v1 ===> Configuring for p5-JSON-XS-4.03v1 *** *** 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 JSON::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 JSON::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 JSON::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 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 JSON::XS Writing MYMETA.yml and MYMETA.json ===> Building for p5-JSON-XS-4.03v1 cp XS/Boolean.pm blib/lib/JSON/XS/Boolean.pm cp XS.pm blib/lib/JSON/XS.pm Running Mkbootstrap for XS () chmod 644 "XS.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/exopi-obj/pobj/p5-JSON-XS-4.03/JSON-XS-4.03/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=\"4.03\" -DXS_VERSION=\"4.03\" -DPIC -fpic "-I/usr/libdata/perl5/amd64-openbsd/CORE" XS.c XS.xs:207:12: warning: 'Perl_utf8n_to_uvuni' is deprecated [-Wdeprecated-declarations] return utf8n_to_uvuni (s, len, clen, UTF8_CHECK_ONLY); ^ /usr/libdata/perl5/amd64-openbsd/CORE/embed.h:771:33: note: expanded from macro 'utf8n_to_uvuni' #define utf8n_to_uvuni(a,b,c,d) Perl_utf8n_to_uvuni(aTHX_ a,b,c,d) ^ /usr/libdata/perl5/amd64-openbsd/CORE/proto.h:4142:4: note: 'Perl_utf8n_to_uvuni' has been explicitly marked deprecated here __attribute__deprecated__; ^ /usr/libdata/perl5/amd64-openbsd/CORE/perl.h:371:60: note: expanded from macro '__attribute__deprecated__' # define __attribute__deprecated__ __attribute__((deprecated)) ^ XS.xs:353:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] else if (*pv == '0') ^ XS.xs:1151:25: warning: add explicit braces to avoid dangling else [-Wdangling-else] else if (hi < 0xe000) ^ XS.xs:1337:11: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ XS.xs:1440:45: warning: result of comparison of constant 128 with expression of type 'char' is always false [-Wtautological-constant-out-of-range-compare] if (p == e || *p < 0x20 || *p >= 0x80 || *p == '\\') ~~ ^ ~~~~ XS.xs:2254:11: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ XS.xs:2270:15: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ 7 warnings generated. rm -f blib/arch/auto/JSON/XS/XS.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib XS.o -o blib/arch/auto/JSON/XS/XS.so chmod 755 blib/arch/auto/JSON/XS/XS.so cp bin/json_xs blib/script/json_xs "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/json_xs Manifying 1 pod document Manifying 2 pod documents >>> Running package in converters/p5-JSON-XS at 1713347721.80 ===> converters/p5-JSON-XS ===> Faking installation for p5-JSON-XS-4.03v1 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 Manifying 1 pod document Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /exopi-obj/pobj/p5-JSON-XS-4.03/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/JSON/XS/XS.so Installing /exopi-obj/pobj/p5-JSON-XS-4.03/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/JSON/XS.pm Installing /exopi-obj/pobj/p5-JSON-XS-4.03/fake-amd64/usr/local/libdata/perl5/site_perl/amd64-openbsd/JSON/XS/Boolean.pm Installing /exopi-obj/pobj/p5-JSON-XS-4.03/fake-amd64/usr/local/man/man1/json_xs.1 Installing /exopi-obj/pobj/p5-JSON-XS-4.03/fake-amd64/usr/local/man/man3p/JSON::XS.3p Installing /exopi-obj/pobj/p5-JSON-XS-4.03/fake-amd64/usr/local/man/man3p/JSON::XS::Boolean.3p Installing /exopi-obj/pobj/p5-JSON-XS-4.03/fake-amd64/usr/local/bin/json_xs Appending installation info to /exopi-obj/pobj/p5-JSON-XS-4.03/fake-amd64/usr/./libdata/perl5/amd64-openbsd/perllocal.pod ===> Building package for p5-JSON-XS-4.03v1 Create /exopi-cvs/ports/packages/amd64/all/p5-JSON-XS-4.03v1.tgz Creating package p5-JSON-XS-4.03v1 reading plist| checking dependencies| checking dependencies|converters/p5-Types-Serialiser checking dependencies|devel/p5-common-sense checksumming| checksumming| | 0% checksumming|*** | 4% checksumming|***** | 9% checksumming|******** | 13% checksumming|*********** | 17% checksumming|************* | 22% checksumming|**************** | 26% checksumming|******************* | 30% checksumming|********************* | 35% checksumming|************************ | 39% checksumming|*************************** | 43% checksumming|***************************** | 48% checksumming|******************************** | 52% checksumming|********************************** | 57% checksumming|************************************* | 61% checksumming|**************************************** | 65% checksumming|****************************************** | 70% checksumming|********************************************* | 74% checksumming|************************************************ | 78% checksumming|************************************************** | 83% checksumming|***************************************************** | 87% checksumming|******************************************************** | 91% checksumming|********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|***************** | 26% archiving|******************* | 30% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|********************************************* | 71% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/p5-JSON-XS-4.03v1.tgz >>> Running clean in converters/p5-JSON-XS at 1713347725.43 ===> converters/p5-JSON-XS ===> Cleaning for p5-JSON-XS-4.03v1 >>> Ended at 1713347725.81 max_stuck=0.00/depends=0.76/show-prepare-results=0.68/build=4.27/package=3.63/clean=0.42