Wed May 07 16:23:54 2014: Request 95417 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: PAR-Packer
Subject: Perl pp error: Seeking some info
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: [email protected]
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=95417 >
On 2014-05-07 11:41:43, [email protected] wrote:
> > /usr/intel/pkgs/perl/5.14.1/bin/perl -V
...
> %ENV:
> PERL5LIB="/p/foundry/eda/em64t_SLES10/oascript/v1.0-
> 2011.10.19/perl5:/p/foundry/env/lib/perl/1.11/em64t_SLES10/lib:/p/foundry/env/lib/perl/1.11/em64t_SLES10/lib/site_perl:/p/foundry/env/proj_utils/lib/perl"
Dunno what's in these trees. Just to rule out any interference, can you please
$ unset PERL5LIB
# rebuild and check the "hello world" example
$ pp -o hello.exe -e 'print "hello world\n"'
$ ./hello.exe
If this still fails, your installation of PAR::Packer is broken.
> Could you give a pointer to the temp file/directory created?
The per-user, per-packed-executable temp directory is
${TMPDIR-/tmp}/par-<USER>/<SHA1>
Cheers, Roderich