Fri May 30 12:41:42 2014: Request 95417 was acted upon.
Transaction: Correspondence added by angan....@intel.com
       Queue: PAR-Packer
     Subject: RE: [rt.cpan.org #95417] Perl pp error: Seeking some info
   Broken in: (no value)
    Severity: (no value)
       Owner: Nobody
  Requestors: angan....@intel.com
      Status: open
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=95417 >


Is there any way to pack all the modules/packages also in the compiled script? 
For e.g., remove all /usr/bin/ kind of dependencies b'cos I see them as strings 
inside the compiled binary. And when I remove those paths (since it needs to be 
shipped to an external customer) thru hacky edits, I see a segmentation fault 
during my run.

- Angan

-----Original Message-----
From: Roderich Schupp via RT [mailto:bug-par-pac...@rt.cpan.org] 
Sent: Wednesday, May 07, 2014 1:24 PM
To: Das, Angan
Subject: [rt.cpan.org #95417] Perl pp error: Seeking some info

<URL: https://rt.cpan.org/Ticket/Display.html?id=95417 >

On 2014-05-07 11:41:43, angan....@intel.com 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

Reply via email to