Thu Aug 05 09:07:48 2010: Request 59710 was acted upon.
Transaction: Correspondence added by RSCHUPP
       Queue: PAR-Packer
     Subject: Par-Packer not including all dependencies
   Broken in: (no value)
    Severity: (no value)
       Owner: RSCHUPP
  Requestors: kalo...@digsys.bg
      Status: open
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=59710 >


On 2010-07-29 12:00:15, kalo...@digsys.bg wrote:
> Hi,
> Sorry, but it didn't help. I even try from pp from the build to be
sure :-(

(Note: That doesn't prove much, because pp is a minimalistic
script that mostly does "use pp" which means that you get the
installed version of pp.pm etc anyway)

The build log looks good which means I'm running out of ideas
that can explain what's going on. One last shot: can you try
(the first command consists of a single long line):

$ pp -o princ2.exe -e 'print "INC = @INC\n";
    print "PAR::SetupTemp::PARTemp = $PAR::SetupTemp::PARTemp\n"; 
    print "ENV{$_} = $ENV{$_}\n" foreach grep /^PAR_/, keys %ENV;'
$ ./princ2.exe


If that doesn't clear things up I have to find a way to debug
a packed executable.

Cheers, Roderich

Reply via email to