The following packages will be installed: perl-Devel-Declare Fetching README... 0%100%100%100%100%100%Done Fetching perl-Devel-Declare.SlackBuild... 0%100%100%100%100%100%Done Fetching perl-Devel-Declare.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Devel-Declare-0.006022/ Devel-Declare-0.006022/Changes Devel-Declare-0.006022/Declare.xs Devel-Declare-0.006022/LICENSE Devel-Declare-0.006022/MANIFEST Devel-Declare-0.006022/META.json Devel-Declare-0.006022/META.yml Devel-Declare-0.006022/Makefile.PL Devel-Declare-0.006022/README Devel-Declare-0.006022/lib/ Devel-Declare-0.006022/maint/ Devel-Declare-0.006022/ppport.h Devel-Declare-0.006022/stolen_chunk_of_toke.c Devel-Declare-0.006022/t/ Devel-Declare-0.006022/t/00load.t Devel-Declare-0.006022/t/block_size.t Devel-Declare-0.006022/t/build_sub_installer.t Devel-Declare-0.006022/t/combi.t Devel-Declare-0.006022/t/ctx-simple-like-mxms.t Devel-Declare-0.006022/t/ctx-simple.t Devel-Declare-0.006022/t/debug.pl Devel-Declare-0.006022/t/debug.t Devel-Declare-0.006022/t/devel_callparser.t Devel-Declare-0.006022/t/early0.t Devel-Declare-0.006022/t/early1.t Devel-Declare-0.006022/t/early1_x.pm Devel-Declare-0.006022/t/early2.t Devel-Declare-0.006022/t/eval.t Devel-Declare-0.006022/t/fail.t Devel-Declare-0.006022/t/filter0.t Devel-Declare-0.006022/t/filter1.t Devel-Declare-0.006022/t/lines.t Devel-Declare-0.006022/t/load_module.t Devel-Declare-0.006022/t/methinstaller-simple.t Devel-Declare-0.006022/t/method-installer-redefine.t Devel-Declare-0.006022/t/method-installer-runtime.t Devel-Declare-0.006022/t/method-no-semi.t Devel-Declare-0.006022/t/method.t Devel-Declare-0.006022/t/multiline-proto.t Devel-Declare-0.006022/t/new.t Devel-Declare-0.006022/t/no-bareword.t Devel-Declare-0.006022/t/pack.t Devel-Declare-0.006022/t/padstuff.t Devel-Declare-0.006022/t/proto.t Devel-Declare-0.006022/t/quote.t Devel-Declare-0.006022/t/scanstr.t Devel-Declare-0.006022/t/scanstr_fail.t Devel-Declare-0.006022/t/simple.t Devel-Declare-0.006022/t/statement.t Devel-Declare-0.006022/t/sugar.t Devel-Declare-0.006022/maint/Makefile.PL.include Devel-Declare-0.006022/maint/Makefile.include Devel-Declare-0.006022/lib/Devel/ Devel-Declare-0.006022/lib/Devel/Declare/ Devel-Declare-0.006022/lib/Devel/Declare.pm Devel-Declare-0.006022/lib/Devel/Declare/Context/ Devel-Declare-0.006022/lib/Devel/Declare/MethodInstaller/ Devel-Declare-0.006022/lib/Devel/Declare/MethodInstaller/Simple.pm Devel-Declare-0.006022/lib/Devel/Declare/Context/Simple.pm Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Devel::Declare Writing MYMETA.yml and MYMETA.json cp lib/Devel/Declare/Context/Simple.pm blib/lib/Devel/Declare/Context/Simple.pm cp lib/Devel/Declare/MethodInstaller/Simple.pm blib/lib/Devel/Declare/MethodInstaller/Simple.pm cp lib/Devel/Declare.pm blib/lib/Devel/Declare.pm Running Mkbootstrap for Declare () chmod 644 "Declare.bs" "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Declare.bs blib/arch/auto/Devel/Declare/Declare.bs 644 "/usr/bin/perl5.34.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' Declare.xs > Declare.xsc mv Declare.xsc Declare.c cc -c -I/usr/lib/perl5/vendor_perl/B/Hooks/OP/Check/Install -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -march=i586 -mtune=i686 -DVERSION=\"0.006022\" -DXS_VERSION=\"0.006022\" -fPIC "-I/usr/lib/perl5/CORE" Declare.c In file included from Declare.xs:7: stolen_chunk_of_toke.c:145: warning: "PL_lex_stuff" redefined 145 | #define PL_lex_stuff (PL_parser->lex_stuff) | In file included from stolen_chunk_of_toke.c:20, from Declare.xs:7: ppport.h:4928: note: this is the location of the previous definition 4928 | # define PL_lex_stuff D_PPP_my_PL_parser_var(lex_stuff) | In file included from Declare.xs:7: stolen_chunk_of_toke.c:152: warning: "PL_linestr" redefined 152 | #define PL_linestr (PL_parser->linestr) | In file included from stolen_chunk_of_toke.c:20, from Declare.xs:7: ppport.h:4924: note: this is the location of the previous definition 4924 | # define PL_linestr D_PPP_my_PL_parser_var(linestr) | In file included from Declare.xs:7: stolen_chunk_of_toke.c:155: warning: "PL_expect" redefined 155 | #define PL_expect (PL_parser->expect) | In file included from stolen_chunk_of_toke.c:20, from Declare.xs:7: ppport.h:4920: note: this is the location of the previous definition 4920 | # define PL_expect D_PPP_my_PL_parser_var(expect) | In file included from Declare.xs:7: stolen_chunk_of_toke.c:156: warning: "PL_copline" redefined 156 | #define PL_copline (PL_parser->copline) | In file included from stolen_chunk_of_toke.c:20, from Declare.xs:7: ppport.h:4921: note: this is the location of the previous definition 4921 | # define PL_copline D_PPP_my_PL_parser_var(copline) | In file included from Declare.xs:7: stolen_chunk_of_toke.c:157: warning: "PL_bufptr" redefined 157 | #define PL_bufptr (PL_parser->bufptr) | In file included from stolen_chunk_of_toke.c:20, from Declare.xs:7: ppport.h:4925: note: this is the location of the previous definition 4925 | # define PL_bufptr D_PPP_my_PL_parser_var(bufptr) | In file included from Declare.xs:7: stolen_chunk_of_toke.c:161: warning: "PL_bufend" redefined 161 | #define PL_bufend (PL_parser->bufend) | In file included from stolen_chunk_of_toke.c:20, from Declare.xs:7: ppport.h:4926: note: this is the location of the previous definition 4926 | # define PL_bufend D_PPP_my_PL_parser_var(bufend) | In file included from Declare.xs:7: stolen_chunk_of_toke.c:165: warning: "PL_lex_state" redefined 165 | #define PL_lex_state (PL_parser->lex_state) | In file included from stolen_chunk_of_toke.c:20, from Declare.xs:7: ppport.h:4927: note: this is the location of the previous definition 4927 | # define PL_lex_state D_PPP_my_PL_parser_var(lex_state) | In file included from Declare.xs:7: stolen_chunk_of_toke.c:166: warning: "PL_rsfp" redefined 166 | #define PL_rsfp (PL_parser->rsfp) | In file included from stolen_chunk_of_toke.c:20, from Declare.xs:7: ppport.h:4922: note: this is the location of the previous definition 4922 | # define PL_rsfp D_PPP_my_PL_parser_var(rsfp) | In file included from Declare.xs:7: stolen_chunk_of_toke.c:167: warning: "PL_rsfp_filters" redefined 167 | #define PL_rsfp_filters (PL_parser->rsfp_filters) | In file included from stolen_chunk_of_toke.c:20, from Declare.xs:7: ppport.h:4923: note: this is the location of the previous definition 4923 | # define PL_rsfp_filters D_PPP_my_PL_parser_var(rsfp_filters) | In file included from Declare.xs:7: stolen_chunk_of_toke.c:168: warning: "PL_in_my" redefined 168 | #define PL_in_my (PL_parser->in_my) | In file included from stolen_chunk_of_toke.c:20, from Declare.xs:7: ppport.h:4930: note: this is the location of the previous definition 4930 | # define PL_in_my D_PPP_my_PL_parser_var(in_my) | In file included from Declare.xs:7: stolen_chunk_of_toke.c:169: warning: "PL_in_my_stash" redefined 169 | #define PL_in_my_stash (PL_parser->in_my_stash) | In file included from stolen_chunk_of_toke.c:20, from Declare.xs:7: ppport.h:4931: note: this is the location of the previous definition 4931 | # define PL_in_my_stash D_PPP_my_PL_parser_var(in_my_stash) | In file included from Declare.xs:7: stolen_chunk_of_toke.c:170: warning: "PL_tokenbuf" redefined 170 | #define PL_tokenbuf (PL_parser->tokenbuf) | In file included from stolen_chunk_of_toke.c:20, from Declare.xs:7: ppport.h:4929: note: this is the location of the previous definition 4929 | # define PL_tokenbuf D_PPP_my_PL_parser_var(tokenbuf) | In file included from Declare.xs:7: stolen_chunk_of_toke.c:172: warning: "PL_error_count" redefined 172 | #define PL_error_count (PL_parser->error_count) | In file included from stolen_chunk_of_toke.c:20, from Declare.xs:7: ppport.h:4932: note: this is the location of the previous definition 4932 | # define PL_error_count D_PPP_my_PL_parser_var(error_count) | Declare.xs:14: warning: "PERL_VERSION_GE" redefined 14 | #define PERL_VERSION_GE(r,v,s) \ | In file included from /usr/lib/perl5/CORE/perl.h:2930, from Declare.xs:3: /usr/lib/perl5/CORE/handy.h:586: note: this is the location of the previous definition 586 | # define PERL_VERSION_GE(j,n,p) (! PERL_VERSION_LT(j,n,p)) | rm -f blib/arch/auto/Devel/Declare/Declare.so cc -shared -O2 -march=i586 -mtune=i686 -L/usr/local/lib -fstack-protector-strong Declare.o -o blib/arch/auto/Devel/Declare/Declare.so \ \ chmod 755 blib/arch/auto/Devel/Declare/Declare.so Manifying 1 pod document "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Declare.bs blib/arch/auto/Devel/Declare/Declare.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl5.34.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00load.t ..................... ok t/block_size.t ................. ok t/build_sub_installer.t ........ ok Useless assignment to a temporary at t/combi.t line 25. t/combi.t ...................... ok t/ctx-simple-like-mxms.t ....... ok t/ctx-simple.t ................. ok t/debug.t ...................... ok t/devel_callparser.t ........... skipped: Test requires module 'Devel::CallParser' but it's not found t/early0.t ..................... ok t/early1.t ..................... ok t/early2.t ..................... ok t/eval.t ....................... ok t/fail.t ....................... ok t/filter0.t .................... ok t/filter1.t .................... ok t/lines.t ...................... skipped: Test requires module 'B::Compiling' but it's not found t/load_module.t ................ ok t/methinstaller-simple.t ....... ok t/method-installer-redefine.t .. ok t/method-installer-runtime.t ... ok t/method-no-semi.t ............. ok t/method.t ..................... ok Useless assignment to a temporary at t/multiline-proto.t line 22. t/multiline-proto.t ............ ok t/new.t ........................ ok t/no-bareword.t ................ ok t/pack.t ....................... ok t/padstuff.t ................... ok Useless assignment to a temporary at t/proto.t line 23. t/proto.t ...................... ok t/quote.t ...................... ok t/scanstr.t .................... ok t/scanstr_fail.t ............... ok t/simple.t ..................... ok t/statement.t .................. ok Useless assignment to a temporary at t/sugar.t line 61. t/sugar.t ...................... ok All tests successful. Files=34, Tests=141, 1 wallclock secs ( 0.05 usr 0.02 sys + 1.02 cusr 0.07 csys = 1.16 CPU) Result: PASS "/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Declare.bs blib/arch/auto/Devel/Declare/Declare.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/slapt-src/perl/perl-Devel-Declare/package-perl-Devel-Declare/usr/lib/perl5/vendor_perl/auto/Devel/Declare/Declare.so Installing /usr/src/slapt-src/perl/perl-Devel-Declare/package-perl-Devel-Declare/usr/lib/perl5/vendor_perl/Devel/Declare.pm Installing /usr/src/slapt-src/perl/perl-Devel-Declare/package-perl-Devel-Declare/usr/lib/perl5/vendor_perl/Devel/Declare/Context/Simple.pm Installing /usr/src/slapt-src/perl/perl-Devel-Declare/package-perl-Devel-Declare/usr/lib/perl5/vendor_perl/Devel/Declare/MethodInstaller/Simple.pm Installing /usr/src/slapt-src/perl/perl-Devel-Declare/package-perl-Devel-Declare/usr/man/man3/Devel::Declare.3 Appending installation info to /usr/src/slapt-src/perl/perl-Devel-Declare/package-perl-Devel-Declare/usr/lib/perl5/perllocal.pod Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/perl/perl-Devel-Declare/perl-Devel-Declare-0.006022-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/perl-Devel-Declare-0.006022/ usr/doc/perl-Devel-Declare-0.006022/Changes usr/doc/perl-Devel-Declare-0.006022/README usr/doc/perl-Devel-Declare-0.006022/perl-Devel-Declare.SlackBuild usr/lib/ usr/lib/perl5/ usr/lib/perl5/vendor_perl/ usr/lib/perl5/vendor_perl/Devel/ usr/lib/perl5/vendor_perl/Devel/Declare/ usr/lib/perl5/vendor_perl/Devel/Declare.pm usr/lib/perl5/vendor_perl/Devel/Declare/Context/ usr/lib/perl5/vendor_perl/Devel/Declare/Context/Simple.pm usr/lib/perl5/vendor_perl/Devel/Declare/MethodInstaller/ usr/lib/perl5/vendor_perl/Devel/Declare/MethodInstaller/Simple.pm usr/lib/perl5/vendor_perl/auto/ usr/lib/perl5/vendor_perl/auto/Devel/ usr/lib/perl5/vendor_perl/auto/Devel/Declare/ usr/lib/perl5/vendor_perl/auto/Devel/Declare/Declare.so usr/man/ usr/man/man3/ usr/man/man3/Devel::Declare.3.gz Slackware package /usr/src/slapt-src/perl/perl-Devel-Declare/perl-Devel-Declare-0.006022-i586-1salix15.0.txz created. Installing package perl-Devel-Declare-0.006022-i586-1salix15.0... | perl-Devel-Declare (Adding keywords to perl, in perl) | | Devel::Declare can install subroutines called declarators which | locally take over Perl's parser, allowing the creation of new syntax. | | Homepage: https://metacpan.org/pod/Devel::Declare | | | | | | |