Mon Jul 19 04:28:33 2010: Request 59430 was acted upon. Transaction: Correspondence added by RSCHUPP Queue: PAR-Packer Subject: 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 >
On 2010-07-18 17:49:20, coolspee...@gmail.com wrote: Thanks for your information. > main.c: In function `main': > main.c:115: parse error before `int' > main.c:116: `argno' undeclared (first use in this function) > main.c:116: (Each undeclared identifier is reported only once > main.c:116: for each function it appears in.) > make[1]: *** [main.o] Error 1 Known problem, already fixed in PAR::Packer trunk. > $ make test > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, '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 ............... skipped: Set environment variable PERL_TEST_POD=1 > to test POD > t/10-parl-generation.t ... ok > t/20-pp.t ................ 9/34 Can't exec "./perl": No such file or > directory at /Users/MrBob/Desktop/PAR-Packer-1.006/blib/lib/PAR/Packer.pm > line 1415. > t/20-pp.t ................ 10/34 > # 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. > ^Cmake: *** [test_dynamic] Interrupt It makes absolutely no sense to install (and use) PAR::Packer if "make test" fails. Please run make test TEST_VERBOSE=1 and post its output. > non-functional executable: > > $ unzip -l /Volumes/NO\ NAME/my\ __/misc\ code/myscript_exec | grep Tk > 18860 07-18-10 17:25 lib/Tk.pm ... > > functional executable: > $ unzip -l /Volumes/NO\ NAME/my\ __/misc\ code/myscript_exec | grep Tk > 18860 07-18-10 17:31 lib/Tk.pm These are identical (as expected). Cheers, Roderich