Skip Menu |

This queue is for tickets about the PAR-Packer CPAN distribution.

Report information
The Basics
Id: 59430
Status: resolved
Priority: 0/
Queue: PAR-Packer

People
Owner: RSCHUPP [...] cpan.org
Requestors: coolspeedy6 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: fail in mac OSX 10.3.9 perl5 (revision 5.0 version 8 subversion 1 RC3)
Date: Thu, 15 Jul 2010 20:49:38 -0400
To: bug-par [...] rt.cpan.org
From: mitchell lafferty <coolspeedy6 [...] gmail.com>
compile of code with Tk fails with error using Tkpp or pp Can't locate loadable object for module Tk::Event in @INC (@INC contains: CODE(0x1999ecc) CODE(0x19811b0) CODE(0x1982830)) at /Library/Perl/5.8.1/PAR/Heavy.pm line 103 Compilation failed in require at Tk.pm line 13. BEGIN failed--compilation aborted at Tk.pm line 13. Compilation failed in require at script/tkpp line 99. BEGIN failed--compilation aborted at script/tkpp line 99. Undefined subroutine &Tk::Event::CleanupGlue called at Tk/Event.pm line 3. END failed--call queue aborted. code used: #!/usr/bin/perl use Tk; # Main Window my $mw = new MainWindow; my $label = $mw -> Label(-text=>"Hello World") -> pack(); my $button = $mw -> Button(-text => "Quit", -command => sub { exit }) -> pack(); MainLoop; -- /\/\ |_
On 2010-07-15 20:49:45, coolspeedy6@gmail.com wrote: Show quoted text
> compile of code with Tk fails with error using Tkpp or pp > > Can't locate loadable object for module Tk::Event in > @INC (@INC contains: CODE(0x1999ecc) CODE(0x19811b0) CODE(0x1982830)) at > /Library/Perl/5.8.1/PAR/Heavy.pm line 103 > Compilation failed in require at Tk.pm line 13. > BEGIN failed--compilation aborted at Tk.pm line 13. > Compilation failed in require at script/tkpp line 99. > BEGIN failed--compilation aborted at script/tkpp line 99. > Undefined subroutine &Tk::Event::CleanupGlue called at Tk/Event.pm line 3. > END failed--call queue aborted.
That doesn't make any sense. What was it what you tried to do? Show quoted text
> code used: > > #!/usr/bin/perl > use Tk; > # Main Window > my $mw = new MainWindow; > my $label = $mw -> Label(-text=>"Hello World") -> pack(); > my $button = $mw -> Button(-text => "Quit", > -command => sub { exit }) > -> pack(); > MainLoop;
That script works fine here, when saved as my_script.pl and then packed with pp $ pp -o my_script my_script.pl $ ./my_script Cheers, Roderich
Subject: Re: [rt.cpan.org #59430] fail in mac OSX 10.3.9 perl5 (revision 5.0 version 8 subversion 1 RC3)
Date: Fri, 16 Jul 2010 13:30:17 -0400
To: bug-PAR [...] rt.cpan.org
From: mitchell lafferty <coolspeedy6 [...] gmail.com>
I will try later on a different OS It may be newline problems -- /\/\ |_
Subject: Re: [rt.cpan.org #59430] fail in mac OSX 10.3.9 perl5 (revision 5.0 version 8 subversion 1 RC3)
Date: Fri, 16 Jul 2010 13:47:59 -0400
To: bug-PAR [...] rt.cpan.org
From: mitchell lafferty <coolspeedy6 [...] gmail.com>
did this: Show quoted text
> #!/usr/bin/perl > use Tk; > # Main Window > my $mw = new MainWindow; > my $label = $mw -> Label(-text=>"Hello World") -> pack(); > my $button = $mw -> Button(-text => "Quit", > -command => sub { exit }) > -> pack(); > MainLoop;
That script works fine here, when saved as my_script.pl and then packed with pp $ pp -o my_script my_script.pl $ ./my_script this time no error but exits (no gui): $ /Volumes/NO\ NAME/my_script; exit logout [Process completed] -- /\/\ |_
Subject: Re: [rt.cpan.org #59430] fail in mac OSX 10.3.9 perl5 (revision 5.0 version 8 subversion 1 RC3)
Date: Fri, 16 Jul 2010 14:05:54 -0400
To: bug-PAR [...] rt.cpan.org
From: mitchell lafferty <coolspeedy6 [...] gmail.com>
never mind newlines were messed up, still get error: Can't locate loadable object for module Tk::Event in @INC (@INC contains: CODE(0x1a2d70c) CODE(0x1980dd4) CODE(0x1982454)) at /Library/Perl/5.8.1/PAR/Heavy.pm line 103 Compilation failed in require at Tk.pm line 13. BEGIN failed--compilation aborted at Tk.pm line 13. Compilation failed in require at script/my_script.pl line 2. BEGIN failed--compilation aborted at script/my_script.pl line 2. Undefined subroutine &Tk::Event::CleanupGlue called at Tk/Event.pm line 3. END failed--call queue aborted. logout [Process completed]
Subject: Re: [rt.cpan.org #59430] fail in mac OSX 10.3.9 perl5 (revision 5.0 version 8 subversion 1 RC3)
Date: Fri, 16 Jul 2010 15:12:38 -0400
To: bug-PAR [...] rt.cpan.org
From: mitchell lafferty <coolspeedy6 [...] gmail.com>
had to use this guide to install PAR: http://cpanforum.com/threads/12424 could that be the problem -- /\/\ |_
Subject: Re: [rt.cpan.org #59430] fail in mac OSX 10.3.9 perl5 (revision 5.0 version 8 subversion 1 RC3)
Date: Fri, 16 Jul 2010 15:17:04 -0400
To: bug-PAR [...] rt.cpan.org
From: mitchell lafferty <coolspeedy6 [...] gmail.com>
On Fri, Jul 16, 2010 at 3:12 PM, mitchell lafferty <coolspeedy6@gmail.com>wrote: Show quoted text
> had to use this guide to install PAR: http://cpanforum.com/threads/12424 > could that be the problem > -- > /\/\ |_ >
I used the latest version and had to do this -- /\/\ |_
Subject: Re: [rt.cpan.org #59430] fail in mac OSX 10.3.9 perl5 (revision 5.0 version 8 subversion 1 RC3)
Date: Sat, 17 Jul 2010 18:12:19 -0400
To: bug-PAR [...] rt.cpan.org
From: mitchell lafferty <coolspeedy6 [...] gmail.com>
unziped my_script.par found #line 1 "Tk/Event.pm" package Tk::Event; use vars qw($VERSION $XS_VERSION @EXPORT_OK); END { CleanupGlue() } $VERSION = '4.024'; # was: sprintf '4.%03d', q$Revision: #15 $ =~ /\D(\d+)\s*$/; $XS_VERSION = '804.029'; $XS_VERSION = eval $XS_VERSION; use base qw(Exporter); use XSLoader; @EXPORT_OK = qw($XS_VERSION DONT_WAIT WINDOW_EVENTS FILE_EVENTS TIMER_EVENTS IDLE_EVENTS ALL_EVENTS); XSLoader::load 'Tk::Event',$XS_VERSION; require Tk::Event::IO; 1; __END__ and: #line 1 "Tk/Event/IO.pm" package Tk::Event::IO; use strict; use Carp; use vars qw($VERSION @EXPORT_OK); $VERSION = '4.009'; # sprintf '4.%03d', q$Revision: #8 $ =~ /\D(\d+)\s*$/; use base qw(Exporter); use Symbol (); @EXPORT_OK = qw(READABLE WRITABLE); sub PrintArgs { my $func = (caller(1))[3]; print "$func(",join(',',@_),")\n"; } sub PRINT { my $obj = shift; $obj->wait(WRITABLE); my $h = $obj->handle; return print $h @_; } sub PRINTF { my $obj = shift; $obj->wait(WRITABLE); my $h = $obj->handle; return printf $h @_; } sub WRITE { my $obj = $_[0]; $obj->wait(WRITABLE); return syswrite($obj->handle,$_[1],$_[2]); } my $depth = 0; sub READLINE { my $obj = shift; $obj->wait(READABLE); my $h = $obj->handle; my $w = <$h>; return $w; } sub READ { my $obj = $_[0]; $obj->wait(READABLE); my $h = $obj->handle; return sysread($h,$_[1],$_[2],defined $_[3] ? $_[3] : 0); } sub GETC { my $obj = $_[0]; $obj->wait(READABLE); my $h = $obj->handle; return getc($h); } sub CLOSE { my $obj = shift; $obj->unwatch; my $h = $obj->handle; return close($h); } sub EOF { my $obj = shift; my $h = $obj->handle; return eof($h); } sub FILENO { my $obj = shift; my $h = $obj->handle; return fileno($h); } sub imode { my $mode = shift; my $imode = ${{'readable' => READABLE(), 'writable' => WRITABLE()}}{$mode}; croak("Invalid handler type '$mode'") unless (defined $imode); return $imode; } sub fileevent { my ($widget,$file,$mode,$cb) = @_; my $imode = imode($mode); unless (ref $file) { no strict 'refs'; $file = Symbol::qualify($file,(caller)[0]); $file = \*{$file}; } my $obj = tied(*$file); unless ($obj && $obj->isa('Tk::Event::IO')) { $obj = tie *$file,'Tk::Event::IO', $file; } if (@_ == 3) { # query return the handler return $obj->handler($imode); } else { # set the handler my $h = $obj->handler($imode,$cb); undef $obj; # Prevent warnings about untie with ref to object unless ($h) { untie *$file; } } } 1; __END__ -- /\/\ |_

Message body is not shown because it is too large.

Subject: Re: [rt.cpan.org #59430] fail in mac OSX 10.3.9 perl5 (revision 5.0 version 8 subversion 1 RC3)
Date: Sat, 17 Jul 2010 18:29:16 -0400
To: bug-PAR [...] rt.cpan.org
From: mitchell lafferty <coolspeedy6 [...] gmail.com>
found a work around my_script.pl to my_script.par my_script.par to executable
On 2010-07-17 18:29:24, coolspeedy6@gmail.com wrote: Show quoted text
> found a work around > > my_script.pl to my_script.par > my_script.par to executable
That should produce the same result (depending on the options used). Please, instead of tossing us snippets that we can't make any sense of, tell us the following: - the actual, excact commands you used in the above setps - the actual, exact command you originally used to pack my_script.pl (resulting in a non-functional executable) - the OS and Perl version you tried this on - the versions of PAR::Packer, PAR and Module::ScanDeps involved - did you build PAR::Packer yourself (on the same machine where you tried packing my_script.pl)? did "make test" run successfully? Also can you run unzip -l some_packed_executable | grep Tk on both the original (non-functional) executable and the one produced in the above steps? Cheers, Roderich
Subject: Re: [rt.cpan.org #59430] fail in mac OSX 10.3.9 perl5 (revision 5.0 version 8 subversion 1 RC3)
Date: Sun, 18 Jul 2010 16:56:05 -0400
To: bug-PAR-Packer [...] rt.cpan.org
From: mitchell lafferty <coolspeedy6 [...] gmail.com>
sorry here is more detail perl info using perl -V: $ perl -V Summary of my perl5 (revision 5.0 version 8 subversion 1 RC3) configuration: Platform: osname=darwin, osvers=7.0, archname=darwin-thread-multi-2level uname='darwin b43.apple.com 7.0 darwin kernel version 8.3.0: mon oct 3 20:04:04 pdt 2005; root:xnu-792.6.22.obj~2release_ppc power macintosh powerpc ' config_args='-ds -e -Dprefix=/usr -Dccflags=-g -pipe -Dldflags=-Dman3ext=3pm -Duseithreads -Duseshrplib' hint=recommended, useposix=true, d_sigaction=define usethreads=define use5005threads=undef useithreads=define usemultiplicity=define useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-g -pipe -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include', optimize='-Os', cppflags='-no-cpp-precomp -g -pipe -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include' ccversion='', gccversion='3.3 20030304 (Apple Computer, Inc. build 1495)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags ='-L/usr/local/lib' libpth=/usr/local/lib /usr/lib libs=-ldbm -ldl -lm -lc perllibs=-ldl -lm -lc libc=/usr/lib/libc.dylib, so=dylib, useshrplib=true, libperl=libperl.dylib gnulibc_version='' Dynamic Linking: dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags='-bundle -undefined dynamic_lookup -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT Locally applied patches: RC3 SPRINTF0 - fixes for sprintf formatting issues - CVE-2005-3962 Built under darwin Compiled at Oct 13 2006 23:53:57 @INC: /System/Library/Perl/5.8.1/darwin-thread-multi-2level /System/Library/Perl/5.8.1 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1 /Library/Perl /Network/Library/Perl/5.8.1/darwin-thread-multi-2level /Network/Library/Perl/5.8.1 /Network/Library/Perl . versions: cpan[7]> install PAR::Packer PAR::Packer is up to date (1.006). cpan[8]> install PAR PAR is up to date (1.000). cpan[9]> install Module::ScanDeps Module::ScanDeps is up to date (0.97). cpan[10]> had to use this guide to install PAR::Packer: http://cpanforum.com/threads/12424 because i get this error CPAN.pm: Going to build R/RS/RSCHUPP/PAR-Packer-1.006.tar.gz *** You have extra Perl library paths set in your environment. Please note that these paths (set with PERL5LIB or PERLLIB) are not honored by perl when running under taint mode, which may lead to problems. This is a limitation (by design) of Perl, not of PAR::Packer; but some of the problems may manifest here during installation. Checking if your kit is complete... Looks good Writing Makefile for the par program Writing Makefile for PAR::Packer cp lib/PAR/StrippedPARL/Static.pm blib/lib/PAR/StrippedPARL/Static.pm cp lib/PAR/Filter/Bleach.pm blib/lib/PAR/Filter/Bleach.pm cp lib/PAR/Filter/PodStrip.pm blib/lib/PAR/Filter/PodStrip.pm cp lib/PAR/Packer.pm blib/lib/PAR/Packer.pm cp lib/PAR/StrippedPARL/Dynamic.pm blib/lib/PAR/StrippedPARL/Dynamic.pm cp lib/PAR/Filter.pm blib/lib/PAR/Filter.pm cp lib/PAR/StrippedPARL/Base.pm blib/lib/PAR/StrippedPARL/Base.pm cp lib/App/Packer/PAR.pm blib/lib/App/Packer/PAR.pm cp lib/PAR/Filter/Bytecode.pm blib/lib/PAR/Filter/Bytecode.pm cp lib/PAR/Filter/Obfuscate.pm blib/lib/PAR/Filter/Obfuscate.pm cp lib/pp.pm blib/lib/pp.pm cp lib/PAR/Filter/PatchContent.pm blib/lib/PAR/Filter/PatchContent.pm /usr/bin/perl sha1.c.PL sha1.c cc -c -g -pipe -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -I/System/Library/Perl/5.8.1/darwin-thread-multi-2level/CORE -DPARL_EXE=\"parl\" -Os main.c 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 make: *** [subdirs] Error 2 RSCHUPP/PAR-Packer-1.006.tar.gz /usr/bin/make -- NOT OK Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible Failed during this command: RSCHUPP/PAR-Packer-1.006.tar.gz : make NO I Built my_script.pl without error using tkpp (GUI sorry) with source file being my_script.pl outfile being myscript.par then with source file being my_script.par outfile being myscript_exec doing it with this: $ pp -o my_script my_script.pl $ ./my_script or tkpp: with source file being my_script.pl outfile being myscript_exec gave errors: Can't locate loadable object for module Tk::Event in @INC (@INC contains: CODE(0x1a2d70c) CODE(0x1980dd4) CODE(0x1982454)) at /Library/Perl/5.8.1/PAR/Heavy. pm line 103 Compilation failed in require at Tk.pm line 13. BEGIN failed--compilation aborted at Tk.pm line 13. Compilation failed in require at script/my_script.pl line 2. BEGIN failed--compilation aborted at script/my_script.pl line 2. Undefined subroutine &Tk::Event::CleanupGlue called at Tk/Event.pm line 3. END failed--call queue aborted. logout [Process completed]
Subject: Re: [rt.cpan.org #59430] fail in mac OSX 10.3.9 perl5 (revision 5.0 version 8 subversion 1 RC3)
Date: Sun, 18 Jul 2010 17:49:01 -0400
To: bug-PAR-Packer [...] rt.cpan.org
From: mitchell lafferty <coolspeedy6 [...] gmail.com>

Message body is not shown because it is too large.

Message body is not shown because it is too large.

On 2010-07-18 17:49:20, coolspeedy6@gmail.com wrote: Thanks for your information. Show quoted text
> 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. Show quoted text
> $ 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 Show quoted text
> 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. Show quoted text
> non-functional executable: > > $ unzip -l /Volumes/NO\ NAME/my\ __/misc\ code/myscript_exec | grep Tk > 18860 07-18-10 17:25 lib/Tk.pm
... Show quoted text
> > 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
Subject: Re: [rt.cpan.org #59430] fail in mac OSX 10.3.9 perl5 (revision 5.0 version 8 subversion 1 RC3)
Date: Mon, 19 Jul 2010 12:32:58 -0400
To: bug-PAR-Packer [...] rt.cpan.org
From: mitchell lafferty <coolspeedy6 [...] gmail.com>
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
On 2010-07-19 12:33:22, coolspeedy6@gmail.com wrote: Show quoted text
> > $ make test TEST_VERBOSE=1 > ... > ok 14 - pp_minus_c_hello > ^Cmake: *** [test_dynamic] Interrupt
Why did you interrupt "make test" here? Cheers, Roderich
Subject: Re: [rt.cpan.org #59430] fail in mac OSX 10.3.9 perl5 (revision 5.0 version 8 subversion 1 RC3)
Date: Tue, 20 Jul 2010 11:42:52 -0400
To: bug-PAR-Packer [...] rt.cpan.org
From: mitchell lafferty <coolspeedy6 [...] gmail.com>
to get to the point, because it will repeat with same error (it was slow too)
On 2010-07-20 11:43:02, coolspeedy6@gmail.com wrote: Show quoted text
> to get to the point, because it will repeat with same error (it was slow > too)
The point is to run the test suite completely. And yes, it's slow - depending on your machine, it may take half an hour or so. Anyway, there are enough serious failures to conclude that PAR::Packer simply doesn't work with your configuration :( Cheers, Roderich
Subject: Re: [rt.cpan.org #59430] fail in mac OSX 10.3.9 perl5 (revision 5.0 version 8 subversion 1 RC3)
Date: Thu, 22 Jul 2010 13:36:16 -0400
To: bug-PAR-Packer [...] rt.cpan.org
From: mitchell lafferty <coolspeedy6 [...] gmail.com>
ok thanks
Subject: Re: [rt.cpan.org #59430] fail in mac OSX 10.3.9 perl5 (revision 5.0 version 8 subversion 1 RC3)
Date: Thu, 19 Aug 2010 20:20:30 -0400
To: bug-PAR-Packer [...] rt.cpan.org
From: mitchell lafferty <coolspeedy6 [...] gmail.com>
Close this bug upgrade of perl to v5.12.1 solved this -- /\/\ |_
On 2010-08-19 20:20:40, coolspeedy6@gmail.com wrote: Show quoted text
> Close this bug > upgrade of perl to v5.12.1 solved this
Thanks, Roderich