Warning: prerequisite Scope::Upper 0.06 not found. 'EXPATINCPATH' is not a known MakeMaker parameter name. 'EXPATLIBPATH' is not a known MakeMaker parameter name. Generating a Unix-style Makefile Writing Makefile for TryCatch Writing MYMETA.yml and MYMETA.json ASH/TryCatch-1.003002.tar.gz /usr/local/bin/perl Makefile.PL EXPATLIBPATH=/non-standard/lib EXPATINCPATH=/non-standard/include -- OK Running make for A/AS/ASH/TryCatch-1.003002.tar.gz ---- Unsatisfied dependencies detected during ---- ---- ASH/TryCatch-1.003002.tar.gz ---- Scope::Upper [requires] Running install for module 'Scope::Upper' Checksum for /home/uce/.cpan/sources/authors/id/V/VP/VPIT/Scope-Upper-0.28.tar.gz ok Configuring V/VP/VPIT/Scope-Upper-0.28.tar.gz with Makefile.PL Checking if this is an official release of perl... yes Checking if this is gcc 3.4 on Windows trying to link against an import library... no Checking if your kit is complete... Looks good 'EXPATINCPATH' is not a known MakeMaker parameter name. 'EXPATLIBPATH' is not a known MakeMaker parameter name. Generating a Unix-style Makefile Writing Makefile for Scope::Upper Writing MYMETA.yml and MYMETA.json VPIT/Scope-Upper-0.28.tar.gz /usr/local/bin/perl Makefile.PL EXPATLIBPATH=/non-standard/lib EXPATINCPATH=/non-standard/include -- OK Running make for V/VP/VPIT/Scope-Upper-0.28.tar.gz cp lib/Scope/Upper.pm blib/lib/Scope/Upper.pm Running Mkbootstrap for Upper () chmod 644 "Upper.bs" "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Upper.bs blib/arch/auto/Scope/Upper/Upper.bs 644 "/usr/local/bin/perl" "/usr/local/lib/perl5/5.24.0/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.24.0/ExtUtils/typemap' Upper.xs > Upper.xsc mv Upper.xsc Upper.c cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.28\" -DXS_VERSION=\"0.28\" -fPIC "-I/usr/local/lib/perl5/5.24.0/x86_64-linux/CORE" -DSU_RELEASE=1 Upper.c Upper.xs: In function ‘su_yield’: Upper.xs:1331:11: error: ‘CXt_LOOP_FOR’ undeclared (first use in this function) case CXt_LOOP_FOR: ^ Upper.xs:1331:11: note: each undeclared identifier is reported only once for each function it appears in Upper.xs: In function ‘su_uplevel_goto_runops’: Upper.xs:1543:30: error: ‘const struct block_sub’ has no member named ‘argarray’ argarray = cx->blk_sub.argarray; ^ In file included from /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/perl.h:2684:0, from Upper.xs:6: Upper.xs: In function ‘su_uplevel_restore’: Upper.xs:1618:28: error: ‘struct block_sub’ has no member named ‘argarray’ SvREFCNT_dec(cx->blk_sub.argarray); ^ /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/handy.h:64:41: note: in definition of macro ‘MUTABLE_PTR’ # define MUTABLE_PTR(p) ({ void *_p = (p); _p; }) ^ /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/sv.h:347:47: note: in expansion of macro ‘MUTABLE_SV’ #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv)) ^ Upper.xs:1618:4: note: in expansion of macro ‘SvREFCNT_dec’ SvREFCNT_dec(cx->blk_sub.argarray); ^ Upper.xs:1619:15: error: ‘struct block_sub’ has no member named ‘argarray’ cx->blk_sub.argarray = argarray; ^ Upper.xs: In function ‘su_uplevel’: Upper.xs:1930:35: error: ‘const struct block_sub’ has no member named ‘argarray’ if (CxHASARGS(cx) && cx->blk_sub.argarray) { ^ In file included from /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/perl.h:5609:0, from Upper.xs:6: Upper.xs:1939:35: error: ‘const struct block_sub’ has no member named ‘argarray’ av_extend(av, AvMAX(cx->blk_sub.argarray)); ^ /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/embed.h:55:48: note: in definition of macro ‘av_extend’ #define av_extend(a,b) Perl_av_extend(aTHX_ a,b) ^ /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/av.h:64:30: note: in expansion of macro ‘SvANY’ #define AvMAX(av) ((XPVAV*) SvANY(av))->xav_max ^ Upper.xs:1939:18: note: in expansion of macro ‘AvMAX’ av_extend(av, AvMAX(cx->blk_sub.argarray)); ^ In file included from /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/perl.h:3895:0, from Upper.xs:6: Upper.xs:1940:37: error: ‘const struct block_sub’ has no member named ‘argarray’ AvFILLp(av) = AvFILLp(cx->blk_sub.argarray); ^ /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/sv.h:332:20: note: in definition of macro ‘SvANY’ #define SvANY(sv) (sv)->sv_any ^ Upper.xs:1940:18: note: in expansion of macro ‘AvFILLp’ AvFILLp(av) = AvFILLp(cx->blk_sub.argarray); ^ In file included from /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/perl.h:2684:0, from Upper.xs:6: Upper.xs:1941:28: error: ‘const struct block_sub’ has no member named ‘argarray’ Copy(AvARRAY(cx->blk_sub.argarray), AvARRAY(av), AvFILLp(av) + 1, SV *); ^ /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/handy.h:2110:83: note: in definition of macro ‘Copy’ #define Copy(s,d,n,t) (MEM_WRAP_CHECK_(n,t) (void)memcpy((char*)(d),(const char*)(s), (n) * sizeof(t))) ^ Upper.xs:1941:9: note: in expansion of macro ‘AvARRAY’ Copy(AvARRAY(cx->blk_sub.argarray), AvARRAY(av), AvFILLp(av) + 1, SV *); ^ Upper.xs:1942:19: error: ‘struct block_sub’ has no member named ‘argarray’ sub_cx->blk_sub.argarray = av; ^ In file included from /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/perl.h:3895:0, from Upper.xs:6: Upper.xs:1944:44: error: ‘struct block_sub’ has no member named ‘argarray’ SvREFCNT_inc_simple_void(sub_cx->blk_sub.argarray); ^ /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/sv.h:342:55: note: in definition of macro ‘SvREFCNT_inc_simple_void’ #define SvREFCNT_inc_simple_void(sv) STMT_START { if (sv) SvREFCNT(sv)++; } STMT_END ^ Upper.xs:1944:44: error: ‘struct block_sub’ has no member named ‘argarray’ SvREFCNT_inc_simple_void(sub_cx->blk_sub.argarray); ^ /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/sv.h:334:23: note: in definition of macro ‘SvREFCNT’ #define SvREFCNT(sv) (sv)->sv_refcnt ^ Upper.xs:1944:4: note: in expansion of macro ‘SvREFCNT_inc_simple_void’ SvREFCNT_inc_simple_void(sub_cx->blk_sub.argarray); ^ Upper.xs: In function ‘su_context_gimme’: Upper.xs:2238:9: error: ‘CXt_LOOP_FOR’ undeclared (first use in this function) case CXt_LOOP_FOR: ^ Upper.xs: In function ‘XS_Scope__Upper_context_info’: Upper.xs:2740:2: warning: null argument where non-null required (argument 1) [-Wnonnull] PUSHs(su_newmortal_pvn(OutCopFILE(cop), OutCopFILE_len(cop))); ^ make: ** [Upper.o] Erro 1 VPIT/Scope-Upper-0.28.tar.gz /usr/bin/make -- NOT OK ASH/TryCatch-1.003002.tar.gz Has already been unwrapped into directory /home/uce/.cpan/build/TryCatch-1.003002-rJbpga ASH/TryCatch-1.003002.tar.gz Has already been prepared Running make for A/AS/ASH/TryCatch-1.003002.tar.gz Warning: Prerequisite 'Scope::Upper => 0.06' for 'ASH/TryCatch-1.003002.tar.gz' failed when processing 'VPIT/Scope-Upper-0.28.tar.gz' with 'make => NO'. Continuing, but chances to succeed are limited. cp lib/TryCatch.pm blib/lib/TryCatch.pm Running Mkbootstrap for TryCatch () chmod 644 "TryCatch.bs" "/usr/local/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- TryCatch.bs blib/arch/auto/TryCatch/TryCatch.bs 644 "/usr/local/bin/perl" "-Iinc" "/usr/local/lib/perl5/5.24.0/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.24.0/ExtUtils/typemap' TryCatch.xs > TryCatch.xsc mv TryCatch.xsc TryCatch.c cc -c -I/home/uce/.cpan/build/TryCatch-1.003002-rJbpga/inc/EUDeps/B/Hooks/OP/Check/Install -I/home/uce/.cpan/build/TryCatch-1.003002-rJbpga/inc/EUDeps/B/Hooks/OP/PPAddr/Install -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.003002\" -DXS_VERSION=\"1.003002\" -fPIC "-I/usr/local/lib/perl5/5.24.0/x86_64-linux/CORE" TryCatch.c TryCatch.xs: In function ‘try_return’: TryCatch.xs:72:7: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘IV’ [-Wformat=] printf("have a $CTX of %d\n", SvIV(ctx)); ^ In file included from /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/perl.h:5609:0, from TryCatch.xs:2: TryCatch.c: In function ‘XS_TryCatch__XS_uninstall_op_checks’: /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/embed.h:62:35: warning: ignoring return value of ‘Perl_av_shift’, declared with attribute warn_unused_result [-Wunused-result] #define av_shift(a) Perl_av_shift(aTHX_ a) ^ TryCatch.xs:263:5: note: in expansion of macro ‘av_shift’ av_shift(av); ^ rm -f blib/arch/auto/TryCatch/TryCatch.so cc -shared -O2 -L/usr/local/lib -fstack-protector -o blib/arch/auto/TryCatch/TryCatch.so TryCatch.o \ \ chmod 755 blib/arch/auto/TryCatch/TryCatch.so Manifying 1 pod document ASH/TryCatch-1.003002.tar.gz /usr/bin/make -- OK Running make test "/usr/local/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- TryCatch.bs blib/arch/auto/TryCatch/TryCatch.bs 644 PERL_DL_NONLAZY=1 "/usr/local/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/catch_01.t t/context.t t/destroy.t t/handwritten.t t/invalid.t t/method.t t/mx_types_structured.t t/nested.t t/simple.t t/types.t t/xml_sax_expat.t t/catch_01.t ............. 1/? Bailout called. Further testing stopped: Cannot load TryCatch # Failed test 'use TryCatch;' # at t/catch_01.t line 6. # Tried to use 'TryCatch'. # Error: Can't locate Scope/Upper.pm in @INC (you may need to install the Scope::Upper module) (@INC contains: /home/uce/.cpan/build/TryCatch-1.003002-rJbpga/inc /home/uce/.cpan/build/TryCatch-1.003002-rJbpga/blib/lib /home/uce/.cpan/build/TryCatch-1.003002-rJbpga/blib/arch /usr/local/lib/perl5/site_perl/5.24.0/x86_64-linux /usr/local/lib/perl5/site_perl/5.24.0 /usr/local/lib/perl5/5.24.0/x86_64-linux /usr/local/lib/perl5/5.24.0 .) at /home/uce/.cpan/build/TryCatch-1.003002-rJbpga/blib/lib/TryCatch.pm line 13. # BEGIN failed--compilation aborted at /home/uce/.cpan/build/TryCatch-1.003002-rJbpga/blib/lib/TryCatch.pm line 13. # Compilation failed in require at t/catch_01.t line 6. # BEGIN failed--compilation aborted at t/catch_01.t line 6. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 1. FAILED--Further testing stopped: Cannot load TryCatch make: ** [test_dynamic] Erro 255 ASH/TryCatch-1.003002.tar.gz one dependency not OK (Scope::Upper); additionally test harness failed /usr/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports ASH/TryCatch-1.003002.tar.gz uce@uce-HP-Z400-Workstation:~/SOFTWARE_UCEs/CLUMPAK/GD-2.56$ cpan -i TryCatch Reading '/home/uce/.cpan/Metadata' Database was generated on Fri, 20 May 2016 02:53:34 GMT Running install for module 'TryCatch' Checksum for /home/uce/.cpan/sources/authors/id/A/AS/ASH/TryCatch-1.003002.tar.gz ok Configuring A/AS/ASH/TryCatch-1.003002.tar.gz with Makefile.PL *** Module::AutoInstall version 1.06 *** 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.001014 >= 0.88) - Test::Exception ...loaded. (0.43) - B::Hooks::OP::PPAddr ...loaded. (0.03 >= 0.03) - B::Hooks::OP::Check ...loaded. (0.19 >= 0.18) - Parse::Method::Signatures ...loaded. (1.003016 >= 1.003012) - B::Hooks::EndOfScope ...loaded. (0.20 >= 0.12) - Devel::Declare ...loaded. (0.006018 >= 0.005007) - Moose ...loaded. (2.1801) - MooseX::Types ...loaded. (0.46) - Scope::Upper ...missing. (would need 0.06) - Variable::Magic ...loaded. (0.59 >= 0.28) - Sub::Exporter ...loaded. (0.987 >= 0.979) - XSLoader ...loaded. (0.21) - namespace::clean ...loaded. (0.27 >= 0.20) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Warning: prerequisite Scope::Upper 0.06 not found. 'EXPATINCPATH' is not a known MakeMaker parameter name. 'EXPATLIBPATH' is not a known MakeMaker parameter name. Generating a Unix-style Makefile Writing Makefile for TryCatch Writing MYMETA.yml and MYMETA.json ASH/TryCatch-1.003002.tar.gz /usr/local/bin/perl Makefile.PL EXPATLIBPATH=/non-standard/lib EXPATINCPATH=/non-standard/include -- OK Running make for A/AS/ASH/TryCatch-1.003002.tar.gz ---- Unsatisfied dependencies detected during ---- ---- ASH/TryCatch-1.003002.tar.gz ---- Scope::Upper [requires] Running install for module 'Scope::Upper' Checksum for /home/uce/.cpan/sources/authors/id/V/VP/VPIT/Scope-Upper-0.28.tar.gz ok Configuring V/VP/VPIT/Scope-Upper-0.28.tar.gz with Makefile.PL Checking if this is an official release of perl... yes Checking if this is gcc 3.4 on Windows trying to link against an import library... no Checking if your kit is complete... Looks good 'EXPATINCPATH' is not a known MakeMaker parameter name. 'EXPATLIBPATH' is not a known MakeMaker parameter name. Generating a Unix-style Makefile Writing Makefile for Scope::Upper Writing MYMETA.yml and MYMETA.json VPIT/Scope-Upper-0.28.tar.gz /usr/local/bin/perl Makefile.PL EXPATLIBPATH=/non-standard/lib EXPATINCPATH=/non-standard/include -- OK Running make for V/VP/VPIT/Scope-Upper-0.28.tar.gz cp lib/Scope/Upper.pm blib/lib/Scope/Upper.pm Running Mkbootstrap for Upper () chmod 644 "Upper.bs" "/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Upper.bs blib/arch/auto/Scope/Upper/Upper.bs 644 "/usr/local/bin/perl" "/usr/local/lib/perl5/5.24.0/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.24.0/ExtUtils/typemap' Upper.xs > Upper.xsc mv Upper.xsc Upper.c cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.28\" -DXS_VERSION=\"0.28\" -fPIC "-I/usr/local/lib/perl5/5.24.0/x86_64-linux/CORE" -DSU_RELEASE=1 Upper.c Upper.xs: In function ‘su_yield’: Upper.xs:1331:11: error: ‘CXt_LOOP_FOR’ undeclared (first use in this function) case CXt_LOOP_FOR: ^ Upper.xs:1331:11: note: each undeclared identifier is reported only once for each function it appears in Upper.xs: In function ‘su_uplevel_goto_runops’: Upper.xs:1543:30: error: ‘const struct block_sub’ has no member named ‘argarray’ argarray = cx->blk_sub.argarray; ^ In file included from /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/perl.h:2684:0, from Upper.xs:6: Upper.xs: In function ‘su_uplevel_restore’: Upper.xs:1618:28: error: ‘struct block_sub’ has no member named ‘argarray’ SvREFCNT_dec(cx->blk_sub.argarray); ^ /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/handy.h:64:41: note: in definition of macro ‘MUTABLE_PTR’ # define MUTABLE_PTR(p) ({ void *_p = (p); _p; }) ^ /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/sv.h:347:47: note: in expansion of macro ‘MUTABLE_SV’ #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv)) ^ Upper.xs:1618:4: note: in expansion of macro ‘SvREFCNT_dec’ SvREFCNT_dec(cx->blk_sub.argarray); ^ Upper.xs:1619:15: error: ‘struct block_sub’ has no member named ‘argarray’ cx->blk_sub.argarray = argarray; ^ Upper.xs: In function ‘su_uplevel’: Upper.xs:1930:35: error: ‘const struct block_sub’ has no member named ‘argarray’ if (CxHASARGS(cx) && cx->blk_sub.argarray) { ^ In file included from /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/perl.h:5609:0, from Upper.xs:6: Upper.xs:1939:35: error: ‘const struct block_sub’ has no member named ‘argarray’ av_extend(av, AvMAX(cx->blk_sub.argarray)); ^ /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/embed.h:55:48: note: in definition of macro ‘av_extend’ #define av_extend(a,b) Perl_av_extend(aTHX_ a,b) ^ /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/av.h:64:30: note: in expansion of macro ‘SvANY’ #define AvMAX(av) ((XPVAV*) SvANY(av))->xav_max ^ Upper.xs:1939:18: note: in expansion of macro ‘AvMAX’ av_extend(av, AvMAX(cx->blk_sub.argarray)); ^ In file included from /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/perl.h:3895:0, from Upper.xs:6: Upper.xs:1940:37: error: ‘const struct block_sub’ has no member named ‘argarray’ AvFILLp(av) = AvFILLp(cx->blk_sub.argarray); ^ /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/sv.h:332:20: note: in definition of macro ‘SvANY’ #define SvANY(sv) (sv)->sv_any ^ Upper.xs:1940:18: note: in expansion of macro ‘AvFILLp’ AvFILLp(av) = AvFILLp(cx->blk_sub.argarray); ^ In file included from /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/perl.h:2684:0, from Upper.xs:6: Upper.xs:1941:28: error: ‘const struct block_sub’ has no member named ‘argarray’ Copy(AvARRAY(cx->blk_sub.argarray), AvARRAY(av), AvFILLp(av) + 1, SV *); ^ /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/handy.h:2110:83: note: in definition of macro ‘Copy’ #define Copy(s,d,n,t) (MEM_WRAP_CHECK_(n,t) (void)memcpy((char*)(d),(const char*)(s), (n) * sizeof(t))) ^ Upper.xs:1941:9: note: in expansion of macro ‘AvARRAY’ Copy(AvARRAY(cx->blk_sub.argarray), AvARRAY(av), AvFILLp(av) + 1, SV *); ^ Upper.xs:1942:19: error: ‘struct block_sub’ has no member named ‘argarray’ sub_cx->blk_sub.argarray = av; ^ In file included from /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/perl.h:3895:0, from Upper.xs:6: Upper.xs:1944:44: error: ‘struct block_sub’ has no member named ‘argarray’ SvREFCNT_inc_simple_void(sub_cx->blk_sub.argarray); ^ /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/sv.h:342:55: note: in definition of macro ‘SvREFCNT_inc_simple_void’ #define SvREFCNT_inc_simple_void(sv) STMT_START { if (sv) SvREFCNT(sv)++; } STMT_END ^ Upper.xs:1944:44: error: ‘struct block_sub’ has no member named ‘argarray’ SvREFCNT_inc_simple_void(sub_cx->blk_sub.argarray); ^ /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/sv.h:334:23: note: in definition of macro ‘SvREFCNT’ #define SvREFCNT(sv) (sv)->sv_refcnt ^ Upper.xs:1944:4: note: in expansion of macro ‘SvREFCNT_inc_simple_void’ SvREFCNT_inc_simple_void(sub_cx->blk_sub.argarray); ^ Upper.xs: In function ‘su_context_gimme’: Upper.xs:2238:9: error: ‘CXt_LOOP_FOR’ undeclared (first use in this function) case CXt_LOOP_FOR: ^ Upper.xs: In function ‘XS_Scope__Upper_context_info’: Upper.xs:2740:2: warning: null argument where non-null required (argument 1) [-Wnonnull] PUSHs(su_newmortal_pvn(OutCopFILE(cop), OutCopFILE_len(cop))); ^ make: ** [Upper.o] Erro 1 VPIT/Scope-Upper-0.28.tar.gz /usr/bin/make -- NOT OK ASH/TryCatch-1.003002.tar.gz Has already been unwrapped into directory /home/uce/.cpan/build/TryCatch-1.003002-sMP1EG ASH/TryCatch-1.003002.tar.gz Has already been prepared Running make for A/AS/ASH/TryCatch-1.003002.tar.gz Warning: Prerequisite 'Scope::Upper => 0.06' for 'ASH/TryCatch-1.003002.tar.gz' failed when processing 'VPIT/Scope-Upper-0.28.tar.gz' with 'make => NO'. Continuing, but chances to succeed are limited. cp lib/TryCatch.pm blib/lib/TryCatch.pm Running Mkbootstrap for TryCatch () chmod 644 "TryCatch.bs" "/usr/local/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- TryCatch.bs blib/arch/auto/TryCatch/TryCatch.bs 644 "/usr/local/bin/perl" "-Iinc" "/usr/local/lib/perl5/5.24.0/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.24.0/ExtUtils/typemap' TryCatch.xs > TryCatch.xsc mv TryCatch.xsc TryCatch.c cc -c -I/home/uce/.cpan/build/TryCatch-1.003002-sMP1EG/inc/EUDeps/B/Hooks/OP/Check/Install -I/home/uce/.cpan/build/TryCatch-1.003002-sMP1EG/inc/EUDeps/B/Hooks/OP/PPAddr/Install -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.003002\" -DXS_VERSION=\"1.003002\" -fPIC "-I/usr/local/lib/perl5/5.24.0/x86_64-linux/CORE" TryCatch.c TryCatch.xs: In function ‘try_return’: TryCatch.xs:72:7: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘IV’ [-Wformat=] printf("have a $CTX of %d\n", SvIV(ctx)); ^ In file included from /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/perl.h:5609:0, from TryCatch.xs:2: TryCatch.c: In function ‘XS_TryCatch__XS_uninstall_op_checks’: /usr/local/lib/perl5/5.24.0/x86_64-linux/CORE/embed.h:62:35: warning: ignoring return value of ‘Perl_av_shift’, declared with attribute warn_unused_result [-Wunused-result] #define av_shift(a) Perl_av_shift(aTHX_ a) ^ TryCatch.xs:263:5: note: in expansion of macro ‘av_shift’ av_shift(av); ^ rm -f blib/arch/auto/TryCatch/TryCatch.so cc -shared -O2 -L/usr/local/lib -fstack-protector -o blib/arch/auto/TryCatch/TryCatch.so TryCatch.o \ \ chmod 755 blib/arch/auto/TryCatch/TryCatch.so Manifying 1 pod document ASH/TryCatch-1.003002.tar.gz /usr/bin/make -- OK Running make test "/usr/local/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- TryCatch.bs blib/arch/auto/TryCatch/TryCatch.bs 644 PERL_DL_NONLAZY=1 "/usr/local/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/catch_01.t t/context.t t/destroy.t t/handwritten.t t/invalid.t t/method.t t/mx_types_structured.t t/nested.t t/simple.t t/types.t t/xml_sax_expat.t t/catch_01.t ............. 1/? Bailout called. Further testing stopped: Cannot load TryCatch # Failed test 'use TryCatch;' # at t/catch_01.t line 6. # Tried to use 'TryCatch'. # Error: Can't locate Scope/Upper.pm in @INC (you may need to install the Scope::Upper module) (@INC contains: /home/uce/.cpan/build/TryCatch-1.003002-sMP1EG/inc /home/uce/.cpan/build/TryCatch-1.003002-sMP1EG/blib/lib /home/uce/.cpan/build/TryCatch-1.003002-sMP1EG/blib/arch /usr/local/lib/perl5/site_perl/5.24.0/x86_64-linux /usr/local/lib/perl5/site_perl/5.24.0 /usr/local/lib/perl5/5.24.0/x86_64-linux /usr/local/lib/perl5/5.24.0 .) at /home/uce/.cpan/build/TryCatch-1.003002-sMP1EG/blib/lib/TryCatch.pm line 13. # BEGIN failed--compilation aborted at /home/uce/.cpan/build/TryCatch-1.003002-sMP1EG/blib/lib/TryCatch.pm line 13. # Compilation failed in require at t/catch_01.t line 6. # BEGIN failed--compilation aborted at t/catch_01.t line 6. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 1. FAILED--Further testing stopped: Cannot load TryCatch make: ** [test_dynamic] Erro 255 ASH/TryCatch-1.003002.tar.gz one dependency not OK (Scope::Upper); additionally test harness failed /usr/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports ASH/TryCatch-1.003002.tar.gz