Mon Jul 19 12:33:22 2010: Request 59430 was acted upon. Transaction: Correspondence added by coolspee...@gmail.com Queue: PAR-Packer Subject: Re: [rt.cpan.org #59430] fail in mac OSX 10.3.9 perl5 (revision 5.0 version 8 subversion 1 RC3) Broken in: (no value) Severity: (no value) Owner: RSCHUPP Requestors: coolspee...@gmail.com Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=59430 >
thanks $ make test TEST_VERBOSE=1 perl -e "chmod(oct('0600'), '../blib/lib/PAR/StrippedPARL/Static.pm');" perl encode_append.pl ./static ../blib/lib/PAR/StrippedPARL/Static.pm perl -e "chmod(oct('0444'), '../blib/lib/PAR/StrippedPARL/Static.pm');" perl -e "chmod(oct('0600'), '../blib/lib/PAR/StrippedPARL/Dynamic.pm');" perl encode_append.pl ./par ../blib/lib/PAR/StrippedPARL/Dynamic.pm perl -e "chmod(oct('0444'), '../blib/lib/PAR/StrippedPARL/Dynamic.pm');" PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/00-pod.t t/10-parl-generation.t t/20-pp.t t/30-current_exec.t t/40-packer_cd_option.t t/00-pod.t ............... 1..0 # SKIP Set environment variable PERL_TEST_POD=1 to test POD skipped: Set environment variable PERL_TEST_POD=1 to test POD t/10-parl-generation.t ... 1..31 ok 1 - use PAR; ok 2 - use PAR::StrippedPARL::Static; ok 3 - use PAR::StrippedPARL::Dynamic; ok 4 - Found the static build of parl in myldr ok 5 - Found parl in script ok 6 - Running ...Static->get_raw didn't complain ok 7 - ...Static->get_raw didn't return false ok 8 - Static binary returned from ->get_raw has the same size as myldr/static(.exe) ok 9 - ...Static->get_raw returns exact myldr/static(.exe) ok 10 - Running ...Static->write_raw didn't complain ok 11 - ...Static->write_raw didn't return false ok 12 - ...Static->write_raw created file ok 13 - Static binary created by ->write_raw has the same size as myldr/static(.exe) ok 14 - ...Static->get_raw returns exact same as write_raw writes ok 15 - Running ...Static->write_parl didn't complain ok 16 - ...Static->write_parl didn't return false ok 17 - ...Static->write_parl created file ok 18 - ...Static->write_parl created non-empty file ok 19 - Running ...Dynamic->get_raw didn't complain ok 20 - ...Dynamic->get_raw didn't return false ok 21 - Dynamic binary returned from ->get_raw has the same size as myldr/par(.exe) ok 22 - ...Dynamic->get_raw returns exact myldr/par(.exe) ok 23 - Running ...Dynamic->write_raw didn't complain ok 24 - ...Dynamic->write_raw didn't return false ok 25 - ...Dynamic->write_raw created file ok 26 - Dynamic binary created by ->write_raw has the same size as myldr/par(.exe) ok 27 - ...Dynamic->get_raw returns exact same as write_raw writes ok 28 - Running ...Dynamic->write_parl didn't complain ok 29 - ...Dynamic->write_parl didn't return false ok 30 - ...Dynamic->write_parl created file ok 31 - ...Dynamic->write_parl created non-empty file ok t/20-pp.t ................ 1..34 ok 1 - pp_hello_1 ok 2 - pp_minus_o_hello_hello_dot_pl ok 3 - pp_minus_o_foo_foo_dot_pl_bar_dot_pl ok 4 - pp_minus_p_hello ok 5 - pp_minus_p_minus_o_hello_dot_par_hello ok 6 - pp_minus_o_hello_file_dot_par ok 7 - pp_minus_S_minus_o_hello_file ok 8 - pp_minus_p_minus_o_out_dot_par_file I will do test pp_minus_B_with_small_minus_p_tests even though it DOES NOT REALLY TEST ANYTHING. At least it may show that the -B switch does not harm anything. ok 9 - pp_minus_B_with_small_minus_p_tests I will do test pp_minus_B_with_large_minus_P_tests even though it DOES NOT REALLY TEST ANYTHING. At least it may show that the -B switch does not harm anything. Can't exec "./perl": No such file or directory at /Users/MrBob/Desktop/PAR-Packer-1.006/blib/lib/PAR/Packer.pm line 1415. not ok 10 - pp_minus_B_with_large_minus_P_tests # [410]sub pp_minus_B_with_large_minus_P_tests cannot chmod file out_pl.pl # # Did pp -P -o out_pl.pl "hello.pl" produce out_pl.pl? # # Failed test 'pp_minus_B_with_large_minus_P_tests # [410]sub pp_minus_B_with_large_minus_P_tests cannot chmod file out_pl.pl # # Did pp -P -o out_pl.pl "hello.pl" produce out_pl.pl? # ' # at automated_pp_test.pl line 7450. ok 11 - pp_minus_e_print_hello ok 12 - pp_minus_p_minus_e_print_hello Can't exec "./perl": No such file or directory at /Users/MrBob/Desktop/PAR-Packer-1.006/blib/lib/PAR/Packer.pm line 1415. not ok 13 - pp_minus_P_minus_e_print_hello # [410]sub pp_minus_P_minus_e_print_hello cannot chmod file a.pl # # Did pp -P -e "print \"hello\n\";" produce a.pl? # # Failed test 'pp_minus_P_minus_e_print_hello # [410]sub pp_minus_P_minus_e_print_hello cannot chmod file a.pl # # Did pp -P -e "print \"hello\n\";" produce a.pl? # ' # at automated_pp_test.pl line 7586. ok 14 - pp_minus_c_hello ^Cmake: *** [test_dynamic] Interrupt