Mon May 05 12:11:57 2014: Request 94250 was acted upon. Transaction: Correspondence added by corina...@gmail.com Queue: PAR Subject: Re: [rt.cpan.org #94250] PAR::Packer on OS X and the Classic environment Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: corina...@gmail.com Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=94250 >
Dear Roderich, Sorry for this late answer. Here is the additional information you've requested: *- the system that you "packed" your script runs OSX 10.6, right?* *YES* *- you tried to run the resulting executable on the same system?* *ON SEVERAL SYSTEMS: the error message is the same* * - why didn't you use the system Perl?* *I am testing a script that a friend has written and he has specifically asked that I use Perlbrew and Perl 5.16.0 * *- where did you get PAR::Packer from:* *I got it after having installed CPANM and then by typing "cpanm PAR::Packer " in the command line* * - did you build it yourself on the OSX 10.6 machine?* *All the automatic tests went fine*, so I guess it was successfully built. I must say that I have a fairly limited experience with Perl and am a beginner in programming. *- using the same Perl as when you did the packing?* *YES* * - did you run the test suite and did it pass?* *See above* * - does the problem happen with a trivial script, e.g.* *YES* Thank you for the time taken to consider this. Best, Corina On Mon, Apr 7, 2014 at 9:33 AM, Roderich Schupp via RT <bug-...@rt.cpan.org>wrote: > <URL: https://rt.cpan.org/Ticket/Display.html?id=94250 > > > Hi Corina, > > could you provide some more information: > > - the system that you "packed" your script runs OSX 10.6, right? > - you tried to run the resulting executable on the same system? > - why didn't you use the system Perl? > - where did you get PAR::Packer from: > - did you build it yourself on the OSX 10.6 machine? > - using the same Perl as when you did the packing? > - did you run the test suite and did it pass? > - does the problem happen with a trivial script, e.g. > > $ pp -o hello.exe -e 'print "hello, world\n"' > $ ./hello.exe > > Cheers, Roderich > >