[artix |pipe-viewer]$ [artix |pipe-viewer]$ perl Build.PL --gtk sudo ./Build installdeps sudo ./Build install WARNING: the following files are missing in your kit: META.json META.yml Please inform the author. Checking prerequisites... requires: ! File::ShareDir is not installed ! Gtk3 is not installed recommends: * JSON::XS is not installed * LWP::UserAgent::Cached is not installed * Term::ReadLine::Gnu is not installed * Unicode::GCString is not installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation Run 'Build installdeps' to install missing prerequisites. Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'WWW-PipeViewer' version 'v0.1.6' [sudo] password for paolo: Checking optional dependencies: Install JSON::XS? [y ]y Install LWP::UserAgent::Cached? [y ]y Install Term::ReadLine::Gnu? [y ]y Install Unicode::GCString? [y ]y Loading internal logger. Log::Log4perl recommended for better logging CPAN.pm requires configuration, but most of it can be done automatically. If you answer 'no' below, you will enter an interactive dialog for each configuration option instead. Would you like to configure as much as possible automatically? [yes] yes Fetching with LWP: http://www.cpan.org/authors/01mailrc.txt.gz Reading '/root/.cpan/sources/authors/01mailrc.txt.gz' ............................................................................DONE Fetching with LWP: http://www.cpan.org/modules/02packages.details.txt.gz Reading '/root/.cpan/sources/modules/02packages.details.txt.gz' Database was generated on Wed, 10 Nov 2021 20:17:02 GMT ............................................................................DONE Fetching with LWP: http://www.cpan.org/modules/03modlist.data.gz Reading '/root/.cpan/sources/modules/03modlist.data.gz' DONE Writing /root/.cpan/Metadata Running install for module 'JSON::XS' Fetching with LWP: http://www.cpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-4.03.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/M/ML/MLEHMANN/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/M/ML/MLEHMANN/JSON-XS-4.03.tar.gz ok 'YAML' not installed, will not store persistent state ---- Unsatisfied dependencies detected during ---- ---- MLEHMANN/JSON-XS-4.03.tar.gz ---- Canary::Stability [build_requires] Running install for module 'Canary::Stability' Fetching with LWP: http://www.cpan.org/authors/id/M/ML/MLEHMANN/Canary-Stability-2013.tar.gz Checksum for /root/.cpan/sources/authors/id/M/ML/MLEHMANN/Canary-Stability-2013.tar.gz ok Configuring M/ML/MLEHMANN/Canary-Stability-2013.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Canary::Stability Writing MYMETA.yml and MYMETA.json MLEHMANN/Canary-Stability-2013.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for M/ML/MLEHMANN/Canary-Stability-2013.tar.gz cp Stability.pm blib/lib/Canary/Stability.pm Manifying 1 pod document MLEHMANN/Canary-Stability-2013.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for MLEHMANN/Canary-Stability-2013.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_load.t .. ok All tests successful. Files=1, Tests=1, 0 wallclock secs ( 0.03 usr + 0.01 sys = 0.04 CPU) Result: PASS MLEHMANN/Canary-Stability-2013.tar.gz /usr/bin/make test -- OK Running make install for MLEHMANN/Canary-Stability-2013.tar.gz Manifying 1 pod document Installing /usr/share/perl5/site_perl/Canary/Stability.pm Installing /usr/share/man/man3/Canary::Stability.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod MLEHMANN/Canary-Stability-2013.tar.gz /usr/bin/make install -- OK MLEHMANN/JSON-XS-4.03.tar.gz Has already been unwrapped into directory /root/.cpan/build/JSON-XS-4.03-0 Configuring M/ML/MLEHMANN/JSON-XS-4.03.tar.gz with Makefile.PL *** *** 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.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 Warning: prerequisite Types::Serialiser 0 not found. Warning: prerequisite common::sense 0 not found. Generating a Unix-style Makefile Writing Makefile for JSON::XS Writing MYMETA.yml and MYMETA.json MLEHMANN/JSON-XS-4.03.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for M/ML/MLEHMANN/JSON-XS-4.03.tar.gz ---- Unsatisfied dependencies detected during ---- ---- MLEHMANN/JSON-XS-4.03.tar.gz ---- Types::Serialiser [requires] common::sense [requires] Running install for module 'Types::Serialiser' Fetching with LWP: http://www.cpan.org/authors/id/M/ML/MLEHMANN/Types-Serialiser-1.01.tar.gz Checksum for /root/.cpan/sources/authors/id/M/ML/MLEHMANN/Types-Serialiser-1.01.tar.gz ok Configuring M/ML/MLEHMANN/Types-Serialiser-1.01.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Warning: prerequisite common::sense 0 not found. Generating a Unix-style Makefile Writing Makefile for Types::Serialiser Writing MYMETA.yml and MYMETA.json MLEHMANN/Types-Serialiser-1.01.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for M/ML/MLEHMANN/Types-Serialiser-1.01.tar.gz ---- Unsatisfied dependencies detected during ---- ---- MLEHMANN/Types-Serialiser-1.01.tar.gz ---- common::sense [requires] Running install for module 'common::sense' Fetching with LWP: http://www.cpan.org/authors/id/M/ML/MLEHMANN/common-sense-3.75.tar.gz Checksum for /root/.cpan/sources/authors/id/M/ML/MLEHMANN/common-sense-3.75.tar.gz ok Configuring M/ML/MLEHMANN/common-sense-3.75.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for common::sense Writing MYMETA.yml and MYMETA.json MLEHMANN/common-sense-3.75.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for M/ML/MLEHMANN/common-sense-3.75.tar.gz "/usr/bin/perl" sense.pm.PL sense.pm cp sense.pod blib/lib/common/sense.pod cp sense.pm blib/arch/common/sense.pm Manifying 2 pod documents MLEHMANN/common-sense-3.75.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for MLEHMANN/common-sense-3.75.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-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_arch.t .. ok All tests successful. Files=2, Tests=2, 0 wallclock secs ( 0.04 usr + 0.01 sys = 0.05 CPU) Result: PASS MLEHMANN/common-sense-3.75.tar.gz /usr/bin/make test -- OK Running make install for MLEHMANN/common-sense-3.75.tar.gz Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/lib/perl5/5.34/site_perl/common/sense.pm Installing /usr/lib/perl5/5.34/site_perl/common/sense.pod Installing /usr/share/man/man3/common::sense.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod MLEHMANN/common-sense-3.75.tar.gz /usr/bin/make install -- OK MLEHMANN/Types-Serialiser-1.01.tar.gz Has already been unwrapped into directory /root/.cpan/build/Types-Serialiser-1.01-0 MLEHMANN/Types-Serialiser-1.01.tar.gz Has already been prepared Running make for M/ML/MLEHMANN/Types-Serialiser-1.01.tar.gz cp Serialiser.pm blib/lib/Types/Serialiser.pm cp Serialiser/Error.pm blib/lib/Types/Serialiser/Error.pm Manifying 2 pod documents MLEHMANN/Types-Serialiser-1.01.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for MLEHMANN/Types-Serialiser-1.01.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-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/51_types.t .. ok All tests successful. Files=2, Tests=25, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.01 cusr 0.01 csys = 0.07 CPU) Result: PASS MLEHMANN/Types-Serialiser-1.01.tar.gz /usr/bin/make test -- OK Running make install for MLEHMANN/Types-Serialiser-1.01.tar.gz Manifying 2 pod documents Installing /usr/share/perl5/site_perl/Types/Serialiser.pm Installing /usr/share/perl5/site_perl/Types/Serialiser/Error.pm Installing /usr/share/man/man3/Types::Serialiser::Error.3pm Installing /usr/share/man/man3/Types::Serialiser.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod MLEHMANN/Types-Serialiser-1.01.tar.gz /usr/bin/make install -- OK MLEHMANN/JSON-XS-4.03.tar.gz Has already been unwrapped into directory /root/.cpan/build/JSON-XS-4.03-0 MLEHMANN/JSON-XS-4.03.tar.gz Has already been prepared Running make for M/ML/MLEHMANN/JSON-XS-4.03.tar.gz 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/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/root/.cpan/build/JSON-XS-4.03-0/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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"4.03\" -DXS_VERSION=\"4.03\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/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/5.34/core_perl/CORE/perl.h:5705, from XS.xs:2: /usr/lib/perl5/5.34/core_perl/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 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -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/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/json_xs Manifying 1 pod document Manifying 2 pod documents MLEHMANN/JSON-XS-4.03.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for MLEHMANN/JSON-XS-4.03.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-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, 4 wallclock secs ( 1.63 usr 0.07 sys + 2.83 cusr 0.32 csys = 4.85 CPU) Result: PASS MLEHMANN/JSON-XS-4.03.tar.gz /usr/bin/make test -- OK Running make install for MLEHMANN/JSON-XS-4.03.tar.gz "/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 /usr/lib/perl5/5.34/site_perl/auto/JSON/XS/XS.so Installing /usr/lib/perl5/5.34/site_perl/JSON/XS.pm Installing /usr/lib/perl5/5.34/site_perl/JSON/XS/Boolean.pm Installing /usr/share/man/man1/json_xs.1p Installing /usr/share/man/man3/JSON::XS::Boolean.3pm Installing /usr/share/man/man3/JSON::XS.3pm Installing /usr/bin/site_perl/json_xs Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod MLEHMANN/JSON-XS-4.03.tar.gz /usr/bin/make install -- OK Running install for module 'LWP::UserAgent::Cached' Fetching with LWP: http://www.cpan.org/authors/id/O/OL/OLEG/LWP-UserAgent-Cached-0.08.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/O/OL/OLEG/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/O/OL/OLEG/LWP-UserAgent-Cached-0.08.tar.gz ok Configuring O/OL/OLEG/LWP-UserAgent-Cached-0.08.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for LWP::UserAgent::Cached Writing MYMETA.yml and MYMETA.json OLEG/LWP-UserAgent-Cached-0.08.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for O/OL/OLEG/LWP-UserAgent-Cached-0.08.tar.gz cp lib/LWP/UserAgent/Cached.pm blib/lib/LWP/UserAgent/Cached.pm Manifying 1 pod document OLEG/LWP-UserAgent-Cached-0.08.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for OLEG/LWP-UserAgent-Cached-0.08.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1_load.t ..... ok t/2_request.t .. ok All tests successful. Files=2, Tests=40, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.37 cusr 0.04 csys = 0.45 CPU) Result: PASS OLEG/LWP-UserAgent-Cached-0.08.tar.gz /usr/bin/make test -- OK Running make install for OLEG/LWP-UserAgent-Cached-0.08.tar.gz Manifying 1 pod document Installing /usr/share/perl5/site_perl/LWP/UserAgent/Cached.pm Installing /usr/share/man/man3/LWP::UserAgent::Cached.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod OLEG/LWP-UserAgent-Cached-0.08.tar.gz /usr/bin/make install -- OK Running install for module 'Term::ReadLine::Gnu' Fetching with LWP: http://www.cpan.org/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/H/HA/HAYASHI/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz ok Configuring H/HA/HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz with Makefile.PL Warning (mostly harmless): No library found for -ltermcap <<>> Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Term::ReadLine::Gnu Writing MYMETA.yml and MYMETA.json HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for H/HA/HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz cp Gnu/XS.pm blib/lib/Term/ReadLine/Gnu/XS.pm AutoSplitting blib/lib/Term/ReadLine/Gnu/XS.pm (blib/lib/auto/Term/ReadLine/Gnu/XS) blib/lib/Term/ReadLine/Gnu/XS.pm: some names are not unique when truncated to 8 characters: directory blib/lib/auto/Term/ReadLine/Gnu/XS: rl_bind_key.al, rl_bind_key_if_unbound.al, rl_bind_keyseq.al, rl_bind_keyseq_if_unbound.al truncate to rl_bind_ rl_set_keymap.al, rl_set_key.al truncate to rl_set_k cp Gnu.pm blib/lib/Term/ReadLine/Gnu.pm Running Mkbootstrap for Gnu () chmod 644 "Gnu.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Gnu.bs blib/arch/auto/Term/ReadLine/Gnu/Gnu.bs 644 "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/root/.cpan/build/Term-ReadLine-Gnu-1.42-0/typemap' Gnu.xs > Gnu.xsc mv Gnu.xsc Gnu.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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.42\" -DXS_VERSION=\"1.42\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" -DTRG_READLINE_VERSION=0x0801 Gnu.c rm -f blib/arch/auto/Term/ReadLine/Gnu/Gnu.so LD_RUN_PATH="/usr/lib" cc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/local/lib -fstack-protector-strong Gnu.o -o blib/arch/auto/Term/ReadLine/Gnu/Gnu.so \ -lreadline -ltinfo \ chmod 755 blib/arch/auto/Term/ReadLine/Gnu/Gnu.so cp eg/perlsh blib/script/perlsh "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/perlsh Manifying 1 pod document Manifying 1 pod document HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Gnu.bs blib/arch/auto/Term/ReadLine/Gnu/Gnu.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00checkver.t ... ok t/01test_use.t ... ok t/02test_use.t ... ok t/callback.t ..... 1/8 # skipped since Tk is not available. t/callback.t ..... ok t/history.t ...... ok t/readline.t ..... 1/148 # Try `/usr/bin/perl -Mblib t/readline.t verbose', if you will. t/readline.t ..... ok t/utf8_binary.t .. ok t/utf8_text.t .... 1/14 # The locale 'en_US.UTF-8' is not supported. Skipped... t/utf8_text.t .... ok All tests successful. Files=8, Tests=279, 1 wallclock secs ( 0.07 usr 0.03 sys + 1.00 cusr 0.12 csys = 1.22 CPU) Result: PASS HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz /usr/bin/make test -- OK Running make install for HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Gnu.bs blib/arch/auto/Term/ReadLine/Gnu/Gnu.bs 644 Manifying 1 pod document Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/Gnu.so Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/autosplit.ix Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/_tgetstrs.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_call_function.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/_str2map.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_copy_keymap.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_tty_unset_default_bindings.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_bind_key_if_unbound.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_set_keymap.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/unbind_function.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/Tk_getc.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/unbind_command.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_set_key.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_invoking_keyseqs.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_filename_list.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_macro_bind.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/get_history_event.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_discard_keymap.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/shadow_redisplay.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/_ch_wrapper.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/hist_arg_extract.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_bind_key.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_bind_keyseq.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_message.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_add_funmap_entry.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/list_completion_function.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_generic_bind.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/history_expand_line.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/ornaments.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/_trp_completion_function.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/operate_and_get_next.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_bind_keyseq_if_unbound.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/_str2fn.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/hist_list.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_completion_mode.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/unbind_key.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/display_readline_version.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_tty_set_default_bindings.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/change_ornaments.al Installing /usr/lib/perl5/5.34/site_perl/Term/ReadLine/Gnu.pm Installing /usr/lib/perl5/5.34/site_perl/Term/ReadLine/Gnu/XS.pm Installing /usr/share/man/man1/perlsh.1p Installing /usr/share/man/man3/Term::ReadLine::Gnu.3pm Installing /usr/bin/site_perl/perlsh Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz /usr/bin/make install -- OK Running install for module 'Unicode::GCString' Fetching with LWP: http://www.cpan.org/authors/id/N/NE/NEZUMI/Unicode-LineBreak-2019.001.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/N/NE/NEZUMI/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/N/NE/NEZUMI/Unicode-LineBreak-2019.001.tar.gz ok Configuring N/NE/NEZUMI/Unicode-LineBreak-2019.001.tar.gz with Makefile.PL Use libthai 0.1.28 Use bundled sombok 2.4.0 with Unicode 8.0.0 Checking if your kit is complete... Looks good Warning: prerequisite MIME::Charset v1.6.2 not found. Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Unicode::LineBreak Writing MYMETA.yml and MYMETA.json NEZUMI/Unicode-LineBreak-2019.001.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for N/NE/NEZUMI/Unicode-LineBreak-2019.001.tar.gz ---- Unsatisfied dependencies detected during ---- ---- NEZUMI/Unicode-LineBreak-2019.001.tar.gz ---- MIME::Charset [requires] Running install for module 'MIME::Charset' Fetching with LWP: http://www.cpan.org/authors/id/N/NE/NEZUMI/MIME-Charset-1.012.2.tar.gz Checksum for /root/.cpan/sources/authors/id/N/NE/NEZUMI/MIME-Charset-1.012.2.tar.gz ok Configuring N/NE/NEZUMI/MIME-Charset-1.012.2.tar.gz with Makefile.PL *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... *** Since we're running under CPAN, I'll just let it take care of the dependency's installation later. [Core Features] - Test::More ...loaded. (1.302183) - Encode ...loaded. (3.08 >= 1.98) [Extended mappings by Japanese codepages] - Encode::EUCJPASCII ...missing. (would need 0.02) ==> Auto-install the 1 optional module(s) from CPAN? [y/N] n [Additional mappings for JIS X 0213] - Encode::JISX0213 ...missing. (would need 0.03) ==> Auto-install the 1 optional module(s) from CPAN? [y/N] n [Additional mappings for Chinese standards] - Encode::HanExtra ...missing. (would need 0.20) ==> Auto-install the 1 optional module(s) from CPAN? [y/N] n [Support for POD2 - translations of Perl documentation] - POD2::Base ...missing. (would need 0.041) ==> Auto-install the 1 optional module(s) from CPAN? [y/N] n *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MIME::Charset Writing MYMETA.yml and MYMETA.json NEZUMI/MIME-Charset-1.012.2.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for N/NE/NEZUMI/MIME-Charset-1.012.2.tar.gz cp lib/POD2/JA/MIME/Charset.pod blib/lib/POD2/JA/MIME/Charset.pod cp lib/MIME/Charset/Defaults.pm.sample blib/lib/MIME/Charset/Defaults.pm.sample cp lib/MIME/Charset/UTF.pm blib/lib/MIME/Charset/UTF.pm cp lib/MIME/Charset.pm blib/lib/MIME/Charset.pm cp lib/MIME/Charset/_Compat.pm blib/lib/MIME/Charset/_Compat.pm Manifying 2 pod documents NEZUMI/MIME-Charset-1.012.2.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for NEZUMI/MIME-Charset-1.012.2.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/01encode.t t/01ooencode.t t/02enclen.t t/02ooenclen.t t/03info.t t/03ooinfo.t t/04alias.t t/05jp.t t/06utf.t t/pod.t t/01encode.t .... ok t/01ooencode.t .. ok t/02enclen.t .... ok t/02ooenclen.t .. ok t/03info.t ...... ok t/03ooinfo.t .... ok t/04alias.t ..... 1/33 # UTF-16 is decoded by 'x-utf16auto' encoding # UTF-32 is decoded by 'x-utf32auto' encoding # HZ-GB-2312 is decoded by 'hz' encoding # TIS-620 is decoded by 'cp874' encoding t/04alias.t ..... ok t/05jp.t ........ skipped: Encode::EUCJPASCII required t/06utf.t ....... ok t/pod.t ......... skipped: Test::Pod 1.00 or later required for testing POD All tests successful. Files=10, Tests=100, 1 wallclock secs ( 0.08 usr 0.03 sys + 0.75 cusr 0.15 csys = 1.01 CPU) Result: PASS NEZUMI/MIME-Charset-1.012.2.tar.gz /usr/bin/make test -- OK Running make install for NEZUMI/MIME-Charset-1.012.2.tar.gz Manifying 2 pod documents Installing /usr/share/perl5/site_perl/MIME/Charset.pm Installing /usr/share/perl5/site_perl/MIME/Charset/UTF.pm Installing /usr/share/perl5/site_perl/MIME/Charset/_Compat.pm Installing /usr/share/perl5/site_perl/MIME/Charset/Defaults.pm.sample Installing /usr/share/perl5/site_perl/POD2/JA/MIME/Charset.pod Installing /usr/share/man/man3/MIME::Charset.3pm Installing /usr/share/man/man3/POD2::JA::MIME::Charset.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod NEZUMI/MIME-Charset-1.012.2.tar.gz /usr/bin/make install -- OK NEZUMI/Unicode-LineBreak-2019.001.tar.gz Has already been unwrapped into directory /root/.cpan/build/Unicode-LineBreak-2019.001-0 NEZUMI/Unicode-LineBreak-2019.001.tar.gz Has already been prepared Running make for N/NE/NEZUMI/Unicode-LineBreak-2019.001.tar.gz cp lib/POD2/JA/Unicode/GCString.pod blib/lib/POD2/JA/Unicode/GCString.pod cp lib/Text/LineFold.pm blib/lib/Text/LineFold.pm cp lib/Unicode/LineBreak.pm blib/lib/Unicode/LineBreak.pm cp lib/Unicode/GCString.pod blib/lib/Unicode/GCString.pod cp lib/Unicode/LineBreak/Constants.pm blib/lib/Unicode/LineBreak/Constants.pm cp lib/Unicode/LineBreak.pod blib/lib/Unicode/LineBreak.pod cp lib/Unicode/GCString.pm blib/lib/Unicode/GCString.pm cp lib/POD2/JA/Text/LineFold.pod blib/lib/POD2/JA/Text/LineFold.pod cp lib/Unicode/LineBreak/Defaults.pm.sample blib/lib/Unicode/LineBreak/Defaults.pm.sample cp lib/POD2/JA/Unicode/LineBreak.pod blib/lib/POD2/JA/Unicode/LineBreak.pod cd sombok && make all make[1]: Entering directory '/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok' cd lib && cc -c "-I/usr/lib/perl5/5.34/core_perl/CORE" "-I/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok/include" -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" ../lib/8.0.0.c cd lib && cc -c "-I/usr/lib/perl5/5.34/core_perl/CORE" "-I/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok/include" -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" ../lib/break.c cd lib && cc -c "-I/usr/lib/perl5/5.34/core_perl/CORE" "-I/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok/include" -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" ../lib/charprop.c ../lib/charprop.c: In function ‘linebreak_charprop’: ../lib/charprop.c:156:17: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 156 | ent = | ^ cd lib && cc -c "-I/usr/lib/perl5/5.34/core_perl/CORE" "-I/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok/include" -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" ../lib/gcstring.c cd lib && cc -c "-I/usr/lib/perl5/5.34/core_perl/CORE" "-I/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok/include" -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" ../lib/linebreak.c cd lib && cc -c "-I/usr/lib/perl5/5.34/core_perl/CORE" "-I/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok/include" -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" ../lib/southeastasian.c ../lib/southeastasian.c: In function ‘linebreak_southeastasian_flagbreak’: ../lib/southeastasian.c:68:5: warning: ‘th_wbrk’ is deprecated: Use 'th_brk_wc_find_breaks' instead [-Wdeprecated-declarations] 68 | for (i = 0, j = 0; j < len && th_wbrk(buf + j, &brk, 1) == 1; j += brk) { | ^~~ In file included from ../lib/southeastasian.c:18: /usr/include/thai/thwbrk.h:47:12: note: declared here 47 | extern int th_wbrk(const thwchar_t *s, int pos[], size_t pos_sz); | ^~~~~~~ cd lib && cc -c "-I/usr/lib/perl5/5.34/core_perl/CORE" "-I/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok/include" -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" ../lib/utf8.c cd lib && cc -c "-I/usr/lib/perl5/5.34/core_perl/CORE" "-I/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok/include" -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" ../lib/utils.c rm -f "libsombok.a" /usr/bin/ar cr "libsombok.a" lib/8.0.0.o lib/break.o lib/charprop.o lib/gcstring.o lib/linebreak.o lib/southeastasian.o lib/utf8.o lib/utils.o : "libsombok.a" chmod 755 libsombok.a make[1]: Leaving directory '/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok' make[1]: Entering directory '/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok' make[1]: Leaving directory '/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok' Running Mkbootstrap for LineBreak () chmod 644 "LineBreak.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LineBreak.bs blib/arch/auto/Unicode/LineBreak/LineBreak.bs 644 "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/root/.cpan/build/Unicode-LineBreak-2019.001-0/typemap' LineBreak.xs > LineBreak.xsc mv LineBreak.xsc LineBreak.c cc -c -Isombok/include -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"2019.001\" -DXS_VERSION=\"2019.001\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" LineBreak.c rm -f blib/arch/auto/Unicode/LineBreak/LineBreak.so LD_RUN_PATH="/usr/lib" cc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/local/lib -fstack-protector-strong LineBreak.o -o blib/arch/auto/Unicode/LineBreak/LineBreak.so sombok/libsombok.a \ -lthai \ chmod 755 blib/arch/auto/Unicode/LineBreak/LineBreak.so Manifying 6 pod documents NEZUMI/Unicode-LineBreak-2019.001.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for NEZUMI/Unicode-LineBreak-2019.001.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LineBreak.bs blib/arch/auto/Unicode/LineBreak/LineBreak.bs 644 make[1]: Entering directory '/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok' make[1]: Leaving directory '/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok' make[1]: Entering directory '/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok' No tests defined for sombok extension. make[1]: Leaving directory '/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok' PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/000.t .................. # sombok 2.4.0 with Unicode 8.0.0 t/000.t .................. ok t/00GraphemeBreakTest.t .. # GraphemeBreakTest-8.0.0.txt Date: 2015-02-13, 13:47:15 GMT [MD] t/00GraphemeBreakTest.t .. ok t/00LineBreakTest.t ...... # LineBreakTest-8.0.0.txt Date: 2015-04-30, 09:40:15 GMT [MD] t/00LineBreakTest.t ...... ok t/01break.t .............. ok t/02hangul.t ............. ok t/03ns.t ................. ok t/04fold.t ............... ok t/05urgent.t ............. ok t/06context.t ............ ok t/07sea.t ................ # SA word segmentation supported. Thai:libthai/0.1.28 t/07sea.t ................ ok t/08partial.t ............ ok t/09uri.t ................ ok t/10gcstring.t ........... ok t/11format.t ............. ok t/12fold2.t .............. ok t/13flowedsp.t ........... ok t/14sea_al.t ............. ok t/15array.t .............. ok t/16regex.t .............. ok t/17prop.t ............... ok t/18currency.t ........... ok t/pod.t .................. skipped: Test::Pod 1.00 or later required for testing POD All tests successful. Files=22, Tests=6954, 5 wallclock secs ( 0.76 usr 0.12 sys + 5.15 cusr 0.45 csys = 6.48 CPU) Result: PASS NEZUMI/Unicode-LineBreak-2019.001.tar.gz /usr/bin/make test -- OK Running make install for NEZUMI/Unicode-LineBreak-2019.001.tar.gz make[1]: Entering directory '/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok' make[1]: Leaving directory '/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LineBreak.bs blib/arch/auto/Unicode/LineBreak/LineBreak.bs 644 Manifying 6 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/lib/perl5/5.34/site_perl/auto/Unicode/LineBreak/LineBreak.so Installing /usr/lib/perl5/5.34/site_perl/auto/sombok/extralibs.ld Installing /usr/lib/perl5/5.34/site_perl/POD2/JA/Unicode/LineBreak.pod Installing /usr/lib/perl5/5.34/site_perl/POD2/JA/Unicode/GCString.pod Installing /usr/lib/perl5/5.34/site_perl/POD2/JA/Text/LineFold.pod Installing /usr/lib/perl5/5.34/site_perl/Unicode/LineBreak.pod Installing /usr/lib/perl5/5.34/site_perl/Unicode/GCString.pod Installing /usr/lib/perl5/5.34/site_perl/Unicode/LineBreak.pm Installing /usr/lib/perl5/5.34/site_perl/Unicode/GCString.pm Installing /usr/lib/perl5/5.34/site_perl/Unicode/LineBreak/Constants.pm Installing /usr/lib/perl5/5.34/site_perl/Unicode/LineBreak/Defaults.pm.sample Installing /usr/lib/perl5/5.34/site_perl/Text/LineFold.pm Installing /usr/share/man/man3/Text::LineFold.3pm Installing /usr/share/man/man3/POD2::JA::Unicode::LineBreak.3pm Installing /usr/share/man/man3/Unicode::GCString.3pm Installing /usr/share/man/man3/POD2::JA::Text::LineFold.3pm Installing /usr/share/man/man3/Unicode::LineBreak.3pm Installing /usr/share/man/man3/POD2::JA::Unicode::GCString.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod NEZUMI/Unicode-LineBreak-2019.001.tar.gz /usr/bin/make install -- OK Running install for module 'File::ShareDir' Fetching with LWP: http://www.cpan.org/authors/id/R/RE/REHSACK/File-ShareDir-1.118.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/R/RE/REHSACK/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/R/RE/REHSACK/File-ShareDir-1.118.tar.gz ok ---- Unsatisfied dependencies detected during ---- ---- REHSACK/File-ShareDir-1.118.tar.gz ---- File::ShareDir::Install [build_requires] Running install for module 'File::ShareDir::Install' Fetching with LWP: http://www.cpan.org/authors/id/E/ET/ETHER/File-ShareDir-Install-0.13.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/E/ET/ETHER/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/File-ShareDir-Install-0.13.tar.gz ok Configuring E/ET/ETHER/File-ShareDir-Install-0.13.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::ShareDir::Install Writing MYMETA.yml and MYMETA.json ETHER/File-ShareDir-Install-0.13.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for E/ET/ETHER/File-ShareDir-Install-0.13.tar.gz cp lib/File/ShareDir/Install.pm blib/lib/File/ShareDir/Install.pm Manifying 1 pod document ETHER/File-ShareDir-Install-0.13.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for ETHER/File-ShareDir-Install-0.13.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/10_makefile.t ........ ok t/11_dotfile.t ......... ok t/12_delete.t .......... ok t/00-report-prereqs.t .. # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.62 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.62 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.62 # File::Path any 2.18 # File::Spec any 3.80 # Test::More any 1.302183 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ---------- ---- ---- # Carp any 1.52 # Exporter any 5.76 # File::Spec any 3.80 # IO::Dir any 1.46 # strict any 1.12 # warnings any 1.51 # # === Other Modules === # # Module Have # ------------- ------- # Encode 3.08 # JSON::PP 4.06 # Pod::Coverage missing # Sub::Name missing # YAML missing # autodie 2.34 # t/00-report-prereqs.t .. ok All tests successful. Files=4, Tests=39, 4 wallclock secs ( 0.05 usr 0.00 sys + 2.96 cusr 0.35 csys = 3.36 CPU) Result: PASS ETHER/File-ShareDir-Install-0.13.tar.gz /usr/bin/make test -- OK Running make install for ETHER/File-ShareDir-Install-0.13.tar.gz Manifying 1 pod document Installing /usr/share/perl5/site_perl/File/ShareDir/Install.pm Installing /usr/share/man/man3/File::ShareDir::Install.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod ETHER/File-ShareDir-Install-0.13.tar.gz /usr/bin/make install -- OK REHSACK/File-ShareDir-1.118.tar.gz Has already been unwrapped into directory /root/.cpan/build/File-ShareDir-1.118-0 Configuring R/RE/REHSACK/File-ShareDir-1.118.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Warning: prerequisite Class::Inspector 1.12 not found. Generating a Unix-style Makefile Writing Makefile for File::ShareDir Writing MYMETA.yml and MYMETA.json REHSACK/File-ShareDir-1.118.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for R/RE/REHSACK/File-ShareDir-1.118.tar.gz ---- Unsatisfied dependencies detected during ---- ---- REHSACK/File-ShareDir-1.118.tar.gz ---- Class::Inspector [requires] List::MoreUtils [requires,optional] Params::Util [requires,optional] Running install for module 'Class::Inspector' Fetching with LWP: http://www.cpan.org/authors/id/P/PL/PLICEASE/Class-Inspector-1.36.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/P/PL/PLICEASE/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/P/PL/PLICEASE/Class-Inspector-1.36.tar.gz ok Configuring P/PL/PLICEASE/Class-Inspector-1.36.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Class::Inspector Writing MYMETA.yml and MYMETA.json PLICEASE/Class-Inspector-1.36.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for P/PL/PLICEASE/Class-Inspector-1.36.tar.gz cp lib/Class/Inspector/Functions.pm blib/lib/Class/Inspector/Functions.pm cp lib/Class/Inspector.pm blib/lib/Class/Inspector.pm Manifying 2 pod documents PLICEASE/Class-Inspector-1.36.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for PLICEASE/Class-Inspector-1.36.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_diag.t ........................ 1/1 # # # # HARNESS_ACTIVE=1 # HARNESS_VERSION=3.43 # LANG=en_GB.UTF-8 # PERL5LIB=/root/.cpan/build/Class-Inspector-1.36-0/blib/lib:/root/.cpan/build/Class-Inspector-1.36-0/blib/arch: # PERL5OPT= # PERL5_CPANPLUS_IS_RUNNING=2964 # PERL5_CPAN_IS_RUNNING=2964 # PERL_DL_NONLAZY=1 # PERL_MM_USE_DEFAULT=1 # PERL_USE_UNSAFE_INC=1 # SHELL=/bin/bash # # # # PERL5LIB path # /root/.cpan/build/Class-Inspector-1.36-0/blib/lib # /root/.cpan/build/Class-Inspector-1.36-0/blib/arch # # # # perl 5.034000 # ExtUtils::MakeMaker 7.62 # File::Spec 3.80 # Test::More 1.302183 # # # t/00_diag.t ........................ ok t/01_use.t ......................... ok t/class_inspector.t ................ ok t/class_inspector__devel_hide.t .... skipped: test requires Devel::Hide t/class_inspector__inc_to_local.t .. ok t/class_inspector_functions.t ...... ok All tests successful. Files=6, Tests=86, 1 wallclock secs ( 0.06 usr 0.02 sys + 0.77 cusr 0.08 csys = 0.93 CPU) Result: PASS PLICEASE/Class-Inspector-1.36.tar.gz /usr/bin/make test -- OK Running make install for PLICEASE/Class-Inspector-1.36.tar.gz Manifying 2 pod documents Installing /usr/share/perl5/site_perl/Class/Inspector.pm Installing /usr/share/perl5/site_perl/Class/Inspector/Functions.pm Installing /usr/share/man/man3/Class::Inspector.3pm Installing /usr/share/man/man3/Class::Inspector::Functions.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod PLICEASE/Class-Inspector-1.36.tar.gz /usr/bin/make install -- OK Running install for module 'Params::Util' Fetching with LWP: http://www.cpan.org/authors/id/R/RE/REHSACK/Params-Util-1.102.tar.gz Checksum for /root/.cpan/sources/authors/id/R/RE/REHSACK/Params-Util-1.102.tar.gz ok Configuring R/RE/REHSACK/Params-Util-1.102.tar.gz with Makefile.PL Checking for cc... cc Checking whether pureperl is required... no Checking for cc... (cached) cc Checking whether perlapi is accessible... yes Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Params::Util Writing MYMETA.yml and MYMETA.json REHSACK/Params-Util-1.102.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for R/RE/REHSACK/Params-Util-1.102.tar.gz ---- Unsatisfied dependencies detected during ---- ---- REHSACK/Params-Util-1.102.tar.gz ---- Test::LeakTrace [build_requires] Running install for module 'Test::LeakTrace' Fetching with LWP: http://www.cpan.org/authors/id/L/LE/LEEJO/Test-LeakTrace-0.17.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/L/LE/LEEJO/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/L/LE/LEEJO/Test-LeakTrace-0.17.tar.gz ok Configuring L/LE/LEEJO/Test-LeakTrace-0.17.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::LeakTrace Writing MYMETA.yml and MYMETA.json LEEJO/Test-LeakTrace-0.17.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for L/LE/LEEJO/Test-LeakTrace-0.17.tar.gz cp lib/Test/LeakTrace/JA.pod blib/lib/Test/LeakTrace/JA.pod cp lib/Test/LeakTrace/Script.pm blib/lib/Test/LeakTrace/Script.pm cp lib/Test/LeakTrace.pm blib/lib/Test/LeakTrace.pm Running Mkbootstrap for LeakTrace () chmod 644 "LeakTrace.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LeakTrace.bs blib/arch/auto/Test/LeakTrace/LeakTrace.bs 644 "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' LeakTrace.xs > LeakTrace.xsc mv LeakTrace.xsc LeakTrace.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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"0.17\" -DXS_VERSION=\"0.17\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" LeakTrace.c rm -f blib/arch/auto/Test/LeakTrace/LeakTrace.so cc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/local/lib -fstack-protector-strong LeakTrace.o -o blib/arch/auto/Test/LeakTrace/LeakTrace.so \ \ chmod 755 blib/arch/auto/Test/LeakTrace/LeakTrace.so Manifying 3 pod documents LEEJO/Test-LeakTrace-0.17.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for LEEJO/Test-LeakTrace-0.17.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LeakTrace.bs blib/arch/auto/Test/LeakTrace/LeakTrace.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_compile.t ..... 1/1 # Testing Test::LeakTrace/0.17 t/00_compile.t ..... ok t/01_info.t ........ ok t/02_refs.t ........ ok t/03_count.t ....... ok t/04_test_funcs.t .. ok t/05_script.t ...... 1/1 leaked REF(0x55890c2854b8) from /usr/share/perl5/core_perl/Test2/Util/HashBase.pm line 153. leaked REF(0x55890c2a79a0) from /usr/share/perl5/core_perl/Test2/Util/HashBase.pm line 153. leaked SCALAR(0x55890c944d80) from /usr/share/perl5/core_perl/Test2/API/Context.pm line 223. leaked GLOB(0x55890c957488) from /usr/share/perl5/core_perl/Test2/Hub.pm line 280. leaked GLOB(0x55890c957470) from /usr/share/perl5/core_perl/Test/Builder.pm line 64. leaked GLOB(0x55890c9e8290) from /usr/share/perl5/core_perl/Test2/API/Context.pm line 232. leaked GLOB(0x55890c9e8230) from /usr/share/perl5/core_perl/Test2/Formatter/TAP.pm line 195. leaked GLOB(0x55890c9e8218) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 69. leaked SCALAR(0x55890c9e8200) from /usr/share/perl5/core_perl/Test/Builder.pm line 64. leaked GLOB(0x55890c9e81a0) from /usr/share/perl5/core_perl/Test2/Hub.pm line 293. leaked ARRAY(0x55890c9e80e0) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e8098) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e8080) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e8068) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e8050) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e8038) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e8020) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e8008) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7ff0) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7fd8) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7fc0) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked HASH(0x55890c9e7fa8) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked ARRAY(0x55890c9e7f90) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7f78) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7f60) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7f48) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7f30) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7f18) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7f00) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7ee8) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7ed0) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7eb8) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7ea0) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7e88) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked ARRAY(0x55890c9e7e70) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked REF(0x55890c9e7e28) from /usr/share/perl5/core_perl/Test2/Util/HashBase.pm line 153. t/05_script.t ...... ok t/06_threads.t ..... ok t/07_eval.t ........ ok t/08_leaktrace.t ... ok t/09_info_more.t ... ok t/10_bad_use.t ..... ok t/11_logfp.t ....... ok t/12_padstale.t .... ok t/13_do.t .......... ok All tests successful. Files=14, Tests=132, 3 wallclock secs ( 0.11 usr 0.04 sys + 1.90 cusr 0.22 csys = 2.27 CPU) Result: PASS LEEJO/Test-LeakTrace-0.17.tar.gz /usr/bin/make test -- OK Running make install for LEEJO/Test-LeakTrace-0.17.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LeakTrace.bs blib/arch/auto/Test/LeakTrace/LeakTrace.bs 644 Manifying 3 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/lib/perl5/5.34/site_perl/auto/Test/LeakTrace/LeakTrace.so Installing /usr/lib/perl5/5.34/site_perl/Test/LeakTrace.pm Installing /usr/lib/perl5/5.34/site_perl/Test/LeakTrace/JA.pod Installing /usr/lib/perl5/5.34/site_perl/Test/LeakTrace/Script.pm Installing /usr/share/man/man3/Test::LeakTrace.3pm Installing /usr/share/man/man3/Test::LeakTrace::JA.3pm Installing /usr/share/man/man3/Test::LeakTrace::Script.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod LEEJO/Test-LeakTrace-0.17.tar.gz /usr/bin/make install -- OK REHSACK/Params-Util-1.102.tar.gz Has already been unwrapped into directory /root/.cpan/build/Params-Util-1.102-0 REHSACK/Params-Util-1.102.tar.gz Has already been prepared Running make for R/RE/REHSACK/Params-Util-1.102.tar.gz cp lib/Params/Util.pm blib/lib/Params/Util.pm cp lib/Params/Util/PP.pm blib/lib/Params/Util/PP.pm Running Mkbootstrap for Util () chmod 644 "Util.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs blib/arch/auto/Params/Util/Util.bs 644 "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' Util.xs > Util.xsc mv Util.xsc Util.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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.102\" -DXS_VERSION=\"1.102\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" Util.c rm -f blib/arch/auto/Params/Util/Util.so cc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/local/lib -fstack-protector-strong Util.o -o blib/arch/auto/Params/Util/Util.so \ \ chmod 755 blib/arch/auto/Params/Util/Util.so Manifying 2 pod documents REHSACK/Params-Util-1.102.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for REHSACK/Params-Util-1.102.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs blib/arch/auto/Params/Util/Util.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/pp/*.t t/xs/*.t xt/*.t t/pp/01_compile.t .... ok t/pp/02_main.t ....... ok t/pp/03_all.t ........ ok t/pp/04_codelike.t ... ok t/pp/05_typelike.t ... ok t/pp/06_invocant.t ... ok t/pp/07_handle.t ..... ok t/pp/08_driver.t ..... ok t/pp/09_insideout.t .. ok t/xs/01_compile.t .... ok t/xs/02_main.t ....... ok t/xs/03_all.t ........ ok t/xs/04_codelike.t ... ok t/xs/05_typelike.t ... ok t/xs/06_invocant.t ... ok t/xs/07_handle.t ..... ok t/xs/08_driver.t ..... ok t/xs/09_insideout.t .. ok All tests successful. Files=18, Tests=1864, 2 wallclock secs ( 0.25 usr 0.07 sys + 2.37 cusr 0.21 csys = 2.90 CPU) Result: PASS REHSACK/Params-Util-1.102.tar.gz /usr/bin/make test -- OK Running make install for REHSACK/Params-Util-1.102.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs blib/arch/auto/Params/Util/Util.bs 644 Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/lib/perl5/5.34/site_perl/auto/Params/Util/Util.so Installing /usr/lib/perl5/5.34/site_perl/Params/Util.pm Installing /usr/lib/perl5/5.34/site_perl/Params/Util/PP.pm Installing /usr/share/man/man3/Params::Util::PP.3pm Installing /usr/share/man/man3/Params::Util.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod REHSACK/Params-Util-1.102.tar.gz /usr/bin/make install -- OK Running install for module 'List::MoreUtils' Fetching with LWP: http://www.cpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-0.430.tar.gz Checksum for /root/.cpan/sources/authors/id/R/RE/REHSACK/List-MoreUtils-0.430.tar.gz ok Configuring R/RE/REHSACK/List-MoreUtils-0.430.tar.gz with Makefile.PL Checking whether pureperl is required... no Checking for cc... cc Checking for cc... (cached) cc Checking whether perlapi is accessible... yes Checking if your kit is complete... Looks good Warning: prerequisite Exporter::Tiny 0.038 not found. Warning: prerequisite List::MoreUtils::XS 0.430 not found. Generating a Unix-style Makefile Writing Makefile for List::MoreUtils Writing MYMETA.yml and MYMETA.json REHSACK/List-MoreUtils-0.430.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for R/RE/REHSACK/List-MoreUtils-0.430.tar.gz ---- Unsatisfied dependencies detected during ---- ---- REHSACK/List-MoreUtils-0.430.tar.gz ---- Exporter::Tiny [requires] List::MoreUtils::XS [requires] Running install for module 'Exporter::Tiny' Fetching with LWP: http://www.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-1.002002.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/T/TO/TOBYINK/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/T/TO/TOBYINK/Exporter-Tiny-1.002002.tar.gz ok Configuring T/TO/TOBYINK/Exporter-Tiny-1.002002.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Exporter::Tiny Writing MYMETA.yml and MYMETA.json TOBYINK/Exporter-Tiny-1.002002.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for T/TO/TOBYINK/Exporter-Tiny-1.002002.tar.gz ---- Unsatisfied dependencies detected during ---- ---- TOBYINK/Exporter-Tiny-1.002002.tar.gz ---- Test::Fatal [build_requires,optional] Test::Warnings [build_requires,optional] cp lib/Exporter/Tiny/Manual/QuickStart.pod blib/lib/Exporter/Tiny/Manual/QuickStart.pod cp lib/Exporter/Shiny.pm blib/lib/Exporter/Shiny.pm cp lib/Exporter/Tiny/Manual/Importing.pod blib/lib/Exporter/Tiny/Manual/Importing.pod cp lib/Exporter/Tiny/Manual/Etc.pod blib/lib/Exporter/Tiny/Manual/Etc.pod cp lib/Exporter/Tiny.pm blib/lib/Exporter/Tiny.pm cp lib/Exporter/Tiny/Manual/Exporting.pod blib/lib/Exporter/Tiny/Manual/Exporting.pod Manifying 6 pod documents TOBYINK/Exporter-Tiny-1.002002.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for TOBYINK/Exporter-Tiny-1.002002.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/01basic.t .............. # Perl 5.034000 t/01basic.t .............. ok t/02renaming.t ........... ok t/03generators.t ......... ok t/04into.t ............... ok t/05shiny.t .............. ok t/06notwant.t ............ ok t/07regexp.t ............. ok t/08tags.t ............... ok t/09warnings.t ........... skipped: test requires Test::Warnings and Test::Fatal t/10no.t ................. ok t/11noncode.t ............ ok t/12noncodegenerators.t .. ok t/13doesntexist.t ........ ok All tests successful. Files=13, Tests=64, 2 wallclock secs ( 0.08 usr 0.02 sys + 1.32 cusr 0.16 csys = 1.58 CPU) Result: PASS TOBYINK/Exporter-Tiny-1.002002.tar.gz /usr/bin/make test -- OK Running make install for TOBYINK/Exporter-Tiny-1.002002.tar.gz Manifying 6 pod documents Installing /usr/share/perl5/site_perl/Exporter/Tiny.pm Installing /usr/share/perl5/site_perl/Exporter/Shiny.pm Installing /usr/share/perl5/site_perl/Exporter/Tiny/Manual/Importing.pod Installing /usr/share/perl5/site_perl/Exporter/Tiny/Manual/Exporting.pod Installing /usr/share/perl5/site_perl/Exporter/Tiny/Manual/QuickStart.pod Installing /usr/share/perl5/site_perl/Exporter/Tiny/Manual/Etc.pod Installing /usr/share/man/man3/Exporter::Tiny.3pm Installing /usr/share/man/man3/Exporter::Tiny::Manual::QuickStart.3pm Installing /usr/share/man/man3/Exporter::Shiny.3pm Installing /usr/share/man/man3/Exporter::Tiny::Manual::Importing.3pm Installing /usr/share/man/man3/Exporter::Tiny::Manual::Exporting.3pm Installing /usr/share/man/man3/Exporter::Tiny::Manual::Etc.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod TOBYINK/Exporter-Tiny-1.002002.tar.gz /usr/bin/make install -- OK Running install for module 'Test::Warnings' Fetching with LWP: http://www.cpan.org/authors/id/E/ET/ETHER/Test-Warnings-0.031.tar.gz Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Test-Warnings-0.031.tar.gz ok Configuring E/ET/ETHER/Test-Warnings-0.031.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Warnings Writing MYMETA.yml and MYMETA.json ETHER/Test-Warnings-0.031.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for E/ET/ETHER/Test-Warnings-0.031.tar.gz cp lib/Test/Warnings.pm blib/lib/Test/Warnings.pm Manifying 1 pod document ETHER/Test-Warnings-0.031.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for ETHER/Test-Warnings-0.031.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-report-prereqs.t ................. # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.62 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.62 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.62 # File::Spec any 3.80 # Test::More 0.94 1.302183 # if any 0.0609 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Test Suggests === # # Module Want Have # ------------------------ ----- -------- # CPAN::Meta::Check 0.011 missing # CPAN::Meta::Requirements any 2.140 # PadWalker any missing # Test::Tester 0.108 1.302183 # # === Runtime Requires === # # Module Want Have # ------------- ---- -------- # Carp any 1.52 # Exporter any 5.76 # Test::Builder any 1.302183 # parent any 0.238 # strict any 1.12 # warnings any 1.51 # # === Other Modules === # # Module Have # --------------- ------- # Encode 3.08 # File::Temp 0.2311 # JSON::PP 4.06 # Module::Runtime missing # Sub::Name missing # YAML missing # autodie 2.34 # t/00-report-prereqs.t ................. ok t/01-basic.t .......................... ok t/02-done_testing.t ................... ok t/03-subtest.t ........................ ok t/04-no-tests.t ....................... ok t/05-no-end-block.t ................... ok t/06-skip-all.t ....................... skipped: Need Does::Not::Exist::515177934038551 to continue! t/07-no_plan.t ........................ ok t/08-use-if.t ......................... ok t/09-warnings-contents.t .............. ok t/10-no-done_testing.t ................ ok t/11-double-use.t ..................... ok t/12-no-newline.t ..................... ok t/13-propagate-warnings.t ............. ok t/14-propagate-subname.t .............. ok t/15-propagate-default.t .............. ok t/16-propagate-ignore.t ............... ok t/17-propagate-subname-colons.t ....... ok t/18-propagate-subname-package.t ...... ok t/19-propagate-nonexistent-subname.t .. ok t/20-propagate-stub.t ................. ok t/21-fail-on-warning.t ................ ok t/22-warnings-bareword.t .............. ok t/23-report-warnings.t ................ ok t/zzz-check-breaks.t .................. ok All tests successful. Files=25, Tests=81, 4 wallclock secs ( 0.13 usr 0.04 sys + 2.83 cusr 0.33 csys = 3.33 CPU) Result: PASS ETHER/Test-Warnings-0.031.tar.gz /usr/bin/make test -- OK Running make install for ETHER/Test-Warnings-0.031.tar.gz Manifying 1 pod document Installing /usr/share/perl5/site_perl/Test/Warnings.pm Installing /usr/share/man/man3/Test::Warnings.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod ETHER/Test-Warnings-0.031.tar.gz /usr/bin/make install -- OK Running install for module 'Test::Fatal' Fetching with LWP: http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Fatal-0.016.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/R/RJ/RJBS/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Test-Fatal-0.016.tar.gz ok Configuring R/RJ/RJBS/Test-Fatal-0.016.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Fatal Writing MYMETA.yml and MYMETA.json RJBS/Test-Fatal-0.016.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for R/RJ/RJBS/Test-Fatal-0.016.tar.gz cp lib/Test/Fatal.pm blib/lib/Test/Fatal.pm Manifying 1 pod document RJBS/Test-Fatal-0.016.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for RJBS/Test-Fatal-0.016.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-report-prereqs.t .. # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.62 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.62 # # === Test Requires === # # Module Want Have # --------------------- ---- -------- # ExtUtils::MakeMaker any 7.62 # File::Spec any 3.80 # Test::Builder::Tester any 1.302183 # Test::More 0.65 1.302183 # overload any 1.33 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------- ---- -------- # Carp any 1.52 # Exporter 5.57 5.76 # Test::Builder any 1.302183 # Try::Tiny 0.07 0.30 # strict any 1.12 # warnings any 1.51 # t/00-report-prereqs.t .. ok t/basic.t .............. ok t/like-exception.t ..... ok t/todo.t ............... ok All tests successful. Files=4, Tests=18, 0 wallclock secs ( 0.05 usr 0.01 sys + 0.60 cusr 0.06 csys = 0.72 CPU) Result: PASS RJBS/Test-Fatal-0.016.tar.gz /usr/bin/make test -- OK Running make install for RJBS/Test-Fatal-0.016.tar.gz Manifying 1 pod document Installing /usr/share/perl5/site_perl/Test/Fatal.pm Installing /usr/share/man/man3/Test::Fatal.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod RJBS/Test-Fatal-0.016.tar.gz /usr/bin/make install -- OK Running install for module 'List::MoreUtils::XS' Fetching with LWP: http://www.cpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-XS-0.430.tar.gz Checksum for /root/.cpan/sources/authors/id/R/RE/REHSACK/List-MoreUtils-XS-0.430.tar.gz ok Configuring R/RE/REHSACK/List-MoreUtils-XS-0.430.tar.gz with Makefile.PL Checking whether pureperl is required... no Checking for cc... cc Checking for cc... (cached) cc Checking whether perlapi is accessible... yes Checking for stdlib.h... yes Checking for stdarg.h... yes Checking for string.h... yes Checking for float.h... yes Checking for assert.h... yes Checking for ctype.h... yes Checking for errno.h... yes Checking for limits.h... yes Checking for locale.h... yes Checking for math.h... yes Checking for setjmp.h... yes Checking for signal.h... yes Checking for stddef.h... yes Checking for stdio.h... yes Checking for time.h... yes Checking for sys/types.h... yes Checking for sys/stat.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 for time.h... (cached) yes Checking for sys/time.h... yes Checking for time... yes Checking for size_t... yes Checking for ssize_t... yes Checking for builtin expect... yes Checking for statement expression feature... no Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for List::MoreUtils::XS Writing MYMETA.yml and MYMETA.json REHSACK/List-MoreUtils-XS-0.430.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for R/RE/REHSACK/List-MoreUtils-XS-0.430.tar.gz cp lib/List/MoreUtils/XS.pm blib/lib/List/MoreUtils/XS.pm Running Mkbootstrap for XS () chmod 644 "XS.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/List/MoreUtils/XS/XS.bs 644 "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' XS.xs > XS.xsc mv XS.xsc XS.c cc -c -I. -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"0.430\" -DXS_VERSION=\"0.430\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" XS.c rm -f blib/arch/auto/List/MoreUtils/XS/XS.so cc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/local/lib -fstack-protector-strong XS.o -o blib/arch/auto/List/MoreUtils/XS/XS.so \ \ chmod 755 blib/arch/auto/List/MoreUtils/XS/XS.so Manifying 1 pod document REHSACK/List-MoreUtils-XS-0.430.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for REHSACK/List-MoreUtils-XS-0.430.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/List/MoreUtils/XS/XS.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/xs/*.t xt/*.t t/xs/after.t ................ ok t/xs/after_incl.t ........... ok t/xs/all.t .................. ok t/xs/all_u.t ................ ok t/xs/any.t .................. ok t/xs/any_u.t ................ ok t/xs/apply.t ................ ok t/xs/arrayify.t ............. ok t/xs/before.t ............... ok t/xs/before_incl.t .......... ok t/xs/binsert.t .............. ok t/xs/bremove.t .............. ok t/xs/bsearch.t .............. ok t/xs/bsearchidx.t ........... ok t/xs/duplicates.t ........... ok t/xs/each_array.t ........... ok t/xs/equal_range.t .......... ok t/xs/false.t ................ ok t/xs/firstidx.t ............. ok t/xs/firstres.t ............. ok t/xs/firstval.t ............. ok t/xs/frequency.t ............ ok t/xs/Import.t ............... ok t/xs/indexes.t .............. ok t/xs/insert_after.t ......... ok t/xs/insert_after_string.t .. ok t/xs/lastidx.t .............. ok t/xs/lastres.t .............. ok t/xs/lastval.t .............. ok t/xs/listcmp.t .............. ok t/xs/lower_bound.t .......... ok t/xs/mesh.t ................. ok t/xs/minmax.t ............... ok t/xs/minmaxstr.t ............ ok t/xs/mode.t ................. ok t/xs/natatime.t ............. ok t/xs/none.t ................. ok t/xs/none_u.t ............... ok t/xs/notall.t ............... ok t/xs/notall_u.t ............. ok t/xs/occurrences.t .......... ok t/xs/one.t .................. ok t/xs/one_u.t ................ ok t/xs/onlyidx.t .............. ok t/xs/onlyres.t .............. ok t/xs/onlyval.t .............. ok t/xs/pairwise.t ............. ok t/xs/part.t ................. ok t/xs/qsort.t ................ ok t/xs/reduce_0.t ............. ok t/xs/reduce_1.t ............. ok t/xs/reduce_u.t ............. ok t/xs/samples.t .............. ok t/xs/singleton.t ............ ok t/xs/slide.t ................ ok t/xs/slideatatime.t ......... ok t/xs/true.t ................. ok t/xs/uniq.t ................. ok t/xs/upper_bound.t .......... ok t/xs/XS.t ................... skipped: Unreasonable unless loaded via List::MoreUtils t/xs/zip6.t ................. ok All tests successful. Files=61, Tests=4519, 14 wallclock secs ( 0.67 usr 0.15 sys + 12.10 cusr 1.08 csys = 14.00 CPU) Result: PASS REHSACK/List-MoreUtils-XS-0.430.tar.gz /usr/bin/make test -- OK Running make install for REHSACK/List-MoreUtils-XS-0.430.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/List/MoreUtils/XS/XS.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/lib/perl5/5.34/site_perl/auto/List/MoreUtils/XS/XS.so Installing /usr/lib/perl5/5.34/site_perl/List/MoreUtils/XS.pm Installing /usr/share/man/man3/List::MoreUtils::XS.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod REHSACK/List-MoreUtils-XS-0.430.tar.gz /usr/bin/make install -- OK REHSACK/List-MoreUtils-0.430.tar.gz Has already been unwrapped into directory /root/.cpan/build/List-MoreUtils-0.430-0 REHSACK/List-MoreUtils-0.430.tar.gz Has already been prepared Running make for R/RE/REHSACK/List-MoreUtils-0.430.tar.gz cp lib/List/MoreUtils/PP.pm blib/lib/List/MoreUtils/PP.pm cp lib/List/MoreUtils.pm blib/lib/List/MoreUtils.pm cp lib/List/MoreUtils/Contributing.pod blib/lib/List/MoreUtils/Contributing.pod Manifying 3 pod documents REHSACK/List-MoreUtils-0.430.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for REHSACK/List-MoreUtils-0.430.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/pureperl/*.t t/xs/*.t xt/*.t t/pureperl/after.t ................ ok t/pureperl/after_incl.t ........... ok t/pureperl/all.t .................. ok t/pureperl/all_u.t ................ ok t/pureperl/any.t .................. ok t/pureperl/any_u.t ................ ok t/pureperl/apply.t ................ ok t/pureperl/arrayify.t ............. ok t/pureperl/before.t ............... ok t/pureperl/before_incl.t .......... ok t/pureperl/binsert.t .............. ok t/pureperl/bremove.t .............. ok t/pureperl/bsearch.t .............. ok t/pureperl/bsearchidx.t ........... ok t/pureperl/duplicates.t ........... ok t/pureperl/each_array.t ........... ok t/pureperl/equal_range.t .......... ok t/pureperl/false.t ................ ok t/pureperl/firstidx.t ............. ok t/pureperl/firstres.t ............. ok t/pureperl/firstval.t ............. ok t/pureperl/frequency.t ............ ok t/pureperl/Import.t ............... ok t/pureperl/indexes.t .............. ok t/pureperl/insert_after.t ......... ok t/pureperl/insert_after_string.t .. ok t/pureperl/lastidx.t .............. ok t/pureperl/lastres.t .............. ok t/pureperl/lastval.t .............. ok t/pureperl/listcmp.t .............. ok t/pureperl/lower_bound.t .......... ok t/pureperl/mesh.t ................. ok t/pureperl/minmax.t ............... ok t/pureperl/minmaxstr.t ............ ok t/pureperl/mode.t ................. ok t/pureperl/natatime.t ............. ok t/pureperl/none.t ................. ok t/pureperl/none_u.t ............... ok t/pureperl/notall.t ............... ok t/pureperl/notall_u.t ............. ok t/pureperl/occurrences.t .......... ok t/pureperl/one.t .................. ok t/pureperl/one_u.t ................ ok t/pureperl/onlyidx.t .............. ok t/pureperl/onlyres.t .............. ok t/pureperl/onlyval.t .............. ok t/pureperl/pairwise.t ............. ok t/pureperl/part.t ................. ok t/pureperl/qsort.t ................ skipped: It's insane to use a pure-perl qsort t/pureperl/reduce_0.t ............. ok t/pureperl/reduce_1.t ............. ok t/pureperl/reduce_u.t ............. ok t/pureperl/samples.t .............. ok t/pureperl/singleton.t ............ ok t/pureperl/slide.t ................ ok t/pureperl/slideatatime.t ......... ok t/pureperl/true.t ................. ok t/pureperl/uniq.t ................. ok t/pureperl/upper_bound.t .......... ok t/pureperl/XS.t ................... ok t/pureperl/zip6.t ................. ok t/xs/after.t ...................... ok t/xs/after_incl.t ................. ok t/xs/all.t ........................ ok t/xs/all_u.t ...................... ok t/xs/any.t ........................ ok t/xs/any_u.t ...................... ok t/xs/apply.t ...................... ok t/xs/arrayify.t ................... ok t/xs/before.t ..................... ok t/xs/before_incl.t ................ ok t/xs/binsert.t .................... ok t/xs/bremove.t .................... ok t/xs/bsearch.t .................... ok t/xs/bsearchidx.t ................. ok t/xs/duplicates.t ................. ok t/xs/each_array.t ................. ok t/xs/equal_range.t ................ ok t/xs/false.t ...................... ok t/xs/firstidx.t ................... ok t/xs/firstres.t ................... ok t/xs/firstval.t ................... ok t/xs/frequency.t .................. ok t/xs/Import.t ..................... ok t/xs/indexes.t .................... ok t/xs/insert_after.t ............... ok t/xs/insert_after_string.t ........ ok t/xs/lastidx.t .................... ok t/xs/lastres.t .................... ok t/xs/lastval.t .................... ok t/xs/listcmp.t .................... ok t/xs/lower_bound.t ................ ok t/xs/mesh.t ....................... ok t/xs/minmax.t ..................... ok t/xs/minmaxstr.t .................. ok t/xs/mode.t ....................... ok t/xs/natatime.t ................... ok t/xs/none.t ....................... ok t/xs/none_u.t ..................... ok t/xs/notall.t ..................... ok t/xs/notall_u.t ................... ok t/xs/occurrences.t ................ ok t/xs/one.t ........................ ok t/xs/one_u.t ...................... ok t/xs/onlyidx.t .................... ok t/xs/onlyres.t .................... ok t/xs/onlyval.t .................... ok t/xs/pairwise.t ................... ok t/xs/part.t ....................... ok t/xs/qsort.t ...................... ok t/xs/reduce_0.t ................... ok t/xs/reduce_1.t ................... ok t/xs/reduce_u.t ................... ok t/xs/samples.t .................... ok t/xs/singleton.t .................. ok t/xs/slide.t ...................... ok t/xs/slideatatime.t ............... ok t/xs/true.t ....................... ok t/xs/uniq.t ....................... ok t/xs/upper_bound.t ................ ok t/xs/XS.t ......................... ok t/xs/zip6.t ....................... ok All tests successful. Files=122, Tests=9066, 29 wallclock secs ( 1.22 usr 0.32 sys + 25.74 cusr 1.98 csys = 29.26 CPU) Result: PASS REHSACK/List-MoreUtils-0.430.tar.gz /usr/bin/make test -- OK Running make install for REHSACK/List-MoreUtils-0.430.tar.gz Manifying 3 pod documents Installing /usr/share/perl5/site_perl/List/MoreUtils.pm Installing /usr/share/perl5/site_perl/List/MoreUtils/PP.pm Installing /usr/share/perl5/site_perl/List/MoreUtils/Contributing.pod Installing /usr/share/man/man3/List::MoreUtils::Contributing.3pm Installing /usr/share/man/man3/List::MoreUtils.3pm Installing /usr/share/man/man3/List::MoreUtils::PP.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod REHSACK/List-MoreUtils-0.430.tar.gz /usr/bin/make install -- OK REHSACK/File-ShareDir-1.118.tar.gz Has already been unwrapped into directory /root/.cpan/build/File-ShareDir-1.118-0 REHSACK/File-ShareDir-1.118.tar.gz Has already been prepared Running make for R/RE/REHSACK/File-ShareDir-1.118.tar.gz cp share/subdir/sample.txt blib/lib/auto/share/dist/File-ShareDir/subdir/sample.txt cp share/sample.txt blib/lib/auto/share/dist/File-ShareDir/sample.txt cp foo/test_file.txt blib/lib/auto/share/module/File-ShareDir/test_file.txt cp lib/File/ShareDir.pm blib/lib/File/ShareDir.pm Manifying 1 pod document REHSACK/File-ShareDir-1.118.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for REHSACK/File-ShareDir-1.118.tar.gz Skip blib/lib/auto/share/dist/File-ShareDir/sample.txt (unchanged) Skip blib/lib/auto/share/dist/File-ShareDir/subdir/sample.txt (unchanged) Skip blib/lib/auto/share/module/File-ShareDir/test_file.txt (unchanged) PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t xt/*.t t/04_fail.t ........ ok t/06_old.t ......... ok t/00_prereqs.t ..... 1/? # Requirements for File-ShareDir version 1.118 # module | version | wanted | status # - configure / requires ---+----------+---------+--------- # ExtUtils::MakeMaker | 7.62 | 0 | ok # File::ShareDir::Install | 0.13 | 0.13 | ok # - configure / recommends -+----------+---------+--------- # inc::latest | 0.500 | 0.500 | ok # - runtime / requires -----+----------+---------+--------- # Carp | 1.52 | 0 | ok # Class::Inspector | 1.36 | 1.12 | ok # File::Spec | 3.80 | 0.80 | ok # warnings | 1.51 | 0 | ok # - runtime / recommends ---+----------+---------+--------- # List::MoreUtils | 0.430 | 0.428 | ok # Params::Util | 1.102 | 1.07 | ok # - test / requires --------+----------+---------+--------- # File::Path | 2.18 | 2.08 | ok # Test::More | 1.302183 | 0.90 | ok # - test / recommends ------+----------+---------+--------- # CPAN::Meta | 2.150010 | 2.11044 | ok # --------------------------+----------+---------+--------- t/00_prereqs.t ..... ok t/01_compile.t ..... 1/? # Testing File::ShareDir 1.118, Perl 5.034000, /usr/bin/perl, UID: 0 t/01_compile.t ..... ok t/02_main.t ........ ok t/03_extensions.t .. ok t/05_class.t ....... ok All tests successful. Test Summary Report ------------------- t/00_prereqs.t (Wstat: 0 Tests: 24 Failed: 0) TODO passed: 5-6, 15-18, 23-24 Files=7, Tests=95, 1 wallclock secs ( 0.07 usr 0.01 sys + 1.07 cusr 0.14 csys = 1.29 CPU) Result: PASS REHSACK/File-ShareDir-1.118.tar.gz /usr/bin/make test -- OK Running make install for REHSACK/File-ShareDir-1.118.tar.gz Skip blib/lib/auto/share/dist/File-ShareDir/subdir/sample.txt (unchanged) Skip blib/lib/auto/share/dist/File-ShareDir/sample.txt (unchanged) Skip blib/lib/auto/share/module/File-ShareDir/test_file.txt (unchanged) Manifying 1 pod document Installing /usr/share/perl5/site_perl/File/ShareDir.pm Installing /usr/share/perl5/site_perl/auto/share/module/File-ShareDir/test_file.txt Installing /usr/share/perl5/site_perl/auto/share/dist/File-ShareDir/sample.txt Installing /usr/share/perl5/site_perl/auto/share/dist/File-ShareDir/subdir/sample.txt Installing /usr/share/man/man3/File::ShareDir.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod REHSACK/File-ShareDir-1.118.tar.gz /usr/bin/make install -- OK Running install for module 'Gtk3' Fetching with LWP: http://www.cpan.org/authors/id/X/XA/XAOC/Gtk3-0.038.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/X/XA/XAOC/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/X/XA/XAOC/Gtk3-0.038.tar.gz ok Configuring X/XA/XAOC/Gtk3-0.038.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Warning: prerequisite Cairo::GObject 1.000 not found. Warning: prerequisite Glib::Object::Introspection 0.043 not found. Generating a Unix-style Makefile Writing Makefile for Gtk3 Writing MYMETA.yml and MYMETA.json XAOC/Gtk3-0.038.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for X/XA/XAOC/Gtk3-0.038.tar.gz ---- Unsatisfied dependencies detected during ---- ---- XAOC/Gtk3-0.038.tar.gz ---- Cairo::GObject [requires] Glib::Object::Introspection [requires] Running install for module 'Cairo::GObject' Fetching with LWP: http://www.cpan.org/authors/id/X/XA/XAOC/Cairo-GObject-1.005.tar.gz Checksum for /root/.cpan/sources/authors/id/X/XA/XAOC/Cairo-GObject-1.005.tar.gz ok ---- Unsatisfied dependencies detected during ---- ---- XAOC/Cairo-GObject-1.005.tar.gz ---- Cairo [build_requires] ExtUtils::Depends [build_requires] ExtUtils::PkgConfig [build_requires] Glib [build_requires] Running install for module 'Cairo' Fetching with LWP: http://www.cpan.org/authors/id/X/XA/XAOC/Cairo-1.109.tar.gz Checksum for /root/.cpan/sources/authors/id/X/XA/XAOC/Cairo-1.109.tar.gz ok ---- Unsatisfied dependencies detected during ---- ---- XAOC/Cairo-1.109.tar.gz ---- ExtUtils::Depends [build_requires] ExtUtils::PkgConfig [build_requires] Running install for module 'ExtUtils::Depends' Fetching with LWP: http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-0.8001.tar.gz Checksum for /root/.cpan/sources/authors/id/X/XA/XAOC/ExtUtils-Depends-0.8001.tar.gz ok Configuring X/XA/XAOC/ExtUtils-Depends-0.8001.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for ExtUtils::Depends Writing MYMETA.yml and MYMETA.json XAOC/ExtUtils-Depends-0.8001.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for X/XA/XAOC/ExtUtils-Depends-0.8001.tar.gz ---- Unsatisfied dependencies detected during ---- ---- XAOC/ExtUtils-Depends-0.8001.tar.gz ---- Test::Number::Delta [build_requires,optional] cp lib/ExtUtils/Depends.pm blib/lib/ExtUtils/Depends.pm Manifying 1 pod document XAOC/ExtUtils-Depends-0.8001.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for XAOC/ExtUtils-Depends-0.8001.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_load.t ........ ok t/02_save_load.t ... ok t/03_deps.t ........ ok t/04_extra_libs.t .. skipped: test only for 'MSWin32', 'cygwin', and 'android' All tests successful. Files=4, Tests=44, 0 wallclock secs ( 0.05 usr 0.00 sys + 0.60 cusr 0.07 csys = 0.72 CPU) Result: PASS XAOC/ExtUtils-Depends-0.8001.tar.gz /usr/bin/make test -- OK Running make install for XAOC/ExtUtils-Depends-0.8001.tar.gz Manifying 1 pod document Installing /usr/share/perl5/site_perl/ExtUtils/Depends.pm Installing /usr/share/man/man3/ExtUtils::Depends.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod XAOC/ExtUtils-Depends-0.8001.tar.gz /usr/bin/make install -- OK Running install for module 'Test::Number::Delta' Fetching with LWP: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Test-Number-Delta-1.06.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/Test-Number-Delta-1.06.tar.gz ok Configuring D/DA/DAGOLDEN/Test-Number-Delta-1.06.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Number::Delta Writing MYMETA.yml and MYMETA.json DAGOLDEN/Test-Number-Delta-1.06.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for D/DA/DAGOLDEN/Test-Number-Delta-1.06.tar.gz cp lib/Test/Number/Delta.pm blib/lib/Test/Number/Delta.pm Manifying 1 pod document DAGOLDEN/Test-Number-Delta-1.06.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for DAGOLDEN/Test-Number-Delta-1.06.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-report-prereqs.t .............. # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker 6.17 7.62 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.62 # # === Test Requires === # # Module Want Have # --------------------- ---- -------- # ExtUtils::MakeMaker any 7.62 # File::Spec any 3.80 # Test::Builder::Tester 1.02 1.302183 # Test::More any 1.302183 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------- ---- -------- # Carp any 1.52 # Exporter any 5.76 # Test::Builder any 1.302183 # strict any 1.12 # vars any 1.05 # warnings any 1.51 # t/00-report-prereqs.t .............. ok t/01-module-basics.t ............... ok t/02-delta.t ....................... ok t/03-specify_epsilon.t ............. ok t/04-specify_relative.t ............ ok t/05-check_bad_param.t ............. ok t/06-plan_passthrough.t ............ ok t/07-noplan_passthrough.t .......... ok t/08-param_and_plan_passthrough.t .. ok t/09-bad_param_plan_order.t ........ ok t/10-specify_negative_epsilon.t .... ok t/11-specify_negative_relative.t ... ok All tests successful. Files=12, Tests=72, 2 wallclock secs ( 0.07 usr 0.03 sys + 1.45 cusr 0.17 csys = 1.72 CPU) Result: PASS DAGOLDEN/Test-Number-Delta-1.06.tar.gz /usr/bin/make test -- OK Running make install for DAGOLDEN/Test-Number-Delta-1.06.tar.gz Manifying 1 pod document Installing /usr/share/perl5/site_perl/Test/Number/Delta.pm Installing /usr/share/man/man3/Test::Number::Delta.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod DAGOLDEN/Test-Number-Delta-1.06.tar.gz /usr/bin/make install -- OK Running install for module 'ExtUtils::PkgConfig' Fetching with LWP: http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-PkgConfig-1.16.tar.gz Checksum for /root/.cpan/sources/authors/id/X/XA/XAOC/ExtUtils-PkgConfig-1.16.tar.gz ok Configuring X/XA/XAOC/ExtUtils-PkgConfig-1.16.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for ExtUtils::PkgConfig Writing MYMETA.yml and MYMETA.json XAOC/ExtUtils-PkgConfig-1.16.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for X/XA/XAOC/ExtUtils-PkgConfig-1.16.tar.gz cp lib/ExtUtils/PkgConfig.pm blib/lib/ExtUtils/PkgConfig.pm Manifying 1 pod document XAOC/ExtUtils-PkgConfig-1.16.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for XAOC/ExtUtils-PkgConfig-1.16.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1.t .. 1/10 # Testing against pkg-config 1.8 t/1.t .. ok t/2.t .. ok t/3.t .. ok t/4.t .. ok All tests successful. Files=4, Tests=51, 1 wallclock secs ( 0.06 usr 0.00 sys + 1.10 cusr 0.33 csys = 1.49 CPU) Result: PASS XAOC/ExtUtils-PkgConfig-1.16.tar.gz /usr/bin/make test -- OK Running make install for XAOC/ExtUtils-PkgConfig-1.16.tar.gz Manifying 1 pod document Installing /usr/share/perl5/site_perl/ExtUtils/PkgConfig.pm Installing /usr/share/man/man3/ExtUtils::PkgConfig.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod XAOC/ExtUtils-PkgConfig-1.16.tar.gz /usr/bin/make install -- OK XAOC/Cairo-1.109.tar.gz Has already been unwrapped into directory /root/.cpan/build/Cairo-1.109-0 Configuring X/XA/XAOC/Cairo-1.109.tar.gz with Makefile.PL Compiling Cairo with FreeType support Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Cairo Writing MYMETA.yml and MYMETA.json XAOC/Cairo-1.109.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for X/XA/XAOC/Cairo-1.109.tar.gz cp build/IFiles.pm blib/arch/Cairo/Install/Files.pm cp cairo-perl.typemap blib/arch/Cairo/Install/cairo-perl.typemap cp build/cairo-perl-auto.typemap blib/arch/Cairo/Install/cairo-perl-auto.typemap cp doctypes blib/arch/Cairo/Install/doctypes cp lib/Cairo.pm blib/lib/Cairo.pm cp cairo-perl.h blib/arch/Cairo/Install/cairo-perl.h cp build/cairo-perl-auto.h blib/arch/Cairo/Install/cairo-perl-auto.h Running Mkbootstrap for Cairo () chmod 644 "Cairo.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cairo.bs blib/arch/auto/Cairo/Cairo.bs 644 "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -noprototypes -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/build/cairo-perl-auto.typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/cairo-perl.typemap' Cairo.xs > Cairo.xsc mv Cairo.xsc Cairo.c cc -c -I. -Ibuild -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" Cairo.c "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -noprototypes -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/build/cairo-perl-auto.typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/cairo-perl.typemap' CairoFont.xs > CairoFont.xsc mv CairoFont.xsc CairoFont.c cc -c -I. -Ibuild -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" CairoFont.c "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -noprototypes -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/build/cairo-perl-auto.typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/cairo-perl.typemap' CairoMatrix.xs > CairoMatrix.xsc mv CairoMatrix.xsc CairoMatrix.c cc -c -I. -Ibuild -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" CairoMatrix.c "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -noprototypes -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/build/cairo-perl-auto.typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/cairo-perl.typemap' CairoPath.xs > CairoPath.xsc mv CairoPath.xsc CairoPath.c cc -c -I. -Ibuild -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" CairoPath.c "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -noprototypes -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/build/cairo-perl-auto.typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/cairo-perl.typemap' CairoPattern.xs > CairoPattern.xsc mv CairoPattern.xsc CairoPattern.c cc -c -I. -Ibuild -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" CairoPattern.c "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -noprototypes -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/build/cairo-perl-auto.typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/cairo-perl.typemap' CairoSurface.xs > CairoSurface.xsc mv CairoSurface.xsc CairoSurface.c cc -c -I. -Ibuild -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" CairoSurface.c "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -noprototypes -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/build/cairo-perl-auto.typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/cairo-perl.typemap' CairoRegion.xs > CairoRegion.xsc mv CairoRegion.xsc CairoRegion.c cc -c -I. -Ibuild -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" CairoRegion.c "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -noprototypes -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/build/cairo-perl-auto.typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/cairo-perl.typemap' CairoFt.xs > CairoFt.xsc mv CairoFt.xsc CairoFt.c cc -c -I. -Ibuild -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" CairoFt.c cc -c -I. -Ibuild -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" cairo-perl-enums.c cc -c -I. -Ibuild -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" cairo-perl-flags.c rm -f blib/arch/auto/Cairo/Cairo.so LD_RUN_PATH="/usr/lib" cc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/local/lib -fstack-protector-strong Cairo.o CairoFont.o CairoMatrix.o CairoPath.o CairoPattern.o CairoSurface.o CairoRegion.o CairoFt.o cairo-perl-enums.o cairo-perl-flags.o -o blib/arch/auto/Cairo/Cairo.so \ -lcairo -lfreetype \ chmod 755 blib/arch/auto/Cairo/Cairo.so Manifying 1 pod document XAOC/Cairo-1.109.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for XAOC/Cairo-1.109.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cairo.bs blib/arch/auto/Cairo/Cairo.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-loading.t .... ok t/Cairo.t ......... ok t/CairoFont.t ..... ok t/CairoFt.t ....... skipped: need Cairo with FreeType support and Font::FreeType t/CairoMatrix.t ... ok t/CairoPath.t ..... ok t/CairoPattern.t .. ok t/CairoRegion.t ... ok t/CairoSurface.t .. ok All tests successful. Files=9, Tests=314, 1 wallclock secs ( 0.06 usr 0.05 sys + 0.97 cusr 0.16 csys = 1.24 CPU) Result: PASS XAOC/Cairo-1.109.tar.gz /usr/bin/make test -- OK Running make install for XAOC/Cairo-1.109.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cairo.bs blib/arch/auto/Cairo/Cairo.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/lib/perl5/5.34/site_perl/auto/Cairo/Cairo.so Installing /usr/lib/perl5/5.34/site_perl/Cairo/Install/cairo-perl.h Installing /usr/lib/perl5/5.34/site_perl/Cairo/Install/cairo-perl.typemap Installing /usr/lib/perl5/5.34/site_perl/Cairo/Install/cairo-perl-auto.h Installing /usr/lib/perl5/5.34/site_perl/Cairo/Install/Files.pm Installing /usr/lib/perl5/5.34/site_perl/Cairo/Install/doctypes Installing /usr/lib/perl5/5.34/site_perl/Cairo/Install/cairo-perl-auto.typemap Installing /usr/lib/perl5/5.34/site_perl/Cairo.pm Installing /usr/share/man/man3/Cairo.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod XAOC/Cairo-1.109.tar.gz /usr/bin/make install -- OK Running install for module 'Glib' Fetching with LWP: http://www.cpan.org/authors/id/X/XA/XAOC/Glib-1.3293.tar.gz Checksum for /root/.cpan/sources/authors/id/X/XA/XAOC/Glib-1.3293.tar.gz ok Configuring X/XA/XAOC/Glib-1.3293.tar.gz with Makefile.PL Including generated API documentation... Checking if your kit is complete... Looks good Unrecognized argument in LIBS ignored: '-pthread' Generating a Unix-style Makefile Writing Makefile for Glib Writing MYMETA.yml and MYMETA.json XAOC/Glib-1.3293.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for X/XA/XAOC/Glib-1.3293.tar.gz cp gperl_marshal.h blib/arch/Glib/Install/gperl_marshal.h cp build/IFiles.pm blib/arch/Glib/Install/Files.pm cp lib/Glib/ParseXSDoc.pm blib/lib/Glib/ParseXSDoc.pm cp lib/Glib.pm blib/lib/Glib.pm cp doctypes blib/arch/Glib/Install/doctypes cp lib/Glib/GenPod.pm blib/lib/Glib/GenPod.pm cp gperl.h blib/arch/Glib/Install/gperl.h cp lib/Glib/MakeHelper.pm blib/lib/Glib/MakeHelper.pm cp /root/.cpan/build/Glib-1.3293-0/typemap blib/arch/Glib/Install/typemap cp devel.pod blib/lib/Glib/devel.pod cp lib/Glib/CodeGen.pm blib/lib/Glib/CodeGen.pm cp lib/Glib/Object/Subclass.pm blib/lib/Glib/Object/Subclass.pm Running Mkbootstrap for Glib () chmod 644 "Glib.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Glib.bs blib/arch/auto/Glib/Glib.bs 644 [ XS Glib.xs ] mv Glib.xsc Glib.c [ CC Glib.c ] [ XS GError.xs ] mv GError.xsc GError.c [ CC GError.c ] [ XS GUtils.xs ] mv GUtils.xsc GUtils.c [ CC GUtils.c ] [ XS GLog.xs ] mv GLog.xsc GLog.c [ CC GLog.c ] [ XS GType.xs ] mv GType.xsc GType.c [ CC GType.c ] [ XS GBoxed.xs ] mv GBoxed.xsc GBoxed.c [ CC GBoxed.c ] [ XS GObject.xs ] mv GObject.xsc GObject.c [ CC GObject.c ] [ XS GValue.xs ] mv GValue.xsc GValue.c [ CC GValue.c ] [ XS GClosure.xs ] mv GClosure.xsc GClosure.c [ CC GClosure.c ] [ XS GSignal.xs ] mv GSignal.xsc GSignal.c [ CC GSignal.c ] [ XS GMainLoop.xs ] mv GMainLoop.xsc GMainLoop.c [ CC GMainLoop.c ] [ XS GIOChannel.xs ] mv GIOChannel.xsc GIOChannel.c [ CC GIOChannel.c ] [ XS GParamSpec.xs ] mv GParamSpec.xsc GParamSpec.c [ CC GParamSpec.c ] GParamSpec.xs: In function ‘boot_Glib__ParamSpec’: GParamSpec.xs:240:20: warning: Deprecated pre-processor symbol 240 | gperl_register_param_spec (G_TYPE_PARAM_VALUE_ARRAY, "Glib::Param::ValueArray"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ XS GKeyFile.xs ] mv GKeyFile.xsc GKeyFile.c [ CC GKeyFile.c ] [ XS GOption.xs ] mv GOption.xsc GOption.c [ CC GOption.c ] [ XS GBookmarkFile.xs ] mv GBookmarkFile.xsc GBookmarkFile.c [ CC GBookmarkFile.c ] GBookmarkFile.xs: In function ‘XS_Glib__BookmarkFile_set_app_info’: GBookmarkFile.xs:558:9: warning: ‘g_bookmark_file_set_app_info’ is deprecated: Use 'g_bookmark_file_set_application_info' instead [-Wdeprecated-declarations] 558 | g_bookmark_file_set_app_info (bookmark_file, uri, name, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:37, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from gperl.h:37, from GBookmarkFile.xs:21: /usr/include/glib-2.0/glib/gbookmarkfile.h:167:16: note: declared here 167 | gboolean g_bookmark_file_set_app_info (GBookmarkFile *bookmark, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ GBookmarkFile.xs: In function ‘XS_Glib__BookmarkFile_get_app_info’: GBookmarkFile.xs:583:9: warning: ‘g_bookmark_file_get_app_info’ is deprecated: Use 'g_bookmark_file_get_application_info' instead [-Wdeprecated-declarations] 583 | g_bookmark_file_get_app_info (bookmark_file, uri, name, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:37, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from gperl.h:37, from GBookmarkFile.xs:21: /usr/include/glib-2.0/glib/gbookmarkfile.h:183:16: note: declared here 183 | gboolean g_bookmark_file_get_app_info (GBookmarkFile *bookmark, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ GBookmarkFile.xs: In function ‘XS_Glib__BookmarkFile_get_added’: GBookmarkFile.xs:674:17: warning: ‘g_bookmark_file_get_added’ is deprecated: Use 'g_bookmark_file_get_added_date_time' instead [-Wdeprecated-declarations] 674 | RETVAL = g_bookmark_file_get_added (bookmark_file, uri, &err); | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:37, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from gperl.h:37, from GBookmarkFile.xs:21: /usr/include/glib-2.0/glib/gbookmarkfile.h:226:16: note: declared here 226 | time_t g_bookmark_file_get_added (GBookmarkFile *bookmark, | ^~~~~~~~~~~~~~~~~~~~~~~~~ GBookmarkFile.xs:677:17: warning: ‘g_bookmark_file_get_modified’ is deprecated: Use 'g_bookmark_file_get_modified_date_time' instead [-Wdeprecated-declarations] 677 | RETVAL = g_bookmark_file_get_modified (bookmark_file, uri, &err); | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:37, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from gperl.h:37, from GBookmarkFile.xs:21: /usr/include/glib-2.0/glib/gbookmarkfile.h:242:16: note: declared here 242 | time_t g_bookmark_file_get_modified (GBookmarkFile *bookmark, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ GBookmarkFile.xs:680:17: warning: ‘g_bookmark_file_get_visited’ is deprecated: Use 'g_bookmark_file_get_visited_date_time' instead [-Wdeprecated-declarations] 680 | RETVAL = g_bookmark_file_get_visited (bookmark_file, uri, &err); | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:37, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from gperl.h:37, from GBookmarkFile.xs:21: /usr/include/glib-2.0/glib/gbookmarkfile.h:258:16: note: declared here 258 | time_t g_bookmark_file_get_visited (GBookmarkFile *bookmark, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ GBookmarkFile.xs: In function ‘XS_Glib__BookmarkFile_set_added’: GBookmarkFile.xs:718:17: warning: ‘g_bookmark_file_set_added’ is deprecated: Use 'g_bookmark_file_set_added_date_time' instead [-Wdeprecated-declarations] 718 | g_bookmark_file_set_added (bookmark_file, uri, value); break; | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:37, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from gperl.h:37, from GBookmarkFile.xs:21: /usr/include/glib-2.0/glib/gbookmarkfile.h:218:16: note: declared here 218 | void g_bookmark_file_set_added (GBookmarkFile *bookmark, | ^~~~~~~~~~~~~~~~~~~~~~~~~ GBookmarkFile.xs:720:17: warning: ‘g_bookmark_file_set_modified’ is deprecated: Use 'g_bookmark_file_set_modified_date_time' instead [-Wdeprecated-declarations] 720 | g_bookmark_file_set_modified (bookmark_file, uri, value); break; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:37, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from gperl.h:37, from GBookmarkFile.xs:21: /usr/include/glib-2.0/glib/gbookmarkfile.h:234:16: note: declared here 234 | void g_bookmark_file_set_modified (GBookmarkFile *bookmark, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ GBookmarkFile.xs:722:17: warning: ‘g_bookmark_file_set_visited’ is deprecated: Use 'g_bookmark_file_set_visited_date_time' instead [-Wdeprecated-declarations] 722 | g_bookmark_file_set_visited (bookmark_file, uri, value); break; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:37, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from gperl.h:37, from GBookmarkFile.xs:21: /usr/include/glib-2.0/glib/gbookmarkfile.h:250:16: note: declared here 250 | void g_bookmark_file_set_visited (GBookmarkFile *bookmark, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [ XS GVariant.xs ] mv GVariant.xsc GVariant.c [ CC GVariant.c ] [ CC gperl-gtypes.c ] rm -f blib/arch/auto/Glib/Glib.so [ LD blib/arch/auto/Glib/Glib.so ] chmod 755 blib/arch/auto/Glib/Glib.so Parsing XS files... Generating POD... Loaded 8 extra types from doctypes Creating POD index... Creating XS API documentation... Manifying 37 pod documents Manifying 3 pod documents XAOC/Glib-1.3293.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for XAOC/Glib-1.3293.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Glib.bs blib/arch/auto/Glib/Glib.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1.t ...................... ok t/2.t ...................... ok t/3.t ...................... ok t/4.t ...................... ok t/5.t ...................... ok t/6.t ...................... ok t/64bit.t .................. ok t/7.t ...................... ok t/8.t ...................... ok t/9.t ...................... ok t/a.t ...................... ok t/b.t ...................... ok t/boxed_errors.t ........... ok t/bytes.t .................. ok t/c.t ...................... ok t/constants.t .............. ok t/d.t ...................... ok t/e.t ...................... ok t/f.t ...................... ok t/filename.t ............... ok t/g.t ...................... ok t/h.t ...................... ok t/lazy_loader.t ............ ok t/make_helper.t ............ ok t/module_versions.t ........ skipped: Test::ConsistentVersion required for checking module versions t/options.t ................ ok t/signal_emission_hooks.t .. ok t/signal_marshal.t ......... ok t/signal_query.t ........... ok t/tied_definedness.t ....... ok t/tied_flags.t ............. ok t/tied_set_property.t ...... ok t/variant.t ................ ok All tests successful. Files=33, Tests=1193, 7 wallclock secs ( 0.26 usr 0.06 sys + 3.67 cusr 0.46 csys = 4.45 CPU) Result: PASS XAOC/Glib-1.3293.tar.gz /usr/bin/make test -- OK Running make install for XAOC/Glib-1.3293.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Glib.bs blib/arch/auto/Glib/Glib.bs 644 Creating POD index... Manifying 37 pod documents Manifying 3 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/lib/perl5/5.34/site_perl/Glib/Install/typemap Installing /usr/lib/perl5/5.34/site_perl/Glib/Install/gperl_marshal.h Installing /usr/lib/perl5/5.34/site_perl/Glib/Install/gperl.h Installing /usr/lib/perl5/5.34/site_perl/Glib/Install/Files.pm Installing /usr/lib/perl5/5.34/site_perl/Glib/Install/doctypes Installing /usr/lib/perl5/5.34/site_perl/auto/Glib/Glib.so Installing /usr/lib/perl5/5.34/site_perl/Glib.pm Installing /usr/lib/perl5/5.34/site_perl/Glib/version.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Markup.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Type.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Signal.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/OptionGroup.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/KeyFile.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Log.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Error.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/MainLoop.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/ParamSpec.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/CodeGen.pm Installing /usr/lib/perl5/5.34/site_perl/Glib/xsapi.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/MakeHelper.pm Installing /usr/lib/perl5/5.34/site_perl/Glib/Object.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Bytes.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Utils.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/GenPod.pm Installing /usr/lib/perl5/5.34/site_perl/Glib/devel.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/OptionContext.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/index.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Variant.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/VariantType.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/ParseXSDoc.pm Installing /usr/lib/perl5/5.34/site_perl/Glib/Boxed.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Flags.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/BookmarkFile.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/VariantDict.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Param/UInt.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Param/String.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Param/Boolean.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Param/Enum.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Param/Int64.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Param/UInt64.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Param/Unichar.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Param/Double.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Param/Int.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Param/Flags.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Param/GType.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Object/Subclass.pm Installing /usr/share/man/man3/Glib::Param::UInt.3pm Installing /usr/share/man/man3/Glib::ParamSpec.3pm Installing /usr/share/man/man3/Glib::OptionGroup.3pm Installing /usr/share/man/man3/Glib::Param::Double.3pm Installing /usr/share/man/man3/Glib::Param::Unichar.3pm Installing /usr/share/man/man3/Glib::Param::Int.3pm Installing /usr/share/man/man3/Glib::Param::String.3pm Installing /usr/share/man/man3/Glib::Flags.3pm Installing /usr/share/man/man3/Glib::Object::Subclass.3pm Installing /usr/share/man/man3/Glib::OptionContext.3pm Installing /usr/share/man/man3/Glib::Object.3pm Installing /usr/share/man/man3/Glib::devel.3pm Installing /usr/share/man/man3/Glib::version.3pm Installing /usr/share/man/man3/Glib::ParseXSDoc.3pm Installing /usr/share/man/man3/Glib::Param::Enum.3pm Installing /usr/share/man/man3/Glib::Error.3pm Installing /usr/share/man/man3/Glib::MakeHelper.3pm Installing /usr/share/man/man3/Glib::Param::Int64.3pm Installing /usr/share/man/man3/Glib::Variant.3pm Installing /usr/share/man/man3/Glib::xsapi.3pm Installing /usr/share/man/man3/Glib::GenPod.3pm Installing /usr/share/man/man3/Glib::Param::Flags.3pm Installing /usr/share/man/man3/Glib::Bytes.3pm Installing /usr/share/man/man3/Glib::Param::UInt64.3pm Installing /usr/share/man/man3/Glib::CodeGen.3pm Installing /usr/share/man/man3/Glib::VariantType.3pm Installing /usr/share/man/man3/Glib::Signal.3pm Installing /usr/share/man/man3/Glib::Log.3pm Installing /usr/share/man/man3/Glib::Markup.3pm Installing /usr/share/man/man3/Glib::Param::Boolean.3pm Installing /usr/share/man/man3/Glib::VariantDict.3pm Installing /usr/share/man/man3/Glib::Type.3pm Installing /usr/share/man/man3/Glib::index.3pm Installing /usr/share/man/man3/Glib::Param::GType.3pm Installing /usr/share/man/man3/Glib.3pm Installing /usr/share/man/man3/Glib::MainLoop.3pm Installing /usr/share/man/man3/Glib::Boxed.3pm Installing /usr/share/man/man3/Glib::BookmarkFile.3pm Installing /usr/share/man/man3/Glib::Utils.3pm Installing /usr/share/man/man3/Glib::KeyFile.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod XAOC/Glib-1.3293.tar.gz /usr/bin/make install -- OK XAOC/Cairo-GObject-1.005.tar.gz Has already been unwrapped into directory /root/.cpan/build/Cairo-GObject-1.005-0 Configuring X/XA/XAOC/Cairo-GObject-1.005.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Unrecognized argument in LIBS ignored: '-pthread' Generating a Unix-style Makefile Writing Makefile for Cairo::GObject Writing MYMETA.yml and MYMETA.json XAOC/Cairo-GObject-1.005.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for X/XA/XAOC/Cairo-GObject-1.005.tar.gz cp lib/Cairo/GObject.pm blib/lib/Cairo/GObject.pm cp build/IFiles.pm blib/arch/Cairo/GObject/Install/Files.pm Running Mkbootstrap for GObject () chmod 644 "GObject.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- GObject.bs blib/arch/auto/Cairo/GObject/GObject.bs 644 [ XS CairoGObject.xs ] mv CairoGObject.xsc CairoGObject.c [ CC CairoGObject.c ] rm -f blib/arch/auto/Cairo/GObject/GObject.so [ LD blib/arch/auto/Cairo/GObject/GObject.so ] chmod 755 blib/arch/auto/Cairo/GObject/GObject.so Manifying 1 pod document XAOC/Cairo-GObject-1.005.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for XAOC/Cairo-GObject-1.005.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- GObject.bs blib/arch/auto/Cairo/GObject/GObject.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/CairoGObject.t .. ok All tests successful. Files=1, Tests=7, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.10 cusr 0.02 csys = 0.17 CPU) Result: PASS XAOC/Cairo-GObject-1.005.tar.gz /usr/bin/make test -- OK Running make install for XAOC/Cairo-GObject-1.005.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- GObject.bs blib/arch/auto/Cairo/GObject/GObject.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/lib/perl5/5.34/site_perl/auto/Cairo/GObject/GObject.so Installing /usr/lib/perl5/5.34/site_perl/Cairo/GObject/Install/Files.pm Installing /usr/lib/perl5/5.34/site_perl/Cairo/GObject.pm Installing /usr/share/man/man3/Cairo::GObject.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod XAOC/Cairo-GObject-1.005.tar.gz /usr/bin/make install -- OK Running install for module 'Glib::Object::Introspection' Fetching with LWP: http://www.cpan.org/authors/id/X/XA/XAOC/Glib-Object-Introspection-0.049.tar.gz Checksum for /root/.cpan/sources/authors/id/X/XA/XAOC/Glib-Object-Introspection-0.049.tar.gz ok Configuring X/XA/XAOC/Glib-Object-Introspection-0.049.tar.gz with Makefile.PL Package gobject-introspection-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gobject-introspection-1.0.pc' to the PKG_CONFIG_PATH environment variable Package 'gobject-introspection-1.0', required by 'virtual:world', not found at Makefile.PL line 107. *** can not find package gobject-introspection-1.0 >= 0.10.0 *** check that it is properly installed and available in PKG_CONFIG_PATH at Makefile.PL line 107. No 'Makefile' created XAOC/Glib-Object-Introspection-0.049.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK XAOC/Gtk3-0.038.tar.gz Has already been unwrapped into directory /root/.cpan/build/Gtk3-0.038-0 XAOC/Gtk3-0.038.tar.gz Has already been prepared Running make for X/XA/XAOC/Gtk3-0.038.tar.gz Warning: Prerequisite 'Glib::Object::Introspection => 0.043' for 'XAOC/Gtk3-0.038.tar.gz' failed when processing 'XAOC/Glib-Object-Introspection-0.049.tar.gz' with 'writemakefile => NO -- No 'Makefile' created '. Continuing, but chances to succeed are limited. cp lib/Gtk3.pm blib/lib/Gtk3.pm Manifying 1 pod document XAOC/Gtk3-0.038.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for XAOC/Gtk3-0.038.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-init.t .................... Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at t/00-init.t line 8. BEGIN failed--compilation aborted at t/00-init.t line 8. t/00-init.t .................... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/floating-refs.t .............. Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/floating-refs.t line 3. BEGIN failed--compilation aborted at t/floating-refs.t line 3. t/floating-refs.t .............. Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/overrides.t .................. Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/overrides.t line 3. BEGIN failed--compilation aborted at t/overrides.t line 3. t/overrides.t .................. Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/signals.t .................... Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/signals.t line 3. BEGIN failed--compilation aborted at t/signals.t line 3. t/signals.t .................... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/vfuncs-destroy.t ............. Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/vfuncs-destroy.t line 3. BEGIN failed--compilation aborted at t/vfuncs-destroy.t line 3. t/vfuncs-destroy.t ............. Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/vfuncs-double-setup.t ........ Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at t/vfuncs-double-setup.t line 11. BEGIN failed--compilation aborted at t/vfuncs-double-setup.t line 11. t/vfuncs-double-setup.t ........ Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GdkEvent.t ................ Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GdkEvent.t line 5. BEGIN failed--compilation aborted at t/zz-GdkEvent.t line 5. t/zz-GdkEvent.t ................ Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkActionGroup.t .......... Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkActionGroup.t line 5. BEGIN failed--compilation aborted at t/zz-GtkActionGroup.t line 5. t/zz-GtkActionGroup.t .......... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkBuilder.t .............. Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkBuilder.t line 5. BEGIN failed--compilation aborted at t/zz-GtkBuilder.t line 5. t/zz-GtkBuilder.t .............. Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkCellLayoutIface.t ...... Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkCellLayoutIface.t line 3. BEGIN failed--compilation aborted at t/zz-GtkCellLayoutIface.t line 3. t/zz-GtkCellLayoutIface.t ...... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkCellRendererIface.t .... Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkCellRendererIface.t line 3. BEGIN failed--compilation aborted at t/zz-GtkCellRendererIface.t line 3. t/zz-GtkCellRendererIface.t .... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkContainer.t ............ Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkContainer.t line 5. BEGIN failed--compilation aborted at t/zz-GtkContainer.t line 5. t/zz-GtkContainer.t ............ Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkDialog.t ............... Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkDialog.t line 5. BEGIN failed--compilation aborted at t/zz-GtkDialog.t line 5. t/zz-GtkDialog.t ............... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkImage.t ................ Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkImage.t line 6. BEGIN failed--compilation aborted at t/zz-GtkImage.t line 6. t/zz-GtkImage.t ................ Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkInfoBar.t .............. Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkInfoBar.t line 6. BEGIN failed--compilation aborted at t/zz-GtkInfoBar.t line 6. t/zz-GtkInfoBar.t .............. Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkRadioAction.t .......... Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkRadioAction.t line 5. BEGIN failed--compilation aborted at t/zz-GtkRadioAction.t line 5. t/zz-GtkRadioAction.t .......... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkRadioButton.t .......... Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkRadioButton.t line 3. BEGIN failed--compilation aborted at t/zz-GtkRadioButton.t line 3. t/zz-GtkRadioButton.t .......... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkRadioMenuItem.t ........ Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkRadioMenuItem.t line 5. BEGIN failed--compilation aborted at t/zz-GtkRadioMenuItem.t line 5. t/zz-GtkRadioMenuItem.t ........ Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkRadioToolButton.t ...... Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkRadioToolButton.t line 5. BEGIN failed--compilation aborted at t/zz-GtkRadioToolButton.t line 5. t/zz-GtkRadioToolButton.t ...... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkRecentChooserDialog.t .. Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkRecentChooserDialog.t line 6. BEGIN failed--compilation aborted at t/zz-GtkRecentChooserDialog.t line 6. t/zz-GtkRecentChooserDialog.t .. Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkTextBuffer.t ........... Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkTextBuffer.t line 5. BEGIN failed--compilation aborted at t/zz-GtkTextBuffer.t line 5. t/zz-GtkTextBuffer.t ........... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkTreeModelIface.t ....... Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkTreeModelIface.t line 3. BEGIN failed--compilation aborted at t/zz-GtkTreeModelIface.t line 3. t/zz-GtkTreeModelIface.t ....... Dubious, test returned 2 (wstat 512, 0x200) No subtests run Test Summary Report ------------------- t/00-init.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/floating-refs.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/overrides.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/signals.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/vfuncs-destroy.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/vfuncs-double-setup.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GdkEvent.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkActionGroup.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkBuilder.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkCellLayoutIface.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkCellRendererIface.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkContainer.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkDialog.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkImage.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkInfoBar.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkRadioAction.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkRadioButton.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkRadioMenuItem.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkRadioToolButton.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkRecentChooserDialog.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkTextBuffer.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkTreeModelIface.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=22, Tests=0, 3 wallclock secs ( 0.11 usr 0.06 sys + 2.41 cusr 0.41 csys = 2.99 CPU) Result: FAIL Failed 22/22 test programs. 0/0 subtests failed. make: *** [Makefile:852: test_dynamic] Error 2 ^C[sudo] password for paolo: Building WWW-PipeViewer Installing /usr/share/man/man1/pipe-viewer.1p Installing /usr/share/perl5/site_perl/WWW/PipeViewer.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/Videos.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/RegularExpressions.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/VideoCategories.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/GetCaption.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/Subscriptions.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/Utils.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/InitialData.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/Playlists.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/PlaylistItems.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/Channels.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/Search.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/Activities.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/Authentication.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/ParseXML.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/ParseJSON.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/GuideCategories.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/Itags.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/CommentThreads.pm Installing /usr/share/perl5/site_perl/auto/share/dist/WWW-PipeViewer/gtk-pipe-viewer.glade Installing /usr/share/perl5/site_perl/auto/share/dist/WWW-PipeViewer/gtk-pipe-viewer.desktop Installing /usr/share/perl5/site_perl/auto/share/dist/WWW-PipeViewer/icons/spinner.gif Installing /usr/share/perl5/site_perl/auto/share/dist/WWW-PipeViewer/icons/feed.png Installing /usr/share/perl5/site_perl/auto/share/dist/WWW-PipeViewer/icons/gtk-pipe-viewer.png Installing /usr/share/perl5/site_perl/auto/share/dist/WWW-PipeViewer/icons/user.png Installing /usr/share/perl5/site_perl/auto/share/dist/WWW-PipeViewer/icons/feed_gray.png Installing /usr/share/perl5/site_perl/auto/share/dist/WWW-PipeViewer/icons/default_thumb.jpg Installing /usr/share/man/man3/WWW::PipeViewer::Utils.3pm Installing /usr/share/man/man3/WWW::PipeViewer::InitialData.3pm Installing /usr/share/man/man3/WWW::PipeViewer::Activities.3pm Installing /usr/share/man/man3/WWW::PipeViewer::Itags.3pm Installing /usr/share/man/man3/WWW::PipeViewer::GuideCategories.3pm Installing /usr/share/man/man3/WWW::PipeViewer::GetCaption.3pm Installing /usr/share/man/man3/WWW::PipeViewer::ParseJSON.3pm Installing /usr/share/man/man3/WWW::PipeViewer::Playlists.3pm Installing /usr/share/man/man3/WWW::PipeViewer.3pm Installing /usr/share/man/man3/WWW::PipeViewer::RegularExpressions.3pm Installing /usr/share/man/man3/WWW::PipeViewer::CommentThreads.3pm Installing /usr/share/man/man3/WWW::PipeViewer::Search.3pm Installing /usr/share/man/man3/WWW::PipeViewer::VideoCategories.3pm Installing /usr/share/man/man3/WWW::PipeViewer::Authentication.3pm Installing /usr/share/man/man3/WWW::PipeViewer::Subscriptions.3pm Installing /usr/share/man/man3/WWW::PipeViewer::ParseXML.3pm Installing /usr/share/man/man3/WWW::PipeViewer::Videos.3pm Installing /usr/share/man/man3/WWW::PipeViewer::PlaylistItems.3pm Installing /usr/share/man/man3/WWW::PipeViewer::Channels.3pm Installing /usr/bin/site_perl/gtk-pipe-viewer Installing /usr/bin/site_perl/pipe-viewer [artix |pipe-viewer]$ ^C [artix |pipe-viewer]$ [artix |pipe-viewer]$ perl Build.PL --gtk sudo ./Build installdeps sudo ./Build install WARNING: the following files are missing in your kit: META.json META.yml Please inform the author. Checking prerequisites... requires: ! File::ShareDir is not installed ! Gtk3 is not installed recommends: * JSON::XS is not installed * LWP::UserAgent::Cached is not installed * Term::ReadLine::Gnu is not installed * Unicode::GCString is not installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation Run 'Build installdeps' to install missing prerequisites. Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'WWW-PipeViewer' version 'v0.1.6' [sudo] password for paolo: Checking optional dependencies: Install JSON::XS? [y ]y Install LWP::UserAgent::Cached? [y ]y Install Term::ReadLine::Gnu? [y ]y Install Unicode::GCString? [y ]y Loading internal logger. Log::Log4perl recommended for better logging CPAN.pm requires configuration, but most of it can be done automatically. If you answer 'no' below, you will enter an interactive dialog for each configuration option instead. Would you like to configure as much as possible automatically? [yes] yes Fetching with LWP: http://www.cpan.org/authors/01mailrc.txt.gz Reading '/root/.cpan/sources/authors/01mailrc.txt.gz' ............................................................................DONE Fetching with LWP: http://www.cpan.org/modules/02packages.details.txt.gz Reading '/root/.cpan/sources/modules/02packages.details.txt.gz' Database was generated on Wed, 10 Nov 2021 20:17:02 GMT ............................................................................DONE Fetching with LWP: http://www.cpan.org/modules/03modlist.data.gz Reading '/root/.cpan/sources/modules/03modlist.data.gz' DONE Writing /root/.cpan/Metadata Running install for module 'JSON::XS' Fetching with LWP: http://www.cpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-4.03.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/M/ML/MLEHMANN/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/M/ML/MLEHMANN/JSON-XS-4.03.tar.gz ok 'YAML' not installed, will not store persistent state ---- Unsatisfied dependencies detected during ---- ---- MLEHMANN/JSON-XS-4.03.tar.gz ---- Canary::Stability [build_requires] Running install for module 'Canary::Stability' Fetching with LWP: http://www.cpan.org/authors/id/M/ML/MLEHMANN/Canary-Stability-2013.tar.gz Checksum for /root/.cpan/sources/authors/id/M/ML/MLEHMANN/Canary-Stability-2013.tar.gz ok Configuring M/ML/MLEHMANN/Canary-Stability-2013.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Canary::Stability Writing MYMETA.yml and MYMETA.json MLEHMANN/Canary-Stability-2013.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for M/ML/MLEHMANN/Canary-Stability-2013.tar.gz cp Stability.pm blib/lib/Canary/Stability.pm Manifying 1 pod document MLEHMANN/Canary-Stability-2013.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for MLEHMANN/Canary-Stability-2013.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_load.t .. ok All tests successful. Files=1, Tests=1, 0 wallclock secs ( 0.03 usr + 0.01 sys = 0.04 CPU) Result: PASS MLEHMANN/Canary-Stability-2013.tar.gz /usr/bin/make test -- OK Running make install for MLEHMANN/Canary-Stability-2013.tar.gz Manifying 1 pod document Installing /usr/share/perl5/site_perl/Canary/Stability.pm Installing /usr/share/man/man3/Canary::Stability.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod MLEHMANN/Canary-Stability-2013.tar.gz /usr/bin/make install -- OK MLEHMANN/JSON-XS-4.03.tar.gz Has already been unwrapped into directory /root/.cpan/build/JSON-XS-4.03-0 Configuring M/ML/MLEHMANN/JSON-XS-4.03.tar.gz with Makefile.PL *** *** 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.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 Warning: prerequisite Types::Serialiser 0 not found. Warning: prerequisite common::sense 0 not found. Generating a Unix-style Makefile Writing Makefile for JSON::XS Writing MYMETA.yml and MYMETA.json MLEHMANN/JSON-XS-4.03.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for M/ML/MLEHMANN/JSON-XS-4.03.tar.gz ---- Unsatisfied dependencies detected during ---- ---- MLEHMANN/JSON-XS-4.03.tar.gz ---- Types::Serialiser [requires] common::sense [requires] Running install for module 'Types::Serialiser' Fetching with LWP: http://www.cpan.org/authors/id/M/ML/MLEHMANN/Types-Serialiser-1.01.tar.gz Checksum for /root/.cpan/sources/authors/id/M/ML/MLEHMANN/Types-Serialiser-1.01.tar.gz ok Configuring M/ML/MLEHMANN/Types-Serialiser-1.01.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Warning: prerequisite common::sense 0 not found. Generating a Unix-style Makefile Writing Makefile for Types::Serialiser Writing MYMETA.yml and MYMETA.json MLEHMANN/Types-Serialiser-1.01.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for M/ML/MLEHMANN/Types-Serialiser-1.01.tar.gz ---- Unsatisfied dependencies detected during ---- ---- MLEHMANN/Types-Serialiser-1.01.tar.gz ---- common::sense [requires] Running install for module 'common::sense' Fetching with LWP: http://www.cpan.org/authors/id/M/ML/MLEHMANN/common-sense-3.75.tar.gz Checksum for /root/.cpan/sources/authors/id/M/ML/MLEHMANN/common-sense-3.75.tar.gz ok Configuring M/ML/MLEHMANN/common-sense-3.75.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for common::sense Writing MYMETA.yml and MYMETA.json MLEHMANN/common-sense-3.75.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for M/ML/MLEHMANN/common-sense-3.75.tar.gz "/usr/bin/perl" sense.pm.PL sense.pm cp sense.pod blib/lib/common/sense.pod cp sense.pm blib/arch/common/sense.pm Manifying 2 pod documents MLEHMANN/common-sense-3.75.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for MLEHMANN/common-sense-3.75.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-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_arch.t .. ok All tests successful. Files=2, Tests=2, 0 wallclock secs ( 0.04 usr + 0.01 sys = 0.05 CPU) Result: PASS MLEHMANN/common-sense-3.75.tar.gz /usr/bin/make test -- OK Running make install for MLEHMANN/common-sense-3.75.tar.gz Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/lib/perl5/5.34/site_perl/common/sense.pm Installing /usr/lib/perl5/5.34/site_perl/common/sense.pod Installing /usr/share/man/man3/common::sense.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod MLEHMANN/common-sense-3.75.tar.gz /usr/bin/make install -- OK MLEHMANN/Types-Serialiser-1.01.tar.gz Has already been unwrapped into directory /root/.cpan/build/Types-Serialiser-1.01-0 MLEHMANN/Types-Serialiser-1.01.tar.gz Has already been prepared Running make for M/ML/MLEHMANN/Types-Serialiser-1.01.tar.gz cp Serialiser.pm blib/lib/Types/Serialiser.pm cp Serialiser/Error.pm blib/lib/Types/Serialiser/Error.pm Manifying 2 pod documents MLEHMANN/Types-Serialiser-1.01.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for MLEHMANN/Types-Serialiser-1.01.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-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/51_types.t .. ok All tests successful. Files=2, Tests=25, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.01 cusr 0.01 csys = 0.07 CPU) Result: PASS MLEHMANN/Types-Serialiser-1.01.tar.gz /usr/bin/make test -- OK Running make install for MLEHMANN/Types-Serialiser-1.01.tar.gz Manifying 2 pod documents Installing /usr/share/perl5/site_perl/Types/Serialiser.pm Installing /usr/share/perl5/site_perl/Types/Serialiser/Error.pm Installing /usr/share/man/man3/Types::Serialiser::Error.3pm Installing /usr/share/man/man3/Types::Serialiser.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod MLEHMANN/Types-Serialiser-1.01.tar.gz /usr/bin/make install -- OK MLEHMANN/JSON-XS-4.03.tar.gz Has already been unwrapped into directory /root/.cpan/build/JSON-XS-4.03-0 MLEHMANN/JSON-XS-4.03.tar.gz Has already been prepared Running make for M/ML/MLEHMANN/JSON-XS-4.03.tar.gz 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/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/root/.cpan/build/JSON-XS-4.03-0/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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"4.03\" -DXS_VERSION=\"4.03\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/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/5.34/core_perl/CORE/perl.h:5705, from XS.xs:2: /usr/lib/perl5/5.34/core_perl/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 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -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/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/json_xs Manifying 1 pod document Manifying 2 pod documents MLEHMANN/JSON-XS-4.03.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for MLEHMANN/JSON-XS-4.03.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-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, 4 wallclock secs ( 1.63 usr 0.07 sys + 2.83 cusr 0.32 csys = 4.85 CPU) Result: PASS MLEHMANN/JSON-XS-4.03.tar.gz /usr/bin/make test -- OK Running make install for MLEHMANN/JSON-XS-4.03.tar.gz "/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 /usr/lib/perl5/5.34/site_perl/auto/JSON/XS/XS.so Installing /usr/lib/perl5/5.34/site_perl/JSON/XS.pm Installing /usr/lib/perl5/5.34/site_perl/JSON/XS/Boolean.pm Installing /usr/share/man/man1/json_xs.1p Installing /usr/share/man/man3/JSON::XS::Boolean.3pm Installing /usr/share/man/man3/JSON::XS.3pm Installing /usr/bin/site_perl/json_xs Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod MLEHMANN/JSON-XS-4.03.tar.gz /usr/bin/make install -- OK Running install for module 'LWP::UserAgent::Cached' Fetching with LWP: http://www.cpan.org/authors/id/O/OL/OLEG/LWP-UserAgent-Cached-0.08.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/O/OL/OLEG/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/O/OL/OLEG/LWP-UserAgent-Cached-0.08.tar.gz ok Configuring O/OL/OLEG/LWP-UserAgent-Cached-0.08.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for LWP::UserAgent::Cached Writing MYMETA.yml and MYMETA.json OLEG/LWP-UserAgent-Cached-0.08.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for O/OL/OLEG/LWP-UserAgent-Cached-0.08.tar.gz cp lib/LWP/UserAgent/Cached.pm blib/lib/LWP/UserAgent/Cached.pm Manifying 1 pod document OLEG/LWP-UserAgent-Cached-0.08.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for OLEG/LWP-UserAgent-Cached-0.08.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1_load.t ..... ok t/2_request.t .. ok All tests successful. Files=2, Tests=40, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.37 cusr 0.04 csys = 0.45 CPU) Result: PASS OLEG/LWP-UserAgent-Cached-0.08.tar.gz /usr/bin/make test -- OK Running make install for OLEG/LWP-UserAgent-Cached-0.08.tar.gz Manifying 1 pod document Installing /usr/share/perl5/site_perl/LWP/UserAgent/Cached.pm Installing /usr/share/man/man3/LWP::UserAgent::Cached.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod OLEG/LWP-UserAgent-Cached-0.08.tar.gz /usr/bin/make install -- OK Running install for module 'Term::ReadLine::Gnu' Fetching with LWP: http://www.cpan.org/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/H/HA/HAYASHI/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz ok Configuring H/HA/HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz with Makefile.PL Warning (mostly harmless): No library found for -ltermcap <<>> Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Term::ReadLine::Gnu Writing MYMETA.yml and MYMETA.json HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for H/HA/HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz cp Gnu/XS.pm blib/lib/Term/ReadLine/Gnu/XS.pm AutoSplitting blib/lib/Term/ReadLine/Gnu/XS.pm (blib/lib/auto/Term/ReadLine/Gnu/XS) blib/lib/Term/ReadLine/Gnu/XS.pm: some names are not unique when truncated to 8 characters: directory blib/lib/auto/Term/ReadLine/Gnu/XS: rl_bind_key.al, rl_bind_key_if_unbound.al, rl_bind_keyseq.al, rl_bind_keyseq_if_unbound.al truncate to rl_bind_ rl_set_keymap.al, rl_set_key.al truncate to rl_set_k cp Gnu.pm blib/lib/Term/ReadLine/Gnu.pm Running Mkbootstrap for Gnu () chmod 644 "Gnu.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Gnu.bs blib/arch/auto/Term/ReadLine/Gnu/Gnu.bs 644 "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/root/.cpan/build/Term-ReadLine-Gnu-1.42-0/typemap' Gnu.xs > Gnu.xsc mv Gnu.xsc Gnu.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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.42\" -DXS_VERSION=\"1.42\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" -DTRG_READLINE_VERSION=0x0801 Gnu.c rm -f blib/arch/auto/Term/ReadLine/Gnu/Gnu.so LD_RUN_PATH="/usr/lib" cc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/local/lib -fstack-protector-strong Gnu.o -o blib/arch/auto/Term/ReadLine/Gnu/Gnu.so \ -lreadline -ltinfo \ chmod 755 blib/arch/auto/Term/ReadLine/Gnu/Gnu.so cp eg/perlsh blib/script/perlsh "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/perlsh Manifying 1 pod document Manifying 1 pod document HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Gnu.bs blib/arch/auto/Term/ReadLine/Gnu/Gnu.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00checkver.t ... ok t/01test_use.t ... ok t/02test_use.t ... ok t/callback.t ..... 1/8 # skipped since Tk is not available. t/callback.t ..... ok t/history.t ...... ok t/readline.t ..... 1/148 # Try `/usr/bin/perl -Mblib t/readline.t verbose', if you will. t/readline.t ..... ok t/utf8_binary.t .. ok t/utf8_text.t .... 1/14 # The locale 'en_US.UTF-8' is not supported. Skipped... t/utf8_text.t .... ok All tests successful. Files=8, Tests=279, 1 wallclock secs ( 0.07 usr 0.03 sys + 1.00 cusr 0.12 csys = 1.22 CPU) Result: PASS HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz /usr/bin/make test -- OK Running make install for HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Gnu.bs blib/arch/auto/Term/ReadLine/Gnu/Gnu.bs 644 Manifying 1 pod document Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/Gnu.so Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/autosplit.ix Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/_tgetstrs.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_call_function.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/_str2map.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_copy_keymap.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_tty_unset_default_bindings.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_bind_key_if_unbound.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_set_keymap.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/unbind_function.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/Tk_getc.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/unbind_command.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_set_key.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_invoking_keyseqs.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_filename_list.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_macro_bind.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/get_history_event.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_discard_keymap.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/shadow_redisplay.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/_ch_wrapper.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/hist_arg_extract.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_bind_key.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_bind_keyseq.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_message.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_add_funmap_entry.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/list_completion_function.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_generic_bind.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/history_expand_line.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/ornaments.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/_trp_completion_function.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/operate_and_get_next.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_bind_keyseq_if_unbound.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/_str2fn.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/hist_list.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_completion_mode.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/unbind_key.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/display_readline_version.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/rl_tty_set_default_bindings.al Installing /usr/lib/perl5/5.34/site_perl/auto/Term/ReadLine/Gnu/XS/change_ornaments.al Installing /usr/lib/perl5/5.34/site_perl/Term/ReadLine/Gnu.pm Installing /usr/lib/perl5/5.34/site_perl/Term/ReadLine/Gnu/XS.pm Installing /usr/share/man/man1/perlsh.1p Installing /usr/share/man/man3/Term::ReadLine::Gnu.3pm Installing /usr/bin/site_perl/perlsh Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod HAYASHI/Term-ReadLine-Gnu-1.42.tar.gz /usr/bin/make install -- OK Running install for module 'Unicode::GCString' Fetching with LWP: http://www.cpan.org/authors/id/N/NE/NEZUMI/Unicode-LineBreak-2019.001.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/N/NE/NEZUMI/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/N/NE/NEZUMI/Unicode-LineBreak-2019.001.tar.gz ok Configuring N/NE/NEZUMI/Unicode-LineBreak-2019.001.tar.gz with Makefile.PL Use libthai 0.1.28 Use bundled sombok 2.4.0 with Unicode 8.0.0 Checking if your kit is complete... Looks good Warning: prerequisite MIME::Charset v1.6.2 not found. Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Unicode::LineBreak Writing MYMETA.yml and MYMETA.json NEZUMI/Unicode-LineBreak-2019.001.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for N/NE/NEZUMI/Unicode-LineBreak-2019.001.tar.gz ---- Unsatisfied dependencies detected during ---- ---- NEZUMI/Unicode-LineBreak-2019.001.tar.gz ---- MIME::Charset [requires] Running install for module 'MIME::Charset' Fetching with LWP: http://www.cpan.org/authors/id/N/NE/NEZUMI/MIME-Charset-1.012.2.tar.gz Checksum for /root/.cpan/sources/authors/id/N/NE/NEZUMI/MIME-Charset-1.012.2.tar.gz ok Configuring N/NE/NEZUMI/MIME-Charset-1.012.2.tar.gz with Makefile.PL *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... *** Since we're running under CPAN, I'll just let it take care of the dependency's installation later. [Core Features] - Test::More ...loaded. (1.302183) - Encode ...loaded. (3.08 >= 1.98) [Extended mappings by Japanese codepages] - Encode::EUCJPASCII ...missing. (would need 0.02) ==> Auto-install the 1 optional module(s) from CPAN? [y/N] n [Additional mappings for JIS X 0213] - Encode::JISX0213 ...missing. (would need 0.03) ==> Auto-install the 1 optional module(s) from CPAN? [y/N] n [Additional mappings for Chinese standards] - Encode::HanExtra ...missing. (would need 0.20) ==> Auto-install the 1 optional module(s) from CPAN? [y/N] n [Support for POD2 - translations of Perl documentation] - POD2::Base ...missing. (would need 0.041) ==> Auto-install the 1 optional module(s) from CPAN? [y/N] n *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MIME::Charset Writing MYMETA.yml and MYMETA.json NEZUMI/MIME-Charset-1.012.2.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for N/NE/NEZUMI/MIME-Charset-1.012.2.tar.gz cp lib/POD2/JA/MIME/Charset.pod blib/lib/POD2/JA/MIME/Charset.pod cp lib/MIME/Charset/Defaults.pm.sample blib/lib/MIME/Charset/Defaults.pm.sample cp lib/MIME/Charset/UTF.pm blib/lib/MIME/Charset/UTF.pm cp lib/MIME/Charset.pm blib/lib/MIME/Charset.pm cp lib/MIME/Charset/_Compat.pm blib/lib/MIME/Charset/_Compat.pm Manifying 2 pod documents NEZUMI/MIME-Charset-1.012.2.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for NEZUMI/MIME-Charset-1.012.2.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/01encode.t t/01ooencode.t t/02enclen.t t/02ooenclen.t t/03info.t t/03ooinfo.t t/04alias.t t/05jp.t t/06utf.t t/pod.t t/01encode.t .... ok t/01ooencode.t .. ok t/02enclen.t .... ok t/02ooenclen.t .. ok t/03info.t ...... ok t/03ooinfo.t .... ok t/04alias.t ..... 1/33 # UTF-16 is decoded by 'x-utf16auto' encoding # UTF-32 is decoded by 'x-utf32auto' encoding # HZ-GB-2312 is decoded by 'hz' encoding # TIS-620 is decoded by 'cp874' encoding t/04alias.t ..... ok t/05jp.t ........ skipped: Encode::EUCJPASCII required t/06utf.t ....... ok t/pod.t ......... skipped: Test::Pod 1.00 or later required for testing POD All tests successful. Files=10, Tests=100, 1 wallclock secs ( 0.08 usr 0.03 sys + 0.75 cusr 0.15 csys = 1.01 CPU) Result: PASS NEZUMI/MIME-Charset-1.012.2.tar.gz /usr/bin/make test -- OK Running make install for NEZUMI/MIME-Charset-1.012.2.tar.gz Manifying 2 pod documents Installing /usr/share/perl5/site_perl/MIME/Charset.pm Installing /usr/share/perl5/site_perl/MIME/Charset/UTF.pm Installing /usr/share/perl5/site_perl/MIME/Charset/_Compat.pm Installing /usr/share/perl5/site_perl/MIME/Charset/Defaults.pm.sample Installing /usr/share/perl5/site_perl/POD2/JA/MIME/Charset.pod Installing /usr/share/man/man3/MIME::Charset.3pm Installing /usr/share/man/man3/POD2::JA::MIME::Charset.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod NEZUMI/MIME-Charset-1.012.2.tar.gz /usr/bin/make install -- OK NEZUMI/Unicode-LineBreak-2019.001.tar.gz Has already been unwrapped into directory /root/.cpan/build/Unicode-LineBreak-2019.001-0 NEZUMI/Unicode-LineBreak-2019.001.tar.gz Has already been prepared Running make for N/NE/NEZUMI/Unicode-LineBreak-2019.001.tar.gz cp lib/POD2/JA/Unicode/GCString.pod blib/lib/POD2/JA/Unicode/GCString.pod cp lib/Text/LineFold.pm blib/lib/Text/LineFold.pm cp lib/Unicode/LineBreak.pm blib/lib/Unicode/LineBreak.pm cp lib/Unicode/GCString.pod blib/lib/Unicode/GCString.pod cp lib/Unicode/LineBreak/Constants.pm blib/lib/Unicode/LineBreak/Constants.pm cp lib/Unicode/LineBreak.pod blib/lib/Unicode/LineBreak.pod cp lib/Unicode/GCString.pm blib/lib/Unicode/GCString.pm cp lib/POD2/JA/Text/LineFold.pod blib/lib/POD2/JA/Text/LineFold.pod cp lib/Unicode/LineBreak/Defaults.pm.sample blib/lib/Unicode/LineBreak/Defaults.pm.sample cp lib/POD2/JA/Unicode/LineBreak.pod blib/lib/POD2/JA/Unicode/LineBreak.pod cd sombok && make all make[1]: Entering directory '/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok' cd lib && cc -c "-I/usr/lib/perl5/5.34/core_perl/CORE" "-I/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok/include" -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" ../lib/8.0.0.c cd lib && cc -c "-I/usr/lib/perl5/5.34/core_perl/CORE" "-I/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok/include" -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" ../lib/break.c cd lib && cc -c "-I/usr/lib/perl5/5.34/core_perl/CORE" "-I/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok/include" -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" ../lib/charprop.c ../lib/charprop.c: In function ‘linebreak_charprop’: ../lib/charprop.c:156:17: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 156 | ent = | ^ cd lib && cc -c "-I/usr/lib/perl5/5.34/core_perl/CORE" "-I/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok/include" -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" ../lib/gcstring.c cd lib && cc -c "-I/usr/lib/perl5/5.34/core_perl/CORE" "-I/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok/include" -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" ../lib/linebreak.c cd lib && cc -c "-I/usr/lib/perl5/5.34/core_perl/CORE" "-I/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok/include" -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" ../lib/southeastasian.c ../lib/southeastasian.c: In function ‘linebreak_southeastasian_flagbreak’: ../lib/southeastasian.c:68:5: warning: ‘th_wbrk’ is deprecated: Use 'th_brk_wc_find_breaks' instead [-Wdeprecated-declarations] 68 | for (i = 0, j = 0; j < len && th_wbrk(buf + j, &brk, 1) == 1; j += brk) { | ^~~ In file included from ../lib/southeastasian.c:18: /usr/include/thai/thwbrk.h:47:12: note: declared here 47 | extern int th_wbrk(const thwchar_t *s, int pos[], size_t pos_sz); | ^~~~~~~ cd lib && cc -c "-I/usr/lib/perl5/5.34/core_perl/CORE" "-I/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok/include" -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" ../lib/utf8.c cd lib && cc -c "-I/usr/lib/perl5/5.34/core_perl/CORE" "-I/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok/include" -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" ../lib/utils.c rm -f "libsombok.a" /usr/bin/ar cr "libsombok.a" lib/8.0.0.o lib/break.o lib/charprop.o lib/gcstring.o lib/linebreak.o lib/southeastasian.o lib/utf8.o lib/utils.o : "libsombok.a" chmod 755 libsombok.a make[1]: Leaving directory '/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok' make[1]: Entering directory '/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok' make[1]: Leaving directory '/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok' Running Mkbootstrap for LineBreak () chmod 644 "LineBreak.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LineBreak.bs blib/arch/auto/Unicode/LineBreak/LineBreak.bs 644 "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/root/.cpan/build/Unicode-LineBreak-2019.001-0/typemap' LineBreak.xs > LineBreak.xsc mv LineBreak.xsc LineBreak.c cc -c -Isombok/include -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"2019.001\" -DXS_VERSION=\"2019.001\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" LineBreak.c rm -f blib/arch/auto/Unicode/LineBreak/LineBreak.so LD_RUN_PATH="/usr/lib" cc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/local/lib -fstack-protector-strong LineBreak.o -o blib/arch/auto/Unicode/LineBreak/LineBreak.so sombok/libsombok.a \ -lthai \ chmod 755 blib/arch/auto/Unicode/LineBreak/LineBreak.so Manifying 6 pod documents NEZUMI/Unicode-LineBreak-2019.001.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for NEZUMI/Unicode-LineBreak-2019.001.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LineBreak.bs blib/arch/auto/Unicode/LineBreak/LineBreak.bs 644 make[1]: Entering directory '/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok' make[1]: Leaving directory '/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok' make[1]: Entering directory '/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok' No tests defined for sombok extension. make[1]: Leaving directory '/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok' PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/000.t .................. # sombok 2.4.0 with Unicode 8.0.0 t/000.t .................. ok t/00GraphemeBreakTest.t .. # GraphemeBreakTest-8.0.0.txt Date: 2015-02-13, 13:47:15 GMT [MD] t/00GraphemeBreakTest.t .. ok t/00LineBreakTest.t ...... # LineBreakTest-8.0.0.txt Date: 2015-04-30, 09:40:15 GMT [MD] t/00LineBreakTest.t ...... ok t/01break.t .............. ok t/02hangul.t ............. ok t/03ns.t ................. ok t/04fold.t ............... ok t/05urgent.t ............. ok t/06context.t ............ ok t/07sea.t ................ # SA word segmentation supported. Thai:libthai/0.1.28 t/07sea.t ................ ok t/08partial.t ............ ok t/09uri.t ................ ok t/10gcstring.t ........... ok t/11format.t ............. ok t/12fold2.t .............. ok t/13flowedsp.t ........... ok t/14sea_al.t ............. ok t/15array.t .............. ok t/16regex.t .............. ok t/17prop.t ............... ok t/18currency.t ........... ok t/pod.t .................. skipped: Test::Pod 1.00 or later required for testing POD All tests successful. Files=22, Tests=6954, 5 wallclock secs ( 0.76 usr 0.12 sys + 5.15 cusr 0.45 csys = 6.48 CPU) Result: PASS NEZUMI/Unicode-LineBreak-2019.001.tar.gz /usr/bin/make test -- OK Running make install for NEZUMI/Unicode-LineBreak-2019.001.tar.gz make[1]: Entering directory '/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok' make[1]: Leaving directory '/root/.cpan/build/Unicode-LineBreak-2019.001-0/sombok' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LineBreak.bs blib/arch/auto/Unicode/LineBreak/LineBreak.bs 644 Manifying 6 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/lib/perl5/5.34/site_perl/auto/Unicode/LineBreak/LineBreak.so Installing /usr/lib/perl5/5.34/site_perl/auto/sombok/extralibs.ld Installing /usr/lib/perl5/5.34/site_perl/POD2/JA/Unicode/LineBreak.pod Installing /usr/lib/perl5/5.34/site_perl/POD2/JA/Unicode/GCString.pod Installing /usr/lib/perl5/5.34/site_perl/POD2/JA/Text/LineFold.pod Installing /usr/lib/perl5/5.34/site_perl/Unicode/LineBreak.pod Installing /usr/lib/perl5/5.34/site_perl/Unicode/GCString.pod Installing /usr/lib/perl5/5.34/site_perl/Unicode/LineBreak.pm Installing /usr/lib/perl5/5.34/site_perl/Unicode/GCString.pm Installing /usr/lib/perl5/5.34/site_perl/Unicode/LineBreak/Constants.pm Installing /usr/lib/perl5/5.34/site_perl/Unicode/LineBreak/Defaults.pm.sample Installing /usr/lib/perl5/5.34/site_perl/Text/LineFold.pm Installing /usr/share/man/man3/Text::LineFold.3pm Installing /usr/share/man/man3/POD2::JA::Unicode::LineBreak.3pm Installing /usr/share/man/man3/Unicode::GCString.3pm Installing /usr/share/man/man3/POD2::JA::Text::LineFold.3pm Installing /usr/share/man/man3/Unicode::LineBreak.3pm Installing /usr/share/man/man3/POD2::JA::Unicode::GCString.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod NEZUMI/Unicode-LineBreak-2019.001.tar.gz /usr/bin/make install -- OK Running install for module 'File::ShareDir' Fetching with LWP: http://www.cpan.org/authors/id/R/RE/REHSACK/File-ShareDir-1.118.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/R/RE/REHSACK/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/R/RE/REHSACK/File-ShareDir-1.118.tar.gz ok ---- Unsatisfied dependencies detected during ---- ---- REHSACK/File-ShareDir-1.118.tar.gz ---- File::ShareDir::Install [build_requires] Running install for module 'File::ShareDir::Install' Fetching with LWP: http://www.cpan.org/authors/id/E/ET/ETHER/File-ShareDir-Install-0.13.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/E/ET/ETHER/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/File-ShareDir-Install-0.13.tar.gz ok Configuring E/ET/ETHER/File-ShareDir-Install-0.13.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::ShareDir::Install Writing MYMETA.yml and MYMETA.json ETHER/File-ShareDir-Install-0.13.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for E/ET/ETHER/File-ShareDir-Install-0.13.tar.gz cp lib/File/ShareDir/Install.pm blib/lib/File/ShareDir/Install.pm Manifying 1 pod document ETHER/File-ShareDir-Install-0.13.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for ETHER/File-ShareDir-Install-0.13.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/10_makefile.t ........ ok t/11_dotfile.t ......... ok t/12_delete.t .......... ok t/00-report-prereqs.t .. # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.62 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.62 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.62 # File::Path any 2.18 # File::Spec any 3.80 # Test::More any 1.302183 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ---------- ---- ---- # Carp any 1.52 # Exporter any 5.76 # File::Spec any 3.80 # IO::Dir any 1.46 # strict any 1.12 # warnings any 1.51 # # === Other Modules === # # Module Have # ------------- ------- # Encode 3.08 # JSON::PP 4.06 # Pod::Coverage missing # Sub::Name missing # YAML missing # autodie 2.34 # t/00-report-prereqs.t .. ok All tests successful. Files=4, Tests=39, 4 wallclock secs ( 0.05 usr 0.00 sys + 2.96 cusr 0.35 csys = 3.36 CPU) Result: PASS ETHER/File-ShareDir-Install-0.13.tar.gz /usr/bin/make test -- OK Running make install for ETHER/File-ShareDir-Install-0.13.tar.gz Manifying 1 pod document Installing /usr/share/perl5/site_perl/File/ShareDir/Install.pm Installing /usr/share/man/man3/File::ShareDir::Install.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod ETHER/File-ShareDir-Install-0.13.tar.gz /usr/bin/make install -- OK REHSACK/File-ShareDir-1.118.tar.gz Has already been unwrapped into directory /root/.cpan/build/File-ShareDir-1.118-0 Configuring R/RE/REHSACK/File-ShareDir-1.118.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Warning: prerequisite Class::Inspector 1.12 not found. Generating a Unix-style Makefile Writing Makefile for File::ShareDir Writing MYMETA.yml and MYMETA.json REHSACK/File-ShareDir-1.118.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for R/RE/REHSACK/File-ShareDir-1.118.tar.gz ---- Unsatisfied dependencies detected during ---- ---- REHSACK/File-ShareDir-1.118.tar.gz ---- Class::Inspector [requires] List::MoreUtils [requires,optional] Params::Util [requires,optional] Running install for module 'Class::Inspector' Fetching with LWP: http://www.cpan.org/authors/id/P/PL/PLICEASE/Class-Inspector-1.36.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/P/PL/PLICEASE/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/P/PL/PLICEASE/Class-Inspector-1.36.tar.gz ok Configuring P/PL/PLICEASE/Class-Inspector-1.36.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Class::Inspector Writing MYMETA.yml and MYMETA.json PLICEASE/Class-Inspector-1.36.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for P/PL/PLICEASE/Class-Inspector-1.36.tar.gz cp lib/Class/Inspector/Functions.pm blib/lib/Class/Inspector/Functions.pm cp lib/Class/Inspector.pm blib/lib/Class/Inspector.pm Manifying 2 pod documents PLICEASE/Class-Inspector-1.36.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for PLICEASE/Class-Inspector-1.36.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_diag.t ........................ 1/1 # # # # HARNESS_ACTIVE=1 # HARNESS_VERSION=3.43 # LANG=en_GB.UTF-8 # PERL5LIB=/root/.cpan/build/Class-Inspector-1.36-0/blib/lib:/root/.cpan/build/Class-Inspector-1.36-0/blib/arch: # PERL5OPT= # PERL5_CPANPLUS_IS_RUNNING=2964 # PERL5_CPAN_IS_RUNNING=2964 # PERL_DL_NONLAZY=1 # PERL_MM_USE_DEFAULT=1 # PERL_USE_UNSAFE_INC=1 # SHELL=/bin/bash # # # # PERL5LIB path # /root/.cpan/build/Class-Inspector-1.36-0/blib/lib # /root/.cpan/build/Class-Inspector-1.36-0/blib/arch # # # # perl 5.034000 # ExtUtils::MakeMaker 7.62 # File::Spec 3.80 # Test::More 1.302183 # # # t/00_diag.t ........................ ok t/01_use.t ......................... ok t/class_inspector.t ................ ok t/class_inspector__devel_hide.t .... skipped: test requires Devel::Hide t/class_inspector__inc_to_local.t .. ok t/class_inspector_functions.t ...... ok All tests successful. Files=6, Tests=86, 1 wallclock secs ( 0.06 usr 0.02 sys + 0.77 cusr 0.08 csys = 0.93 CPU) Result: PASS PLICEASE/Class-Inspector-1.36.tar.gz /usr/bin/make test -- OK Running make install for PLICEASE/Class-Inspector-1.36.tar.gz Manifying 2 pod documents Installing /usr/share/perl5/site_perl/Class/Inspector.pm Installing /usr/share/perl5/site_perl/Class/Inspector/Functions.pm Installing /usr/share/man/man3/Class::Inspector.3pm Installing /usr/share/man/man3/Class::Inspector::Functions.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod PLICEASE/Class-Inspector-1.36.tar.gz /usr/bin/make install -- OK Running install for module 'Params::Util' Fetching with LWP: http://www.cpan.org/authors/id/R/RE/REHSACK/Params-Util-1.102.tar.gz Checksum for /root/.cpan/sources/authors/id/R/RE/REHSACK/Params-Util-1.102.tar.gz ok Configuring R/RE/REHSACK/Params-Util-1.102.tar.gz with Makefile.PL Checking for cc... cc Checking whether pureperl is required... no Checking for cc... (cached) cc Checking whether perlapi is accessible... yes Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Params::Util Writing MYMETA.yml and MYMETA.json REHSACK/Params-Util-1.102.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for R/RE/REHSACK/Params-Util-1.102.tar.gz ---- Unsatisfied dependencies detected during ---- ---- REHSACK/Params-Util-1.102.tar.gz ---- Test::LeakTrace [build_requires] Running install for module 'Test::LeakTrace' Fetching with LWP: http://www.cpan.org/authors/id/L/LE/LEEJO/Test-LeakTrace-0.17.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/L/LE/LEEJO/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/L/LE/LEEJO/Test-LeakTrace-0.17.tar.gz ok Configuring L/LE/LEEJO/Test-LeakTrace-0.17.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::LeakTrace Writing MYMETA.yml and MYMETA.json LEEJO/Test-LeakTrace-0.17.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for L/LE/LEEJO/Test-LeakTrace-0.17.tar.gz cp lib/Test/LeakTrace/JA.pod blib/lib/Test/LeakTrace/JA.pod cp lib/Test/LeakTrace/Script.pm blib/lib/Test/LeakTrace/Script.pm cp lib/Test/LeakTrace.pm blib/lib/Test/LeakTrace.pm Running Mkbootstrap for LeakTrace () chmod 644 "LeakTrace.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LeakTrace.bs blib/arch/auto/Test/LeakTrace/LeakTrace.bs 644 "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' LeakTrace.xs > LeakTrace.xsc mv LeakTrace.xsc LeakTrace.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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"0.17\" -DXS_VERSION=\"0.17\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" LeakTrace.c rm -f blib/arch/auto/Test/LeakTrace/LeakTrace.so cc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/local/lib -fstack-protector-strong LeakTrace.o -o blib/arch/auto/Test/LeakTrace/LeakTrace.so \ \ chmod 755 blib/arch/auto/Test/LeakTrace/LeakTrace.so Manifying 3 pod documents LEEJO/Test-LeakTrace-0.17.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for LEEJO/Test-LeakTrace-0.17.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LeakTrace.bs blib/arch/auto/Test/LeakTrace/LeakTrace.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_compile.t ..... 1/1 # Testing Test::LeakTrace/0.17 t/00_compile.t ..... ok t/01_info.t ........ ok t/02_refs.t ........ ok t/03_count.t ....... ok t/04_test_funcs.t .. ok t/05_script.t ...... 1/1 leaked REF(0x55890c2854b8) from /usr/share/perl5/core_perl/Test2/Util/HashBase.pm line 153. leaked REF(0x55890c2a79a0) from /usr/share/perl5/core_perl/Test2/Util/HashBase.pm line 153. leaked SCALAR(0x55890c944d80) from /usr/share/perl5/core_perl/Test2/API/Context.pm line 223. leaked GLOB(0x55890c957488) from /usr/share/perl5/core_perl/Test2/Hub.pm line 280. leaked GLOB(0x55890c957470) from /usr/share/perl5/core_perl/Test/Builder.pm line 64. leaked GLOB(0x55890c9e8290) from /usr/share/perl5/core_perl/Test2/API/Context.pm line 232. leaked GLOB(0x55890c9e8230) from /usr/share/perl5/core_perl/Test2/Formatter/TAP.pm line 195. leaked GLOB(0x55890c9e8218) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 69. leaked SCALAR(0x55890c9e8200) from /usr/share/perl5/core_perl/Test/Builder.pm line 64. leaked GLOB(0x55890c9e81a0) from /usr/share/perl5/core_perl/Test2/Hub.pm line 293. leaked ARRAY(0x55890c9e80e0) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e8098) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e8080) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e8068) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e8050) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e8038) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e8020) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e8008) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7ff0) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7fd8) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7fc0) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked HASH(0x55890c9e7fa8) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked ARRAY(0x55890c9e7f90) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7f78) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7f60) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7f48) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7f30) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7f18) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7f00) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7ee8) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7ed0) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7eb8) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7ea0) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked SCALAR(0x55890c9e7e88) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked ARRAY(0x55890c9e7e70) from /usr/share/perl5/core_perl/Test2/Event/V2.pm line 42. leaked REF(0x55890c9e7e28) from /usr/share/perl5/core_perl/Test2/Util/HashBase.pm line 153. t/05_script.t ...... ok t/06_threads.t ..... ok t/07_eval.t ........ ok t/08_leaktrace.t ... ok t/09_info_more.t ... ok t/10_bad_use.t ..... ok t/11_logfp.t ....... ok t/12_padstale.t .... ok t/13_do.t .......... ok All tests successful. Files=14, Tests=132, 3 wallclock secs ( 0.11 usr 0.04 sys + 1.90 cusr 0.22 csys = 2.27 CPU) Result: PASS LEEJO/Test-LeakTrace-0.17.tar.gz /usr/bin/make test -- OK Running make install for LEEJO/Test-LeakTrace-0.17.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LeakTrace.bs blib/arch/auto/Test/LeakTrace/LeakTrace.bs 644 Manifying 3 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/lib/perl5/5.34/site_perl/auto/Test/LeakTrace/LeakTrace.so Installing /usr/lib/perl5/5.34/site_perl/Test/LeakTrace.pm Installing /usr/lib/perl5/5.34/site_perl/Test/LeakTrace/JA.pod Installing /usr/lib/perl5/5.34/site_perl/Test/LeakTrace/Script.pm Installing /usr/share/man/man3/Test::LeakTrace.3pm Installing /usr/share/man/man3/Test::LeakTrace::JA.3pm Installing /usr/share/man/man3/Test::LeakTrace::Script.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod LEEJO/Test-LeakTrace-0.17.tar.gz /usr/bin/make install -- OK REHSACK/Params-Util-1.102.tar.gz Has already been unwrapped into directory /root/.cpan/build/Params-Util-1.102-0 REHSACK/Params-Util-1.102.tar.gz Has already been prepared Running make for R/RE/REHSACK/Params-Util-1.102.tar.gz cp lib/Params/Util.pm blib/lib/Params/Util.pm cp lib/Params/Util/PP.pm blib/lib/Params/Util/PP.pm Running Mkbootstrap for Util () chmod 644 "Util.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs blib/arch/auto/Params/Util/Util.bs 644 "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' Util.xs > Util.xsc mv Util.xsc Util.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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.102\" -DXS_VERSION=\"1.102\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" Util.c rm -f blib/arch/auto/Params/Util/Util.so cc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/local/lib -fstack-protector-strong Util.o -o blib/arch/auto/Params/Util/Util.so \ \ chmod 755 blib/arch/auto/Params/Util/Util.so Manifying 2 pod documents REHSACK/Params-Util-1.102.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for REHSACK/Params-Util-1.102.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs blib/arch/auto/Params/Util/Util.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/pp/*.t t/xs/*.t xt/*.t t/pp/01_compile.t .... ok t/pp/02_main.t ....... ok t/pp/03_all.t ........ ok t/pp/04_codelike.t ... ok t/pp/05_typelike.t ... ok t/pp/06_invocant.t ... ok t/pp/07_handle.t ..... ok t/pp/08_driver.t ..... ok t/pp/09_insideout.t .. ok t/xs/01_compile.t .... ok t/xs/02_main.t ....... ok t/xs/03_all.t ........ ok t/xs/04_codelike.t ... ok t/xs/05_typelike.t ... ok t/xs/06_invocant.t ... ok t/xs/07_handle.t ..... ok t/xs/08_driver.t ..... ok t/xs/09_insideout.t .. ok All tests successful. Files=18, Tests=1864, 2 wallclock secs ( 0.25 usr 0.07 sys + 2.37 cusr 0.21 csys = 2.90 CPU) Result: PASS REHSACK/Params-Util-1.102.tar.gz /usr/bin/make test -- OK Running make install for REHSACK/Params-Util-1.102.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs blib/arch/auto/Params/Util/Util.bs 644 Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/lib/perl5/5.34/site_perl/auto/Params/Util/Util.so Installing /usr/lib/perl5/5.34/site_perl/Params/Util.pm Installing /usr/lib/perl5/5.34/site_perl/Params/Util/PP.pm Installing /usr/share/man/man3/Params::Util::PP.3pm Installing /usr/share/man/man3/Params::Util.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod REHSACK/Params-Util-1.102.tar.gz /usr/bin/make install -- OK Running install for module 'List::MoreUtils' Fetching with LWP: http://www.cpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-0.430.tar.gz Checksum for /root/.cpan/sources/authors/id/R/RE/REHSACK/List-MoreUtils-0.430.tar.gz ok Configuring R/RE/REHSACK/List-MoreUtils-0.430.tar.gz with Makefile.PL Checking whether pureperl is required... no Checking for cc... cc Checking for cc... (cached) cc Checking whether perlapi is accessible... yes Checking if your kit is complete... Looks good Warning: prerequisite Exporter::Tiny 0.038 not found. Warning: prerequisite List::MoreUtils::XS 0.430 not found. Generating a Unix-style Makefile Writing Makefile for List::MoreUtils Writing MYMETA.yml and MYMETA.json REHSACK/List-MoreUtils-0.430.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for R/RE/REHSACK/List-MoreUtils-0.430.tar.gz ---- Unsatisfied dependencies detected during ---- ---- REHSACK/List-MoreUtils-0.430.tar.gz ---- Exporter::Tiny [requires] List::MoreUtils::XS [requires] Running install for module 'Exporter::Tiny' Fetching with LWP: http://www.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-1.002002.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/T/TO/TOBYINK/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/T/TO/TOBYINK/Exporter-Tiny-1.002002.tar.gz ok Configuring T/TO/TOBYINK/Exporter-Tiny-1.002002.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Exporter::Tiny Writing MYMETA.yml and MYMETA.json TOBYINK/Exporter-Tiny-1.002002.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for T/TO/TOBYINK/Exporter-Tiny-1.002002.tar.gz ---- Unsatisfied dependencies detected during ---- ---- TOBYINK/Exporter-Tiny-1.002002.tar.gz ---- Test::Fatal [build_requires,optional] Test::Warnings [build_requires,optional] cp lib/Exporter/Tiny/Manual/QuickStart.pod blib/lib/Exporter/Tiny/Manual/QuickStart.pod cp lib/Exporter/Shiny.pm blib/lib/Exporter/Shiny.pm cp lib/Exporter/Tiny/Manual/Importing.pod blib/lib/Exporter/Tiny/Manual/Importing.pod cp lib/Exporter/Tiny/Manual/Etc.pod blib/lib/Exporter/Tiny/Manual/Etc.pod cp lib/Exporter/Tiny.pm blib/lib/Exporter/Tiny.pm cp lib/Exporter/Tiny/Manual/Exporting.pod blib/lib/Exporter/Tiny/Manual/Exporting.pod Manifying 6 pod documents TOBYINK/Exporter-Tiny-1.002002.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for TOBYINK/Exporter-Tiny-1.002002.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/01basic.t .............. # Perl 5.034000 t/01basic.t .............. ok t/02renaming.t ........... ok t/03generators.t ......... ok t/04into.t ............... ok t/05shiny.t .............. ok t/06notwant.t ............ ok t/07regexp.t ............. ok t/08tags.t ............... ok t/09warnings.t ........... skipped: test requires Test::Warnings and Test::Fatal t/10no.t ................. ok t/11noncode.t ............ ok t/12noncodegenerators.t .. ok t/13doesntexist.t ........ ok All tests successful. Files=13, Tests=64, 2 wallclock secs ( 0.08 usr 0.02 sys + 1.32 cusr 0.16 csys = 1.58 CPU) Result: PASS TOBYINK/Exporter-Tiny-1.002002.tar.gz /usr/bin/make test -- OK Running make install for TOBYINK/Exporter-Tiny-1.002002.tar.gz Manifying 6 pod documents Installing /usr/share/perl5/site_perl/Exporter/Tiny.pm Installing /usr/share/perl5/site_perl/Exporter/Shiny.pm Installing /usr/share/perl5/site_perl/Exporter/Tiny/Manual/Importing.pod Installing /usr/share/perl5/site_perl/Exporter/Tiny/Manual/Exporting.pod Installing /usr/share/perl5/site_perl/Exporter/Tiny/Manual/QuickStart.pod Installing /usr/share/perl5/site_perl/Exporter/Tiny/Manual/Etc.pod Installing /usr/share/man/man3/Exporter::Tiny.3pm Installing /usr/share/man/man3/Exporter::Tiny::Manual::QuickStart.3pm Installing /usr/share/man/man3/Exporter::Shiny.3pm Installing /usr/share/man/man3/Exporter::Tiny::Manual::Importing.3pm Installing /usr/share/man/man3/Exporter::Tiny::Manual::Exporting.3pm Installing /usr/share/man/man3/Exporter::Tiny::Manual::Etc.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod TOBYINK/Exporter-Tiny-1.002002.tar.gz /usr/bin/make install -- OK Running install for module 'Test::Warnings' Fetching with LWP: http://www.cpan.org/authors/id/E/ET/ETHER/Test-Warnings-0.031.tar.gz Checksum for /root/.cpan/sources/authors/id/E/ET/ETHER/Test-Warnings-0.031.tar.gz ok Configuring E/ET/ETHER/Test-Warnings-0.031.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Warnings Writing MYMETA.yml and MYMETA.json ETHER/Test-Warnings-0.031.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for E/ET/ETHER/Test-Warnings-0.031.tar.gz cp lib/Test/Warnings.pm blib/lib/Test/Warnings.pm Manifying 1 pod document ETHER/Test-Warnings-0.031.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for ETHER/Test-Warnings-0.031.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-report-prereqs.t ................. # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.62 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.62 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.62 # File::Spec any 3.80 # Test::More 0.94 1.302183 # if any 0.0609 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Test Suggests === # # Module Want Have # ------------------------ ----- -------- # CPAN::Meta::Check 0.011 missing # CPAN::Meta::Requirements any 2.140 # PadWalker any missing # Test::Tester 0.108 1.302183 # # === Runtime Requires === # # Module Want Have # ------------- ---- -------- # Carp any 1.52 # Exporter any 5.76 # Test::Builder any 1.302183 # parent any 0.238 # strict any 1.12 # warnings any 1.51 # # === Other Modules === # # Module Have # --------------- ------- # Encode 3.08 # File::Temp 0.2311 # JSON::PP 4.06 # Module::Runtime missing # Sub::Name missing # YAML missing # autodie 2.34 # t/00-report-prereqs.t ................. ok t/01-basic.t .......................... ok t/02-done_testing.t ................... ok t/03-subtest.t ........................ ok t/04-no-tests.t ....................... ok t/05-no-end-block.t ................... ok t/06-skip-all.t ....................... skipped: Need Does::Not::Exist::515177934038551 to continue! t/07-no_plan.t ........................ ok t/08-use-if.t ......................... ok t/09-warnings-contents.t .............. ok t/10-no-done_testing.t ................ ok t/11-double-use.t ..................... ok t/12-no-newline.t ..................... ok t/13-propagate-warnings.t ............. ok t/14-propagate-subname.t .............. ok t/15-propagate-default.t .............. ok t/16-propagate-ignore.t ............... ok t/17-propagate-subname-colons.t ....... ok t/18-propagate-subname-package.t ...... ok t/19-propagate-nonexistent-subname.t .. ok t/20-propagate-stub.t ................. ok t/21-fail-on-warning.t ................ ok t/22-warnings-bareword.t .............. ok t/23-report-warnings.t ................ ok t/zzz-check-breaks.t .................. ok All tests successful. Files=25, Tests=81, 4 wallclock secs ( 0.13 usr 0.04 sys + 2.83 cusr 0.33 csys = 3.33 CPU) Result: PASS ETHER/Test-Warnings-0.031.tar.gz /usr/bin/make test -- OK Running make install for ETHER/Test-Warnings-0.031.tar.gz Manifying 1 pod document Installing /usr/share/perl5/site_perl/Test/Warnings.pm Installing /usr/share/man/man3/Test::Warnings.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod ETHER/Test-Warnings-0.031.tar.gz /usr/bin/make install -- OK Running install for module 'Test::Fatal' Fetching with LWP: http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Fatal-0.016.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/R/RJ/RJBS/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/R/RJ/RJBS/Test-Fatal-0.016.tar.gz ok Configuring R/RJ/RJBS/Test-Fatal-0.016.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Fatal Writing MYMETA.yml and MYMETA.json RJBS/Test-Fatal-0.016.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for R/RJ/RJBS/Test-Fatal-0.016.tar.gz cp lib/Test/Fatal.pm blib/lib/Test/Fatal.pm Manifying 1 pod document RJBS/Test-Fatal-0.016.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for RJBS/Test-Fatal-0.016.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-report-prereqs.t .. # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.62 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.62 # # === Test Requires === # # Module Want Have # --------------------- ---- -------- # ExtUtils::MakeMaker any 7.62 # File::Spec any 3.80 # Test::Builder::Tester any 1.302183 # Test::More 0.65 1.302183 # overload any 1.33 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------- ---- -------- # Carp any 1.52 # Exporter 5.57 5.76 # Test::Builder any 1.302183 # Try::Tiny 0.07 0.30 # strict any 1.12 # warnings any 1.51 # t/00-report-prereqs.t .. ok t/basic.t .............. ok t/like-exception.t ..... ok t/todo.t ............... ok All tests successful. Files=4, Tests=18, 0 wallclock secs ( 0.05 usr 0.01 sys + 0.60 cusr 0.06 csys = 0.72 CPU) Result: PASS RJBS/Test-Fatal-0.016.tar.gz /usr/bin/make test -- OK Running make install for RJBS/Test-Fatal-0.016.tar.gz Manifying 1 pod document Installing /usr/share/perl5/site_perl/Test/Fatal.pm Installing /usr/share/man/man3/Test::Fatal.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod RJBS/Test-Fatal-0.016.tar.gz /usr/bin/make install -- OK Running install for module 'List::MoreUtils::XS' Fetching with LWP: http://www.cpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-XS-0.430.tar.gz Checksum for /root/.cpan/sources/authors/id/R/RE/REHSACK/List-MoreUtils-XS-0.430.tar.gz ok Configuring R/RE/REHSACK/List-MoreUtils-XS-0.430.tar.gz with Makefile.PL Checking whether pureperl is required... no Checking for cc... cc Checking for cc... (cached) cc Checking whether perlapi is accessible... yes Checking for stdlib.h... yes Checking for stdarg.h... yes Checking for string.h... yes Checking for float.h... yes Checking for assert.h... yes Checking for ctype.h... yes Checking for errno.h... yes Checking for limits.h... yes Checking for locale.h... yes Checking for math.h... yes Checking for setjmp.h... yes Checking for signal.h... yes Checking for stddef.h... yes Checking for stdio.h... yes Checking for time.h... yes Checking for sys/types.h... yes Checking for sys/stat.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 for time.h... (cached) yes Checking for sys/time.h... yes Checking for time... yes Checking for size_t... yes Checking for ssize_t... yes Checking for builtin expect... yes Checking for statement expression feature... no Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for List::MoreUtils::XS Writing MYMETA.yml and MYMETA.json REHSACK/List-MoreUtils-XS-0.430.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for R/RE/REHSACK/List-MoreUtils-XS-0.430.tar.gz cp lib/List/MoreUtils/XS.pm blib/lib/List/MoreUtils/XS.pm Running Mkbootstrap for XS () chmod 644 "XS.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/List/MoreUtils/XS/XS.bs 644 "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' XS.xs > XS.xsc mv XS.xsc XS.c cc -c -I. -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"0.430\" -DXS_VERSION=\"0.430\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" XS.c rm -f blib/arch/auto/List/MoreUtils/XS/XS.so cc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/local/lib -fstack-protector-strong XS.o -o blib/arch/auto/List/MoreUtils/XS/XS.so \ \ chmod 755 blib/arch/auto/List/MoreUtils/XS/XS.so Manifying 1 pod document REHSACK/List-MoreUtils-XS-0.430.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for REHSACK/List-MoreUtils-XS-0.430.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/List/MoreUtils/XS/XS.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/xs/*.t xt/*.t t/xs/after.t ................ ok t/xs/after_incl.t ........... ok t/xs/all.t .................. ok t/xs/all_u.t ................ ok t/xs/any.t .................. ok t/xs/any_u.t ................ ok t/xs/apply.t ................ ok t/xs/arrayify.t ............. ok t/xs/before.t ............... ok t/xs/before_incl.t .......... ok t/xs/binsert.t .............. ok t/xs/bremove.t .............. ok t/xs/bsearch.t .............. ok t/xs/bsearchidx.t ........... ok t/xs/duplicates.t ........... ok t/xs/each_array.t ........... ok t/xs/equal_range.t .......... ok t/xs/false.t ................ ok t/xs/firstidx.t ............. ok t/xs/firstres.t ............. ok t/xs/firstval.t ............. ok t/xs/frequency.t ............ ok t/xs/Import.t ............... ok t/xs/indexes.t .............. ok t/xs/insert_after.t ......... ok t/xs/insert_after_string.t .. ok t/xs/lastidx.t .............. ok t/xs/lastres.t .............. ok t/xs/lastval.t .............. ok t/xs/listcmp.t .............. ok t/xs/lower_bound.t .......... ok t/xs/mesh.t ................. ok t/xs/minmax.t ............... ok t/xs/minmaxstr.t ............ ok t/xs/mode.t ................. ok t/xs/natatime.t ............. ok t/xs/none.t ................. ok t/xs/none_u.t ............... ok t/xs/notall.t ............... ok t/xs/notall_u.t ............. ok t/xs/occurrences.t .......... ok t/xs/one.t .................. ok t/xs/one_u.t ................ ok t/xs/onlyidx.t .............. ok t/xs/onlyres.t .............. ok t/xs/onlyval.t .............. ok t/xs/pairwise.t ............. ok t/xs/part.t ................. ok t/xs/qsort.t ................ ok t/xs/reduce_0.t ............. ok t/xs/reduce_1.t ............. ok t/xs/reduce_u.t ............. ok t/xs/samples.t .............. ok t/xs/singleton.t ............ ok t/xs/slide.t ................ ok t/xs/slideatatime.t ......... ok t/xs/true.t ................. ok t/xs/uniq.t ................. ok t/xs/upper_bound.t .......... ok t/xs/XS.t ................... skipped: Unreasonable unless loaded via List::MoreUtils t/xs/zip6.t ................. ok All tests successful. Files=61, Tests=4519, 14 wallclock secs ( 0.67 usr 0.15 sys + 12.10 cusr 1.08 csys = 14.00 CPU) Result: PASS REHSACK/List-MoreUtils-XS-0.430.tar.gz /usr/bin/make test -- OK Running make install for REHSACK/List-MoreUtils-XS-0.430.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/List/MoreUtils/XS/XS.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/lib/perl5/5.34/site_perl/auto/List/MoreUtils/XS/XS.so Installing /usr/lib/perl5/5.34/site_perl/List/MoreUtils/XS.pm Installing /usr/share/man/man3/List::MoreUtils::XS.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod REHSACK/List-MoreUtils-XS-0.430.tar.gz /usr/bin/make install -- OK REHSACK/List-MoreUtils-0.430.tar.gz Has already been unwrapped into directory /root/.cpan/build/List-MoreUtils-0.430-0 REHSACK/List-MoreUtils-0.430.tar.gz Has already been prepared Running make for R/RE/REHSACK/List-MoreUtils-0.430.tar.gz cp lib/List/MoreUtils/PP.pm blib/lib/List/MoreUtils/PP.pm cp lib/List/MoreUtils.pm blib/lib/List/MoreUtils.pm cp lib/List/MoreUtils/Contributing.pod blib/lib/List/MoreUtils/Contributing.pod Manifying 3 pod documents REHSACK/List-MoreUtils-0.430.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for REHSACK/List-MoreUtils-0.430.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/pureperl/*.t t/xs/*.t xt/*.t t/pureperl/after.t ................ ok t/pureperl/after_incl.t ........... ok t/pureperl/all.t .................. ok t/pureperl/all_u.t ................ ok t/pureperl/any.t .................. ok t/pureperl/any_u.t ................ ok t/pureperl/apply.t ................ ok t/pureperl/arrayify.t ............. ok t/pureperl/before.t ............... ok t/pureperl/before_incl.t .......... ok t/pureperl/binsert.t .............. ok t/pureperl/bremove.t .............. ok t/pureperl/bsearch.t .............. ok t/pureperl/bsearchidx.t ........... ok t/pureperl/duplicates.t ........... ok t/pureperl/each_array.t ........... ok t/pureperl/equal_range.t .......... ok t/pureperl/false.t ................ ok t/pureperl/firstidx.t ............. ok t/pureperl/firstres.t ............. ok t/pureperl/firstval.t ............. ok t/pureperl/frequency.t ............ ok t/pureperl/Import.t ............... ok t/pureperl/indexes.t .............. ok t/pureperl/insert_after.t ......... ok t/pureperl/insert_after_string.t .. ok t/pureperl/lastidx.t .............. ok t/pureperl/lastres.t .............. ok t/pureperl/lastval.t .............. ok t/pureperl/listcmp.t .............. ok t/pureperl/lower_bound.t .......... ok t/pureperl/mesh.t ................. ok t/pureperl/minmax.t ............... ok t/pureperl/minmaxstr.t ............ ok t/pureperl/mode.t ................. ok t/pureperl/natatime.t ............. ok t/pureperl/none.t ................. ok t/pureperl/none_u.t ............... ok t/pureperl/notall.t ............... ok t/pureperl/notall_u.t ............. ok t/pureperl/occurrences.t .......... ok t/pureperl/one.t .................. ok t/pureperl/one_u.t ................ ok t/pureperl/onlyidx.t .............. ok t/pureperl/onlyres.t .............. ok t/pureperl/onlyval.t .............. ok t/pureperl/pairwise.t ............. ok t/pureperl/part.t ................. ok t/pureperl/qsort.t ................ skipped: It's insane to use a pure-perl qsort t/pureperl/reduce_0.t ............. ok t/pureperl/reduce_1.t ............. ok t/pureperl/reduce_u.t ............. ok t/pureperl/samples.t .............. ok t/pureperl/singleton.t ............ ok t/pureperl/slide.t ................ ok t/pureperl/slideatatime.t ......... ok t/pureperl/true.t ................. ok t/pureperl/uniq.t ................. ok t/pureperl/upper_bound.t .......... ok t/pureperl/XS.t ................... ok t/pureperl/zip6.t ................. ok t/xs/after.t ...................... ok t/xs/after_incl.t ................. ok t/xs/all.t ........................ ok t/xs/all_u.t ...................... ok t/xs/any.t ........................ ok t/xs/any_u.t ...................... ok t/xs/apply.t ...................... ok t/xs/arrayify.t ................... ok t/xs/before.t ..................... ok t/xs/before_incl.t ................ ok t/xs/binsert.t .................... ok t/xs/bremove.t .................... ok t/xs/bsearch.t .................... ok t/xs/bsearchidx.t ................. ok t/xs/duplicates.t ................. ok t/xs/each_array.t ................. ok t/xs/equal_range.t ................ ok t/xs/false.t ...................... ok t/xs/firstidx.t ................... ok t/xs/firstres.t ................... ok t/xs/firstval.t ................... ok t/xs/frequency.t .................. ok t/xs/Import.t ..................... ok t/xs/indexes.t .................... ok t/xs/insert_after.t ............... ok t/xs/insert_after_string.t ........ ok t/xs/lastidx.t .................... ok t/xs/lastres.t .................... ok t/xs/lastval.t .................... ok t/xs/listcmp.t .................... ok t/xs/lower_bound.t ................ ok t/xs/mesh.t ....................... ok t/xs/minmax.t ..................... ok t/xs/minmaxstr.t .................. ok t/xs/mode.t ....................... ok t/xs/natatime.t ................... ok t/xs/none.t ....................... ok t/xs/none_u.t ..................... ok t/xs/notall.t ..................... ok t/xs/notall_u.t ................... ok t/xs/occurrences.t ................ ok t/xs/one.t ........................ ok t/xs/one_u.t ...................... ok t/xs/onlyidx.t .................... ok t/xs/onlyres.t .................... ok t/xs/onlyval.t .................... ok t/xs/pairwise.t ................... ok t/xs/part.t ....................... ok t/xs/qsort.t ...................... ok t/xs/reduce_0.t ................... ok t/xs/reduce_1.t ................... ok t/xs/reduce_u.t ................... ok t/xs/samples.t .................... ok t/xs/singleton.t .................. ok t/xs/slide.t ...................... ok t/xs/slideatatime.t ............... ok t/xs/true.t ....................... ok t/xs/uniq.t ....................... ok t/xs/upper_bound.t ................ ok t/xs/XS.t ......................... ok t/xs/zip6.t ....................... ok All tests successful. Files=122, Tests=9066, 29 wallclock secs ( 1.22 usr 0.32 sys + 25.74 cusr 1.98 csys = 29.26 CPU) Result: PASS REHSACK/List-MoreUtils-0.430.tar.gz /usr/bin/make test -- OK Running make install for REHSACK/List-MoreUtils-0.430.tar.gz Manifying 3 pod documents Installing /usr/share/perl5/site_perl/List/MoreUtils.pm Installing /usr/share/perl5/site_perl/List/MoreUtils/PP.pm Installing /usr/share/perl5/site_perl/List/MoreUtils/Contributing.pod Installing /usr/share/man/man3/List::MoreUtils::Contributing.3pm Installing /usr/share/man/man3/List::MoreUtils.3pm Installing /usr/share/man/man3/List::MoreUtils::PP.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod REHSACK/List-MoreUtils-0.430.tar.gz /usr/bin/make install -- OK REHSACK/File-ShareDir-1.118.tar.gz Has already been unwrapped into directory /root/.cpan/build/File-ShareDir-1.118-0 REHSACK/File-ShareDir-1.118.tar.gz Has already been prepared Running make for R/RE/REHSACK/File-ShareDir-1.118.tar.gz cp share/subdir/sample.txt blib/lib/auto/share/dist/File-ShareDir/subdir/sample.txt cp share/sample.txt blib/lib/auto/share/dist/File-ShareDir/sample.txt cp foo/test_file.txt blib/lib/auto/share/module/File-ShareDir/test_file.txt cp lib/File/ShareDir.pm blib/lib/File/ShareDir.pm Manifying 1 pod document REHSACK/File-ShareDir-1.118.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for REHSACK/File-ShareDir-1.118.tar.gz Skip blib/lib/auto/share/dist/File-ShareDir/sample.txt (unchanged) Skip blib/lib/auto/share/dist/File-ShareDir/subdir/sample.txt (unchanged) Skip blib/lib/auto/share/module/File-ShareDir/test_file.txt (unchanged) PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t xt/*.t t/04_fail.t ........ ok t/06_old.t ......... ok t/00_prereqs.t ..... 1/? # Requirements for File-ShareDir version 1.118 # module | version | wanted | status # - configure / requires ---+----------+---------+--------- # ExtUtils::MakeMaker | 7.62 | 0 | ok # File::ShareDir::Install | 0.13 | 0.13 | ok # - configure / recommends -+----------+---------+--------- # inc::latest | 0.500 | 0.500 | ok # - runtime / requires -----+----------+---------+--------- # Carp | 1.52 | 0 | ok # Class::Inspector | 1.36 | 1.12 | ok # File::Spec | 3.80 | 0.80 | ok # warnings | 1.51 | 0 | ok # - runtime / recommends ---+----------+---------+--------- # List::MoreUtils | 0.430 | 0.428 | ok # Params::Util | 1.102 | 1.07 | ok # - test / requires --------+----------+---------+--------- # File::Path | 2.18 | 2.08 | ok # Test::More | 1.302183 | 0.90 | ok # - test / recommends ------+----------+---------+--------- # CPAN::Meta | 2.150010 | 2.11044 | ok # --------------------------+----------+---------+--------- t/00_prereqs.t ..... ok t/01_compile.t ..... 1/? # Testing File::ShareDir 1.118, Perl 5.034000, /usr/bin/perl, UID: 0 t/01_compile.t ..... ok t/02_main.t ........ ok t/03_extensions.t .. ok t/05_class.t ....... ok All tests successful. Test Summary Report ------------------- t/00_prereqs.t (Wstat: 0 Tests: 24 Failed: 0) TODO passed: 5-6, 15-18, 23-24 Files=7, Tests=95, 1 wallclock secs ( 0.07 usr 0.01 sys + 1.07 cusr 0.14 csys = 1.29 CPU) Result: PASS REHSACK/File-ShareDir-1.118.tar.gz /usr/bin/make test -- OK Running make install for REHSACK/File-ShareDir-1.118.tar.gz Skip blib/lib/auto/share/dist/File-ShareDir/subdir/sample.txt (unchanged) Skip blib/lib/auto/share/dist/File-ShareDir/sample.txt (unchanged) Skip blib/lib/auto/share/module/File-ShareDir/test_file.txt (unchanged) Manifying 1 pod document Installing /usr/share/perl5/site_perl/File/ShareDir.pm Installing /usr/share/perl5/site_perl/auto/share/module/File-ShareDir/test_file.txt Installing /usr/share/perl5/site_perl/auto/share/dist/File-ShareDir/sample.txt Installing /usr/share/perl5/site_perl/auto/share/dist/File-ShareDir/subdir/sample.txt Installing /usr/share/man/man3/File::ShareDir.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod REHSACK/File-ShareDir-1.118.tar.gz /usr/bin/make install -- OK Running install for module 'Gtk3' Fetching with LWP: http://www.cpan.org/authors/id/X/XA/XAOC/Gtk3-0.038.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/X/XA/XAOC/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/X/XA/XAOC/Gtk3-0.038.tar.gz ok Configuring X/XA/XAOC/Gtk3-0.038.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Warning: prerequisite Cairo::GObject 1.000 not found. Warning: prerequisite Glib::Object::Introspection 0.043 not found. Generating a Unix-style Makefile Writing Makefile for Gtk3 Writing MYMETA.yml and MYMETA.json XAOC/Gtk3-0.038.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for X/XA/XAOC/Gtk3-0.038.tar.gz ---- Unsatisfied dependencies detected during ---- ---- XAOC/Gtk3-0.038.tar.gz ---- Cairo::GObject [requires] Glib::Object::Introspection [requires] Running install for module 'Cairo::GObject' Fetching with LWP: http://www.cpan.org/authors/id/X/XA/XAOC/Cairo-GObject-1.005.tar.gz Checksum for /root/.cpan/sources/authors/id/X/XA/XAOC/Cairo-GObject-1.005.tar.gz ok ---- Unsatisfied dependencies detected during ---- ---- XAOC/Cairo-GObject-1.005.tar.gz ---- Cairo [build_requires] ExtUtils::Depends [build_requires] ExtUtils::PkgConfig [build_requires] Glib [build_requires] Running install for module 'Cairo' Fetching with LWP: http://www.cpan.org/authors/id/X/XA/XAOC/Cairo-1.109.tar.gz Checksum for /root/.cpan/sources/authors/id/X/XA/XAOC/Cairo-1.109.tar.gz ok ---- Unsatisfied dependencies detected during ---- ---- XAOC/Cairo-1.109.tar.gz ---- ExtUtils::Depends [build_requires] ExtUtils::PkgConfig [build_requires] Running install for module 'ExtUtils::Depends' Fetching with LWP: http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-0.8001.tar.gz Checksum for /root/.cpan/sources/authors/id/X/XA/XAOC/ExtUtils-Depends-0.8001.tar.gz ok Configuring X/XA/XAOC/ExtUtils-Depends-0.8001.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for ExtUtils::Depends Writing MYMETA.yml and MYMETA.json XAOC/ExtUtils-Depends-0.8001.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for X/XA/XAOC/ExtUtils-Depends-0.8001.tar.gz ---- Unsatisfied dependencies detected during ---- ---- XAOC/ExtUtils-Depends-0.8001.tar.gz ---- Test::Number::Delta [build_requires,optional] cp lib/ExtUtils/Depends.pm blib/lib/ExtUtils/Depends.pm Manifying 1 pod document XAOC/ExtUtils-Depends-0.8001.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for XAOC/ExtUtils-Depends-0.8001.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_load.t ........ ok t/02_save_load.t ... ok t/03_deps.t ........ ok t/04_extra_libs.t .. skipped: test only for 'MSWin32', 'cygwin', and 'android' All tests successful. Files=4, Tests=44, 0 wallclock secs ( 0.05 usr 0.00 sys + 0.60 cusr 0.07 csys = 0.72 CPU) Result: PASS XAOC/ExtUtils-Depends-0.8001.tar.gz /usr/bin/make test -- OK Running make install for XAOC/ExtUtils-Depends-0.8001.tar.gz Manifying 1 pod document Installing /usr/share/perl5/site_perl/ExtUtils/Depends.pm Installing /usr/share/man/man3/ExtUtils::Depends.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod XAOC/ExtUtils-Depends-0.8001.tar.gz /usr/bin/make install -- OK Running install for module 'Test::Number::Delta' Fetching with LWP: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Test-Number-Delta-1.06.tar.gz Fetching with LWP: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/D/DA/DAGOLDEN/Test-Number-Delta-1.06.tar.gz ok Configuring D/DA/DAGOLDEN/Test-Number-Delta-1.06.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Number::Delta Writing MYMETA.yml and MYMETA.json DAGOLDEN/Test-Number-Delta-1.06.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for D/DA/DAGOLDEN/Test-Number-Delta-1.06.tar.gz cp lib/Test/Number/Delta.pm blib/lib/Test/Number/Delta.pm Manifying 1 pod document DAGOLDEN/Test-Number-Delta-1.06.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for DAGOLDEN/Test-Number-Delta-1.06.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-report-prereqs.t .............. # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker 6.17 7.62 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.62 # # === Test Requires === # # Module Want Have # --------------------- ---- -------- # ExtUtils::MakeMaker any 7.62 # File::Spec any 3.80 # Test::Builder::Tester 1.02 1.302183 # Test::More any 1.302183 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------- ---- -------- # Carp any 1.52 # Exporter any 5.76 # Test::Builder any 1.302183 # strict any 1.12 # vars any 1.05 # warnings any 1.51 # t/00-report-prereqs.t .............. ok t/01-module-basics.t ............... ok t/02-delta.t ....................... ok t/03-specify_epsilon.t ............. ok t/04-specify_relative.t ............ ok t/05-check_bad_param.t ............. ok t/06-plan_passthrough.t ............ ok t/07-noplan_passthrough.t .......... ok t/08-param_and_plan_passthrough.t .. ok t/09-bad_param_plan_order.t ........ ok t/10-specify_negative_epsilon.t .... ok t/11-specify_negative_relative.t ... ok All tests successful. Files=12, Tests=72, 2 wallclock secs ( 0.07 usr 0.03 sys + 1.45 cusr 0.17 csys = 1.72 CPU) Result: PASS DAGOLDEN/Test-Number-Delta-1.06.tar.gz /usr/bin/make test -- OK Running make install for DAGOLDEN/Test-Number-Delta-1.06.tar.gz Manifying 1 pod document Installing /usr/share/perl5/site_perl/Test/Number/Delta.pm Installing /usr/share/man/man3/Test::Number::Delta.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod DAGOLDEN/Test-Number-Delta-1.06.tar.gz /usr/bin/make install -- OK Running install for module 'ExtUtils::PkgConfig' Fetching with LWP: http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-PkgConfig-1.16.tar.gz Checksum for /root/.cpan/sources/authors/id/X/XA/XAOC/ExtUtils-PkgConfig-1.16.tar.gz ok Configuring X/XA/XAOC/ExtUtils-PkgConfig-1.16.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for ExtUtils::PkgConfig Writing MYMETA.yml and MYMETA.json XAOC/ExtUtils-PkgConfig-1.16.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for X/XA/XAOC/ExtUtils-PkgConfig-1.16.tar.gz cp lib/ExtUtils/PkgConfig.pm blib/lib/ExtUtils/PkgConfig.pm Manifying 1 pod document XAOC/ExtUtils-PkgConfig-1.16.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for XAOC/ExtUtils-PkgConfig-1.16.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1.t .. 1/10 # Testing against pkg-config 1.8 t/1.t .. ok t/2.t .. ok t/3.t .. ok t/4.t .. ok All tests successful. Files=4, Tests=51, 1 wallclock secs ( 0.06 usr 0.00 sys + 1.10 cusr 0.33 csys = 1.49 CPU) Result: PASS XAOC/ExtUtils-PkgConfig-1.16.tar.gz /usr/bin/make test -- OK Running make install for XAOC/ExtUtils-PkgConfig-1.16.tar.gz Manifying 1 pod document Installing /usr/share/perl5/site_perl/ExtUtils/PkgConfig.pm Installing /usr/share/man/man3/ExtUtils::PkgConfig.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod XAOC/ExtUtils-PkgConfig-1.16.tar.gz /usr/bin/make install -- OK XAOC/Cairo-1.109.tar.gz Has already been unwrapped into directory /root/.cpan/build/Cairo-1.109-0 Configuring X/XA/XAOC/Cairo-1.109.tar.gz with Makefile.PL Compiling Cairo with FreeType support Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Cairo Writing MYMETA.yml and MYMETA.json XAOC/Cairo-1.109.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for X/XA/XAOC/Cairo-1.109.tar.gz cp build/IFiles.pm blib/arch/Cairo/Install/Files.pm cp cairo-perl.typemap blib/arch/Cairo/Install/cairo-perl.typemap cp build/cairo-perl-auto.typemap blib/arch/Cairo/Install/cairo-perl-auto.typemap cp doctypes blib/arch/Cairo/Install/doctypes cp lib/Cairo.pm blib/lib/Cairo.pm cp cairo-perl.h blib/arch/Cairo/Install/cairo-perl.h cp build/cairo-perl-auto.h blib/arch/Cairo/Install/cairo-perl-auto.h Running Mkbootstrap for Cairo () chmod 644 "Cairo.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cairo.bs blib/arch/auto/Cairo/Cairo.bs 644 "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -noprototypes -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/build/cairo-perl-auto.typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/cairo-perl.typemap' Cairo.xs > Cairo.xsc mv Cairo.xsc Cairo.c cc -c -I. -Ibuild -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" Cairo.c "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -noprototypes -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/build/cairo-perl-auto.typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/cairo-perl.typemap' CairoFont.xs > CairoFont.xsc mv CairoFont.xsc CairoFont.c cc -c -I. -Ibuild -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" CairoFont.c "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -noprototypes -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/build/cairo-perl-auto.typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/cairo-perl.typemap' CairoMatrix.xs > CairoMatrix.xsc mv CairoMatrix.xsc CairoMatrix.c cc -c -I. -Ibuild -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" CairoMatrix.c "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -noprototypes -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/build/cairo-perl-auto.typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/cairo-perl.typemap' CairoPath.xs > CairoPath.xsc mv CairoPath.xsc CairoPath.c cc -c -I. -Ibuild -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" CairoPath.c "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -noprototypes -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/build/cairo-perl-auto.typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/cairo-perl.typemap' CairoPattern.xs > CairoPattern.xsc mv CairoPattern.xsc CairoPattern.c cc -c -I. -Ibuild -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" CairoPattern.c "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -noprototypes -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/build/cairo-perl-auto.typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/cairo-perl.typemap' CairoSurface.xs > CairoSurface.xsc mv CairoSurface.xsc CairoSurface.c cc -c -I. -Ibuild -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" CairoSurface.c "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -noprototypes -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/build/cairo-perl-auto.typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/cairo-perl.typemap' CairoRegion.xs > CairoRegion.xsc mv CairoRegion.xsc CairoRegion.c cc -c -I. -Ibuild -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" CairoRegion.c "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -noprototypes -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/build/cairo-perl-auto.typemap' -typemap '/root/.cpan/build/Cairo-1.109-0/cairo-perl.typemap' CairoFt.xs > CairoFt.xsc mv CairoFt.xsc CairoFt.c cc -c -I. -Ibuild -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" CairoFt.c cc -c -I. -Ibuild -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" cairo-perl-enums.c cc -c -I. -Ibuild -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -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 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -fPIC "-I/usr/lib/perl5/5.34/core_perl/CORE" cairo-perl-flags.c rm -f blib/arch/auto/Cairo/Cairo.so LD_RUN_PATH="/usr/lib" cc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/local/lib -fstack-protector-strong Cairo.o CairoFont.o CairoMatrix.o CairoPath.o CairoPattern.o CairoSurface.o CairoRegion.o CairoFt.o cairo-perl-enums.o cairo-perl-flags.o -o blib/arch/auto/Cairo/Cairo.so \ -lcairo -lfreetype \ chmod 755 blib/arch/auto/Cairo/Cairo.so Manifying 1 pod document XAOC/Cairo-1.109.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for XAOC/Cairo-1.109.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cairo.bs blib/arch/auto/Cairo/Cairo.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-loading.t .... ok t/Cairo.t ......... ok t/CairoFont.t ..... ok t/CairoFt.t ....... skipped: need Cairo with FreeType support and Font::FreeType t/CairoMatrix.t ... ok t/CairoPath.t ..... ok t/CairoPattern.t .. ok t/CairoRegion.t ... ok t/CairoSurface.t .. ok All tests successful. Files=9, Tests=314, 1 wallclock secs ( 0.06 usr 0.05 sys + 0.97 cusr 0.16 csys = 1.24 CPU) Result: PASS XAOC/Cairo-1.109.tar.gz /usr/bin/make test -- OK Running make install for XAOC/Cairo-1.109.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cairo.bs blib/arch/auto/Cairo/Cairo.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/lib/perl5/5.34/site_perl/auto/Cairo/Cairo.so Installing /usr/lib/perl5/5.34/site_perl/Cairo/Install/cairo-perl.h Installing /usr/lib/perl5/5.34/site_perl/Cairo/Install/cairo-perl.typemap Installing /usr/lib/perl5/5.34/site_perl/Cairo/Install/cairo-perl-auto.h Installing /usr/lib/perl5/5.34/site_perl/Cairo/Install/Files.pm Installing /usr/lib/perl5/5.34/site_perl/Cairo/Install/doctypes Installing /usr/lib/perl5/5.34/site_perl/Cairo/Install/cairo-perl-auto.typemap Installing /usr/lib/perl5/5.34/site_perl/Cairo.pm Installing /usr/share/man/man3/Cairo.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod XAOC/Cairo-1.109.tar.gz /usr/bin/make install -- OK Running install for module 'Glib' Fetching with LWP: http://www.cpan.org/authors/id/X/XA/XAOC/Glib-1.3293.tar.gz Checksum for /root/.cpan/sources/authors/id/X/XA/XAOC/Glib-1.3293.tar.gz ok Configuring X/XA/XAOC/Glib-1.3293.tar.gz with Makefile.PL Including generated API documentation... Checking if your kit is complete... Looks good Unrecognized argument in LIBS ignored: '-pthread' Generating a Unix-style Makefile Writing Makefile for Glib Writing MYMETA.yml and MYMETA.json XAOC/Glib-1.3293.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for X/XA/XAOC/Glib-1.3293.tar.gz cp gperl_marshal.h blib/arch/Glib/Install/gperl_marshal.h cp build/IFiles.pm blib/arch/Glib/Install/Files.pm cp lib/Glib/ParseXSDoc.pm blib/lib/Glib/ParseXSDoc.pm cp lib/Glib.pm blib/lib/Glib.pm cp doctypes blib/arch/Glib/Install/doctypes cp lib/Glib/GenPod.pm blib/lib/Glib/GenPod.pm cp gperl.h blib/arch/Glib/Install/gperl.h cp lib/Glib/MakeHelper.pm blib/lib/Glib/MakeHelper.pm cp /root/.cpan/build/Glib-1.3293-0/typemap blib/arch/Glib/Install/typemap cp devel.pod blib/lib/Glib/devel.pod cp lib/Glib/CodeGen.pm blib/lib/Glib/CodeGen.pm cp lib/Glib/Object/Subclass.pm blib/lib/Glib/Object/Subclass.pm Running Mkbootstrap for Glib () chmod 644 "Glib.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Glib.bs blib/arch/auto/Glib/Glib.bs 644 [ XS Glib.xs ] mv Glib.xsc Glib.c [ CC Glib.c ] [ XS GError.xs ] mv GError.xsc GError.c [ CC GError.c ] [ XS GUtils.xs ] mv GUtils.xsc GUtils.c [ CC GUtils.c ] [ XS GLog.xs ] mv GLog.xsc GLog.c [ CC GLog.c ] [ XS GType.xs ] mv GType.xsc GType.c [ CC GType.c ] [ XS GBoxed.xs ] mv GBoxed.xsc GBoxed.c [ CC GBoxed.c ] [ XS GObject.xs ] mv GObject.xsc GObject.c [ CC GObject.c ] [ XS GValue.xs ] mv GValue.xsc GValue.c [ CC GValue.c ] [ XS GClosure.xs ] mv GClosure.xsc GClosure.c [ CC GClosure.c ] [ XS GSignal.xs ] mv GSignal.xsc GSignal.c [ CC GSignal.c ] [ XS GMainLoop.xs ] mv GMainLoop.xsc GMainLoop.c [ CC GMainLoop.c ] [ XS GIOChannel.xs ] mv GIOChannel.xsc GIOChannel.c [ CC GIOChannel.c ] [ XS GParamSpec.xs ] mv GParamSpec.xsc GParamSpec.c [ CC GParamSpec.c ] GParamSpec.xs: In function ‘boot_Glib__ParamSpec’: GParamSpec.xs:240:20: warning: Deprecated pre-processor symbol 240 | gperl_register_param_spec (G_TYPE_PARAM_VALUE_ARRAY, "Glib::Param::ValueArray"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ XS GKeyFile.xs ] mv GKeyFile.xsc GKeyFile.c [ CC GKeyFile.c ] [ XS GOption.xs ] mv GOption.xsc GOption.c [ CC GOption.c ] [ XS GBookmarkFile.xs ] mv GBookmarkFile.xsc GBookmarkFile.c [ CC GBookmarkFile.c ] GBookmarkFile.xs: In function ‘XS_Glib__BookmarkFile_set_app_info’: GBookmarkFile.xs:558:9: warning: ‘g_bookmark_file_set_app_info’ is deprecated: Use 'g_bookmark_file_set_application_info' instead [-Wdeprecated-declarations] 558 | g_bookmark_file_set_app_info (bookmark_file, uri, name, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:37, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from gperl.h:37, from GBookmarkFile.xs:21: /usr/include/glib-2.0/glib/gbookmarkfile.h:167:16: note: declared here 167 | gboolean g_bookmark_file_set_app_info (GBookmarkFile *bookmark, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ GBookmarkFile.xs: In function ‘XS_Glib__BookmarkFile_get_app_info’: GBookmarkFile.xs:583:9: warning: ‘g_bookmark_file_get_app_info’ is deprecated: Use 'g_bookmark_file_get_application_info' instead [-Wdeprecated-declarations] 583 | g_bookmark_file_get_app_info (bookmark_file, uri, name, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:37, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from gperl.h:37, from GBookmarkFile.xs:21: /usr/include/glib-2.0/glib/gbookmarkfile.h:183:16: note: declared here 183 | gboolean g_bookmark_file_get_app_info (GBookmarkFile *bookmark, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ GBookmarkFile.xs: In function ‘XS_Glib__BookmarkFile_get_added’: GBookmarkFile.xs:674:17: warning: ‘g_bookmark_file_get_added’ is deprecated: Use 'g_bookmark_file_get_added_date_time' instead [-Wdeprecated-declarations] 674 | RETVAL = g_bookmark_file_get_added (bookmark_file, uri, &err); | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:37, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from gperl.h:37, from GBookmarkFile.xs:21: /usr/include/glib-2.0/glib/gbookmarkfile.h:226:16: note: declared here 226 | time_t g_bookmark_file_get_added (GBookmarkFile *bookmark, | ^~~~~~~~~~~~~~~~~~~~~~~~~ GBookmarkFile.xs:677:17: warning: ‘g_bookmark_file_get_modified’ is deprecated: Use 'g_bookmark_file_get_modified_date_time' instead [-Wdeprecated-declarations] 677 | RETVAL = g_bookmark_file_get_modified (bookmark_file, uri, &err); | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:37, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from gperl.h:37, from GBookmarkFile.xs:21: /usr/include/glib-2.0/glib/gbookmarkfile.h:242:16: note: declared here 242 | time_t g_bookmark_file_get_modified (GBookmarkFile *bookmark, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ GBookmarkFile.xs:680:17: warning: ‘g_bookmark_file_get_visited’ is deprecated: Use 'g_bookmark_file_get_visited_date_time' instead [-Wdeprecated-declarations] 680 | RETVAL = g_bookmark_file_get_visited (bookmark_file, uri, &err); | ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:37, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from gperl.h:37, from GBookmarkFile.xs:21: /usr/include/glib-2.0/glib/gbookmarkfile.h:258:16: note: declared here 258 | time_t g_bookmark_file_get_visited (GBookmarkFile *bookmark, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ GBookmarkFile.xs: In function ‘XS_Glib__BookmarkFile_set_added’: GBookmarkFile.xs:718:17: warning: ‘g_bookmark_file_set_added’ is deprecated: Use 'g_bookmark_file_set_added_date_time' instead [-Wdeprecated-declarations] 718 | g_bookmark_file_set_added (bookmark_file, uri, value); break; | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:37, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from gperl.h:37, from GBookmarkFile.xs:21: /usr/include/glib-2.0/glib/gbookmarkfile.h:218:16: note: declared here 218 | void g_bookmark_file_set_added (GBookmarkFile *bookmark, | ^~~~~~~~~~~~~~~~~~~~~~~~~ GBookmarkFile.xs:720:17: warning: ‘g_bookmark_file_set_modified’ is deprecated: Use 'g_bookmark_file_set_modified_date_time' instead [-Wdeprecated-declarations] 720 | g_bookmark_file_set_modified (bookmark_file, uri, value); break; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:37, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from gperl.h:37, from GBookmarkFile.xs:21: /usr/include/glib-2.0/glib/gbookmarkfile.h:234:16: note: declared here 234 | void g_bookmark_file_set_modified (GBookmarkFile *bookmark, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ GBookmarkFile.xs:722:17: warning: ‘g_bookmark_file_set_visited’ is deprecated: Use 'g_bookmark_file_set_visited_date_time' instead [-Wdeprecated-declarations] 722 | g_bookmark_file_set_visited (bookmark_file, uri, value); break; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:37, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from gperl.h:37, from GBookmarkFile.xs:21: /usr/include/glib-2.0/glib/gbookmarkfile.h:250:16: note: declared here 250 | void g_bookmark_file_set_visited (GBookmarkFile *bookmark, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [ XS GVariant.xs ] mv GVariant.xsc GVariant.c [ CC GVariant.c ] [ CC gperl-gtypes.c ] rm -f blib/arch/auto/Glib/Glib.so [ LD blib/arch/auto/Glib/Glib.so ] chmod 755 blib/arch/auto/Glib/Glib.so Parsing XS files... Generating POD... Loaded 8 extra types from doctypes Creating POD index... Creating XS API documentation... Manifying 37 pod documents Manifying 3 pod documents XAOC/Glib-1.3293.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for XAOC/Glib-1.3293.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Glib.bs blib/arch/auto/Glib/Glib.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1.t ...................... ok t/2.t ...................... ok t/3.t ...................... ok t/4.t ...................... ok t/5.t ...................... ok t/6.t ...................... ok t/64bit.t .................. ok t/7.t ...................... ok t/8.t ...................... ok t/9.t ...................... ok t/a.t ...................... ok t/b.t ...................... ok t/boxed_errors.t ........... ok t/bytes.t .................. ok t/c.t ...................... ok t/constants.t .............. ok t/d.t ...................... ok t/e.t ...................... ok t/f.t ...................... ok t/filename.t ............... ok t/g.t ...................... ok t/h.t ...................... ok t/lazy_loader.t ............ ok t/make_helper.t ............ ok t/module_versions.t ........ skipped: Test::ConsistentVersion required for checking module versions t/options.t ................ ok t/signal_emission_hooks.t .. ok t/signal_marshal.t ......... ok t/signal_query.t ........... ok t/tied_definedness.t ....... ok t/tied_flags.t ............. ok t/tied_set_property.t ...... ok t/variant.t ................ ok All tests successful. Files=33, Tests=1193, 7 wallclock secs ( 0.26 usr 0.06 sys + 3.67 cusr 0.46 csys = 4.45 CPU) Result: PASS XAOC/Glib-1.3293.tar.gz /usr/bin/make test -- OK Running make install for XAOC/Glib-1.3293.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Glib.bs blib/arch/auto/Glib/Glib.bs 644 Creating POD index... Manifying 37 pod documents Manifying 3 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/lib/perl5/5.34/site_perl/Glib/Install/typemap Installing /usr/lib/perl5/5.34/site_perl/Glib/Install/gperl_marshal.h Installing /usr/lib/perl5/5.34/site_perl/Glib/Install/gperl.h Installing /usr/lib/perl5/5.34/site_perl/Glib/Install/Files.pm Installing /usr/lib/perl5/5.34/site_perl/Glib/Install/doctypes Installing /usr/lib/perl5/5.34/site_perl/auto/Glib/Glib.so Installing /usr/lib/perl5/5.34/site_perl/Glib.pm Installing /usr/lib/perl5/5.34/site_perl/Glib/version.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Markup.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Type.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Signal.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/OptionGroup.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/KeyFile.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Log.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Error.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/MainLoop.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/ParamSpec.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/CodeGen.pm Installing /usr/lib/perl5/5.34/site_perl/Glib/xsapi.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/MakeHelper.pm Installing /usr/lib/perl5/5.34/site_perl/Glib/Object.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Bytes.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Utils.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/GenPod.pm Installing /usr/lib/perl5/5.34/site_perl/Glib/devel.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/OptionContext.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/index.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Variant.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/VariantType.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/ParseXSDoc.pm Installing /usr/lib/perl5/5.34/site_perl/Glib/Boxed.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Flags.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/BookmarkFile.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/VariantDict.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Param/UInt.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Param/String.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Param/Boolean.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Param/Enum.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Param/Int64.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Param/UInt64.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Param/Unichar.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Param/Double.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Param/Int.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Param/Flags.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Param/GType.pod Installing /usr/lib/perl5/5.34/site_perl/Glib/Object/Subclass.pm Installing /usr/share/man/man3/Glib::Param::UInt.3pm Installing /usr/share/man/man3/Glib::ParamSpec.3pm Installing /usr/share/man/man3/Glib::OptionGroup.3pm Installing /usr/share/man/man3/Glib::Param::Double.3pm Installing /usr/share/man/man3/Glib::Param::Unichar.3pm Installing /usr/share/man/man3/Glib::Param::Int.3pm Installing /usr/share/man/man3/Glib::Param::String.3pm Installing /usr/share/man/man3/Glib::Flags.3pm Installing /usr/share/man/man3/Glib::Object::Subclass.3pm Installing /usr/share/man/man3/Glib::OptionContext.3pm Installing /usr/share/man/man3/Glib::Object.3pm Installing /usr/share/man/man3/Glib::devel.3pm Installing /usr/share/man/man3/Glib::version.3pm Installing /usr/share/man/man3/Glib::ParseXSDoc.3pm Installing /usr/share/man/man3/Glib::Param::Enum.3pm Installing /usr/share/man/man3/Glib::Error.3pm Installing /usr/share/man/man3/Glib::MakeHelper.3pm Installing /usr/share/man/man3/Glib::Param::Int64.3pm Installing /usr/share/man/man3/Glib::Variant.3pm Installing /usr/share/man/man3/Glib::xsapi.3pm Installing /usr/share/man/man3/Glib::GenPod.3pm Installing /usr/share/man/man3/Glib::Param::Flags.3pm Installing /usr/share/man/man3/Glib::Bytes.3pm Installing /usr/share/man/man3/Glib::Param::UInt64.3pm Installing /usr/share/man/man3/Glib::CodeGen.3pm Installing /usr/share/man/man3/Glib::VariantType.3pm Installing /usr/share/man/man3/Glib::Signal.3pm Installing /usr/share/man/man3/Glib::Log.3pm Installing /usr/share/man/man3/Glib::Markup.3pm Installing /usr/share/man/man3/Glib::Param::Boolean.3pm Installing /usr/share/man/man3/Glib::VariantDict.3pm Installing /usr/share/man/man3/Glib::Type.3pm Installing /usr/share/man/man3/Glib::index.3pm Installing /usr/share/man/man3/Glib::Param::GType.3pm Installing /usr/share/man/man3/Glib.3pm Installing /usr/share/man/man3/Glib::MainLoop.3pm Installing /usr/share/man/man3/Glib::Boxed.3pm Installing /usr/share/man/man3/Glib::BookmarkFile.3pm Installing /usr/share/man/man3/Glib::Utils.3pm Installing /usr/share/man/man3/Glib::KeyFile.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod XAOC/Glib-1.3293.tar.gz /usr/bin/make install -- OK XAOC/Cairo-GObject-1.005.tar.gz Has already been unwrapped into directory /root/.cpan/build/Cairo-GObject-1.005-0 Configuring X/XA/XAOC/Cairo-GObject-1.005.tar.gz with Makefile.PL Checking if your kit is complete... Looks good Unrecognized argument in LIBS ignored: '-pthread' Generating a Unix-style Makefile Writing Makefile for Cairo::GObject Writing MYMETA.yml and MYMETA.json XAOC/Cairo-GObject-1.005.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK Running make for X/XA/XAOC/Cairo-GObject-1.005.tar.gz cp lib/Cairo/GObject.pm blib/lib/Cairo/GObject.pm cp build/IFiles.pm blib/arch/Cairo/GObject/Install/Files.pm Running Mkbootstrap for GObject () chmod 644 "GObject.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- GObject.bs blib/arch/auto/Cairo/GObject/GObject.bs 644 [ XS CairoGObject.xs ] mv CairoGObject.xsc CairoGObject.c [ CC CairoGObject.c ] rm -f blib/arch/auto/Cairo/GObject/GObject.so [ LD blib/arch/auto/Cairo/GObject/GObject.so ] chmod 755 blib/arch/auto/Cairo/GObject/GObject.so Manifying 1 pod document XAOC/Cairo-GObject-1.005.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for XAOC/Cairo-GObject-1.005.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- GObject.bs blib/arch/auto/Cairo/GObject/GObject.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/CairoGObject.t .. ok All tests successful. Files=1, Tests=7, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.10 cusr 0.02 csys = 0.17 CPU) Result: PASS XAOC/Cairo-GObject-1.005.tar.gz /usr/bin/make test -- OK Running make install for XAOC/Cairo-GObject-1.005.tar.gz "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- GObject.bs blib/arch/auto/Cairo/GObject/GObject.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/lib/perl5/5.34/site_perl/auto/Cairo/GObject/GObject.so Installing /usr/lib/perl5/5.34/site_perl/Cairo/GObject/Install/Files.pm Installing /usr/lib/perl5/5.34/site_perl/Cairo/GObject.pm Installing /usr/share/man/man3/Cairo::GObject.3pm Appending installation info to /usr/lib/perl5/5.34/core_perl/perllocal.pod XAOC/Cairo-GObject-1.005.tar.gz /usr/bin/make install -- OK Running install for module 'Glib::Object::Introspection' Fetching with LWP: http://www.cpan.org/authors/id/X/XA/XAOC/Glib-Object-Introspection-0.049.tar.gz Checksum for /root/.cpan/sources/authors/id/X/XA/XAOC/Glib-Object-Introspection-0.049.tar.gz ok Configuring X/XA/XAOC/Glib-Object-Introspection-0.049.tar.gz with Makefile.PL Package gobject-introspection-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gobject-introspection-1.0.pc' to the PKG_CONFIG_PATH environment variable Package 'gobject-introspection-1.0', required by 'virtual:world', not found at Makefile.PL line 107. *** can not find package gobject-introspection-1.0 >= 0.10.0 *** check that it is properly installed and available in PKG_CONFIG_PATH at Makefile.PL line 107. No 'Makefile' created XAOC/Glib-Object-Introspection-0.049.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK XAOC/Gtk3-0.038.tar.gz Has already been unwrapped into directory /root/.cpan/build/Gtk3-0.038-0 XAOC/Gtk3-0.038.tar.gz Has already been prepared Running make for X/XA/XAOC/Gtk3-0.038.tar.gz Warning: Prerequisite 'Glib::Object::Introspection => 0.043' for 'XAOC/Gtk3-0.038.tar.gz' failed when processing 'XAOC/Glib-Object-Introspection-0.049.tar.gz' with 'writemakefile => NO -- No 'Makefile' created '. Continuing, but chances to succeed are limited. cp lib/Gtk3.pm blib/lib/Gtk3.pm Manifying 1 pod document XAOC/Gtk3-0.038.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/no', but for this option we would need 'CPAN::DistnameInfo' installed. Please install 'CPAN::DistnameInfo' as soon as possible. As long as we are not equipped with 'CPAN::DistnameInfo' this option does not take effect Running make test for XAOC/Gtk3-0.038.tar.gz PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-init.t .................... Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at t/00-init.t line 8. BEGIN failed--compilation aborted at t/00-init.t line 8. t/00-init.t .................... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/floating-refs.t .............. Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/floating-refs.t line 3. BEGIN failed--compilation aborted at t/floating-refs.t line 3. t/floating-refs.t .............. Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/overrides.t .................. Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/overrides.t line 3. BEGIN failed--compilation aborted at t/overrides.t line 3. t/overrides.t .................. Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/signals.t .................... Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/signals.t line 3. BEGIN failed--compilation aborted at t/signals.t line 3. t/signals.t .................... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/vfuncs-destroy.t ............. Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/vfuncs-destroy.t line 3. BEGIN failed--compilation aborted at t/vfuncs-destroy.t line 3. t/vfuncs-destroy.t ............. Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/vfuncs-double-setup.t ........ Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at t/vfuncs-double-setup.t line 11. BEGIN failed--compilation aborted at t/vfuncs-double-setup.t line 11. t/vfuncs-double-setup.t ........ Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GdkEvent.t ................ Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GdkEvent.t line 5. BEGIN failed--compilation aborted at t/zz-GdkEvent.t line 5. t/zz-GdkEvent.t ................ Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkActionGroup.t .......... Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkActionGroup.t line 5. BEGIN failed--compilation aborted at t/zz-GtkActionGroup.t line 5. t/zz-GtkActionGroup.t .......... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkBuilder.t .............. Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkBuilder.t line 5. BEGIN failed--compilation aborted at t/zz-GtkBuilder.t line 5. t/zz-GtkBuilder.t .............. Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkCellLayoutIface.t ...... Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkCellLayoutIface.t line 3. BEGIN failed--compilation aborted at t/zz-GtkCellLayoutIface.t line 3. t/zz-GtkCellLayoutIface.t ...... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkCellRendererIface.t .... Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkCellRendererIface.t line 3. BEGIN failed--compilation aborted at t/zz-GtkCellRendererIface.t line 3. t/zz-GtkCellRendererIface.t .... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkContainer.t ............ Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkContainer.t line 5. BEGIN failed--compilation aborted at t/zz-GtkContainer.t line 5. t/zz-GtkContainer.t ............ Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkDialog.t ............... Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkDialog.t line 5. BEGIN failed--compilation aborted at t/zz-GtkDialog.t line 5. t/zz-GtkDialog.t ............... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkImage.t ................ Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkImage.t line 6. BEGIN failed--compilation aborted at t/zz-GtkImage.t line 6. t/zz-GtkImage.t ................ Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkInfoBar.t .............. Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkInfoBar.t line 6. BEGIN failed--compilation aborted at t/zz-GtkInfoBar.t line 6. t/zz-GtkInfoBar.t .............. Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkRadioAction.t .......... Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkRadioAction.t line 5. BEGIN failed--compilation aborted at t/zz-GtkRadioAction.t line 5. t/zz-GtkRadioAction.t .......... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkRadioButton.t .......... Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkRadioButton.t line 3. BEGIN failed--compilation aborted at t/zz-GtkRadioButton.t line 3. t/zz-GtkRadioButton.t .......... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkRadioMenuItem.t ........ Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkRadioMenuItem.t line 5. BEGIN failed--compilation aborted at t/zz-GtkRadioMenuItem.t line 5. t/zz-GtkRadioMenuItem.t ........ Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkRadioToolButton.t ...... Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkRadioToolButton.t line 5. BEGIN failed--compilation aborted at t/zz-GtkRadioToolButton.t line 5. t/zz-GtkRadioToolButton.t ...... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkRecentChooserDialog.t .. Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkRecentChooserDialog.t line 6. BEGIN failed--compilation aborted at t/zz-GtkRecentChooserDialog.t line 6. t/zz-GtkRecentChooserDialog.t .. Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkTextBuffer.t ........... Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkTextBuffer.t line 5. BEGIN failed--compilation aborted at t/zz-GtkTextBuffer.t line 5. t/zz-GtkTextBuffer.t ........... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/zz-GtkTreeModelIface.t ....... Can't locate Glib/Object/Introspection.pm in @INC (you may need to install the Glib::Object::Introspection module) (@INC contains: /root/.cpan/build/Gtk3-0.038-0/blib/lib /root/.cpan/build/Gtk3-0.038-0/blib/arch /usr/lib/perl5/5.34/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.34/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.34/core_perl /usr/share/perl5/core_perl .) at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. BEGIN failed--compilation aborted at /root/.cpan/build/Gtk3-0.038-0/blib/lib/Gtk3.pm line 48. Compilation failed in require at ./t/inc/setup.pl line 2. BEGIN failed--compilation aborted at ./t/inc/setup.pl line 2. Compilation failed in require at t/zz-GtkTreeModelIface.t line 3. BEGIN failed--compilation aborted at t/zz-GtkTreeModelIface.t line 3. t/zz-GtkTreeModelIface.t ....... Dubious, test returned 2 (wstat 512, 0x200) No subtests run Test Summary Report ------------------- t/00-init.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/floating-refs.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/overrides.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/signals.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/vfuncs-destroy.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/vfuncs-double-setup.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GdkEvent.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkActionGroup.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkBuilder.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkCellLayoutIface.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkCellRendererIface.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkContainer.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkDialog.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkImage.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkInfoBar.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkRadioAction.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkRadioButton.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkRadioMenuItem.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkRadioToolButton.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkRecentChooserDialog.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkTextBuffer.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/zz-GtkTreeModelIface.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=22, Tests=0, 3 wallclock secs ( 0.11 usr 0.06 sys + 2.41 cusr 0.41 csys = 2.99 CPU) Result: FAIL Failed 22/22 test programs. 0/0 subtests failed. make: *** [Makefile:852: test_dynamic] Error 2 ^C[sudo] password for paolo: Building WWW-PipeViewer Installing /usr/share/man/man1/pipe-viewer.1p Installing /usr/share/perl5/site_perl/WWW/PipeViewer.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/Videos.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/RegularExpressions.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/VideoCategories.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/GetCaption.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/Subscriptions.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/Utils.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/InitialData.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/Playlists.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/PlaylistItems.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/Channels.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/Search.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/Activities.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/Authentication.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/ParseXML.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/ParseJSON.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/GuideCategories.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/Itags.pm Installing /usr/share/perl5/site_perl/WWW/PipeViewer/CommentThreads.pm Installing /usr/share/perl5/site_perl/auto/share/dist/WWW-PipeViewer/gtk-pipe-viewer.glade Installing /usr/share/perl5/site_perl/auto/share/dist/WWW-PipeViewer/gtk-pipe-viewer.desktop Installing /usr/share/perl5/site_perl/auto/share/dist/WWW-PipeViewer/icons/spinner.gif Installing /usr/share/perl5/site_perl/auto/share/dist/WWW-PipeViewer/icons/feed.png Installing /usr/share/perl5/site_perl/auto/share/dist/WWW-PipeViewer/icons/gtk-pipe-viewer.png Installing /usr/share/perl5/site_perl/auto/share/dist/WWW-PipeViewer/icons/user.png Installing /usr/share/perl5/site_perl/auto/share/dist/WWW-PipeViewer/icons/feed_gray.png Installing /usr/share/perl5/site_perl/auto/share/dist/WWW-PipeViewer/icons/default_thumb.jpg Installing /usr/share/man/man3/WWW::PipeViewer::Utils.3pm Installing /usr/share/man/man3/WWW::PipeViewer::InitialData.3pm Installing /usr/share/man/man3/WWW::PipeViewer::Activities.3pm Installing /usr/share/man/man3/WWW::PipeViewer::Itags.3pm Installing /usr/share/man/man3/WWW::PipeViewer::GuideCategories.3pm Installing /usr/share/man/man3/WWW::PipeViewer::GetCaption.3pm Installing /usr/share/man/man3/WWW::PipeViewer::ParseJSON.3pm Installing /usr/share/man/man3/WWW::PipeViewer::Playlists.3pm Installing /usr/share/man/man3/WWW::PipeViewer.3pm Installing /usr/share/man/man3/WWW::PipeViewer::RegularExpressions.3pm Installing /usr/share/man/man3/WWW::PipeViewer::CommentThreads.3pm Installing /usr/share/man/man3/WWW::PipeViewer::Search.3pm Installing /usr/share/man/man3/WWW::PipeViewer::VideoCategories.3pm Installing /usr/share/man/man3/WWW::PipeViewer::Authentication.3pm Installing /usr/share/man/man3/WWW::PipeViewer::Subscriptions.3pm Installing /usr/share/man/man3/WWW::PipeViewer::ParseXML.3pm Installing /usr/share/man/man3/WWW::PipeViewer::Videos.3pm Installing /usr/share/man/man3/WWW::PipeViewer::PlaylistItems.3pm Installing /usr/share/man/man3/WWW::PipeViewer::Channels.3pm Installing /usr/bin/site_perl/gtk-pipe-viewer Installing /usr/bin/site_perl/pipe-viewer [artix |pipe-viewer]$ ^C