The following packages will be installed: perl-JSON-XS Fetching README... 0%100%100%100%100%100%Done Fetching perl-JSON-XS.SlackBuild... 0%100%100%100%100%100%Done Fetching perl-JSON-XS.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done JSON-XS-4.03/ JSON-XS-4.03/t/ JSON-XS-4.03/t/21_evans.t JSON-XS-4.03/t/20_faihu.t JSON-XS-4.03/t/05_dwiw_decode.t JSON-XS-4.03/t/04_dwiw_encode.t JSON-XS-4.03/t/16_tied.t JSON-XS-4.03/t/11_pc_expo.t JSON-XS-4.03/t/15_prefix.t JSON-XS-4.03/t/10_pc_keysort.t JSON-XS-4.03/t/08_pc_base.t JSON-XS-4.03/t/09_pc_extra_number.t JSON-XS-4.03/t/07_pc_esc.t JSON-XS-4.03/t/02_error.t JSON-XS-4.03/t/19_incr.t JSON-XS-4.03/t/12_blessed.t JSON-XS-4.03/t/52_object.t JSON-XS-4.03/t/22_comment_at_eof.t JSON-XS-4.03/t/13_limit.t JSON-XS-4.03/t/03_types.t JSON-XS-4.03/t/18_json_checker.t JSON-XS-4.03/t/06_pc_pretty.t JSON-XS-4.03/t/14_latin1.t JSON-XS-4.03/t/00_load.t JSON-XS-4.03/t/99_binary.t JSON-XS-4.03/t/01_utf8.t JSON-XS-4.03/t/17_relaxed.t JSON-XS-4.03/COPYING JSON-XS-4.03/README JSON-XS-4.03/typemap JSON-XS-4.03/XS/ JSON-XS-4.03/XS/Boolean.pm JSON-XS-4.03/Makefile.PL JSON-XS-4.03/XS.pm JSON-XS-4.03/XS.xs JSON-XS-4.03/MANIFEST JSON-XS-4.03/eg/ JSON-XS-4.03/eg/bench JSON-XS-4.03/bin/ JSON-XS-4.03/bin/json_xs JSON-XS-4.03/Changes JSON-XS-4.03/META.yml JSON-XS-4.03/META.json *** *** The stability canary says: (nothing, it was driven away by harsh weather) *** *** It seems you are running perl version 5.034000, 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 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for JSON::XS Writing MYMETA.yml and MYMETA.json cp XS.pm blib/lib/JSON/XS.pm cp XS/Boolean.pm blib/lib/JSON/XS/Boolean.pm Running Mkbootstrap for XS () chmod 644 "XS.bs" "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 "/usr/bin/perl5.34.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/usr/src/slapt-src/perl/perl-JSON-XS/JSON-XS-4.03/typemap' XS.xs > XS.xsc mv XS.xsc XS.c cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -march=i586 -mtune=i686 -DVERSION=\"4.03\" -DXS_VERSION=\"4.03\" -fPIC "-I/usr/lib/perl5/CORE" XS.c XS.xs: In function ‘decode_utf8’: XS.xs:207:5: warning: ‘Perl_utf8n_to_uvuni’ is deprecated [-Wdeprecated-declarations] 207 | return utf8n_to_uvuni (s, len, clen, UTF8_CHECK_ONLY); | ^~~~~~ In file included from /usr/lib/perl5/CORE/perl.h:5705, from XS.xs:2: /usr/lib/perl5/CORE/proto.h:4029:25: note: declared here 4029 | PERL_CALLCONV UV Perl_utf8n_to_uvuni(pTHX_ const U8 *s, STRLEN curlen, STRLEN *retlen, U32 flags) | ^~~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/JSON/XS/XS.so cc -shared -O2 -march=i586 -mtune=i686 -L/usr/local/lib -fstack-protector-strong 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/perl5.34.0" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/json_xs Manifying 1 pod document Manifying 2 pod documents "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl5.34.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_load.t ............. ok t/01_utf8.t ............. ok t/02_error.t ............ ok t/03_types.t ............ ok t/04_dwiw_encode.t ...... ok t/05_dwiw_decode.t ...... ok t/06_pc_pretty.t ........ ok t/07_pc_esc.t ........... ok t/08_pc_base.t .......... ok t/09_pc_extra_number.t .. ok t/10_pc_keysort.t ....... ok t/11_pc_expo.t .......... ok t/12_blessed.t .......... ok t/13_limit.t ............ ok t/14_latin1.t ........... ok t/15_prefix.t ........... ok t/16_tied.t ............. ok t/17_relaxed.t .......... ok t/18_json_checker.t ..... ok t/19_incr.t ............. ok t/20_faihu.t ............ ok t/21_evans.t ............ ok t/22_comment_at_eof.t ... ok t/52_object.t ........... ok t/99_binary.t ........... ok All tests successful. Files=25, Tests=25635, 2 wallclock secs ( 0.65 usr 0.01 sys + 1.18 cusr 0.05 csys = 1.89 CPU) Result: PASS "/usr/bin/perl5.34.0" -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 /usr/src/slapt-src/perl/perl-JSON-XS/package-perl-JSON-XS/usr/lib/perl5/vendor_perl/auto/JSON/XS/XS.so Installing /usr/src/slapt-src/perl/perl-JSON-XS/package-perl-JSON-XS/usr/lib/perl5/vendor_perl/JSON/XS.pm Installing /usr/src/slapt-src/perl/perl-JSON-XS/package-perl-JSON-XS/usr/lib/perl5/vendor_perl/JSON/XS/Boolean.pm Installing /usr/src/slapt-src/perl/perl-JSON-XS/package-perl-JSON-XS/usr/man/man1/json_xs.1 Installing /usr/src/slapt-src/perl/perl-JSON-XS/package-perl-JSON-XS/usr/man/man3/JSON::XS.3 Installing /usr/src/slapt-src/perl/perl-JSON-XS/package-perl-JSON-XS/usr/man/man3/JSON::XS::Boolean.3 Installing /usr/src/slapt-src/perl/perl-JSON-XS/package-perl-JSON-XS/usr/bin/json_xs Appending installation info to /usr/src/slapt-src/perl/perl-JSON-XS/package-perl-JSON-XS/usr/lib/perl5/perllocal.pod Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/perl/perl-JSON-XS/perl-JSON-XS-4.03-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/json_xs usr/doc/ usr/doc/perl-JSON-XS-4.03/ usr/doc/perl-JSON-XS-4.03/COPYING usr/doc/perl-JSON-XS-4.03/Changes usr/doc/perl-JSON-XS-4.03/README usr/doc/perl-JSON-XS-4.03/perl-JSON-XS.SlackBuild usr/lib/ usr/lib/perl5/ usr/lib/perl5/vendor_perl/ usr/lib/perl5/vendor_perl/JSON/ usr/lib/perl5/vendor_perl/JSON/XS/ usr/lib/perl5/vendor_perl/JSON/XS.pm usr/lib/perl5/vendor_perl/JSON/XS/Boolean.pm usr/lib/perl5/vendor_perl/auto/ usr/lib/perl5/vendor_perl/auto/JSON/ usr/lib/perl5/vendor_perl/auto/JSON/XS/ usr/lib/perl5/vendor_perl/auto/JSON/XS/XS.so usr/man/ usr/man/man1/ usr/man/man1/json_xs.1.gz usr/man/man3/ usr/man/man3/JSON::XS.3.gz usr/man/man3/JSON::XS::Boolean.3.gz Slackware package /usr/src/slapt-src/perl/perl-JSON-XS/perl-JSON-XS-4.03-i586-1salix15.0.txz created. Installing package perl-JSON-XS-4.03-i586-1salix15.0... | perl-JSON-XS (JSON serialising/deserialising) | | | This module converts Perl data structures to JSON and vice | versa. Its primary goal is to be correct and its secondary goal | is to be fast. To reach the latter goal it was written in C. | | | | | https://metacpan.org/release/JSON-XS | |