Discussion:
[rt.cpan.org #123063] pp.bat: Failed to extract a parl from 'PAR::StrippedPARL::Static'
(too old to reply)
Sean via RT
2017-09-17 19:48:03 UTC
Permalink
Sun Sep 17 15:48:03 2017: Request 123063 was acted upon.
Transaction: Ticket created by ***@gmail.com
Queue: PAR-Packer
Subject: pp.bat: Failed to extract a parl from 'PAR::StrippedPARL::Static'
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: ***@gmail.com
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=123063 >


I was using ASP PDK to convert a few my perl scripts to binary. ASP PDK
is no longer available. I switched to “PAR-Packer” instead.

Perl: ASP perl 5.24.1 x64

PAR-Packer-1.037

OS: windows 10 home x64

I use TKPP to setup  environment. everything seem to go well (I do not
see any error/warning messages except for the very last two lines.

1. Is I choose Scan dependencies  "execute only", "execute+static",  ,
then I see my script GUI on the screen and it runs fine.
2. All other Scan dependency options cause the same failure.

C:\Perl64\site\bin\pp.bat: ... adding
Q:/W_PERL/SMT_DISTRO/SmT/desktop.ini as W_PERL/SMT_DISTRO/SmT/desktop.ini

C:\Perl64\site\bin\pp.bat: ... adding
Q:/W_PERL/_000_Dev/Netlister/Icon/netlist.ico as
W_PERL/_000_Dev/Netlister/Icon/netlist.ico

C:\Perl64\site\bin\pp.bat: Generating a fresh 'parl'.

C:\Perl64\site\bin\pp.bat: Failed to extract a parl from
'PAR::StrippedPARL::Static' to file
'C:\Users\SM\AppData\Local\Temp\parlGiqenzz.exe'


When I check the temp folder "C:\Users\SM\AppData\Local\Temp" I do not
see "parlGiqenzz.exe"
--
Regards,
Sean
Roderich Schupp via RT
2017-09-17 22:08:57 UTC
Permalink
Sun Sep 17 18:08:56 2017: Request 123063 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: PAR-Packer
Subject: pp.bat: Failed to extract a parl from 'PAR::StrippedPARL::Static'
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: ***@gmail.com
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=123063 >
Post by Sean via RT
I was using ASP PDK to convert a few my perl scripts to binary. ASP PDK
is no longer available. I switched to “PAR-Packer” instead.
Perl: ASP perl 5.24.1 x64
PAR-Packer-1.037
OS: windows 10 home x64
Where did you get PAR::Packer from - did you build it yourself?
If so, did you run successfully "make test"?

Cheers, Roderich
Sean via RT
2017-09-17 22:50:52 UTC
Permalink
Sun Sep 17 18:50:51 2017: Request 123063 was acted upon.
Transaction: Correspondence added by ***@gmail.com
Queue: PAR-Packer
Subject: Re: [rt.cpan.org #123063] pp.bat: Failed to extract a parl from 'PAR::StrippedPARL::Static'
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: ***@gmail.com
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=123063 >


Hi Roerich,

I installed my copy from ASP using the ASP PPM. However, I just
downloaded the same package from CPAN (PAR-Packer-1.037)

and run the command "CPAN" to make and install, it fails at the end, I
hope you can help.

Log file is attached
Post by Sean via RT
<URL: https://rt.cpan.org/Ticket/Display.html?id=123063 >
Post by Sean via RT
I was using ASP PDK to convert a few my perl scripts to binary. ASP PDK
is no longer available. I switched to “PAR-Packer” instead.
Perl: ASP perl 5.24.1 x64
PAR-Packer-1.037
OS: windows 10 home x64
Where did you get PAR::Packer from - did you build it yourself?
If so, did you run successfully "make test"?
Cheers, Roderich
--
Regards,
Sean
Sean via RT
2017-09-18 00:16:29 UTC
Permalink
Sun Sep 17 20:16:28 2017: Request 123063 was acted upon.
Transaction: Correspondence added by ***@gmail.com
Queue: PAR-Packer
Subject: Re: [rt.cpan.org #123063] pp.bat: Failed to extract a parl from 'PAR::StrippedPARL::Static'
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: ***@gmail.com
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=123063 >


I also uninstalled PAR-Packer-1.37 and installed 1.35 from ASP. The
outcome is the same.
Post by Sean via RT
<URL: https://rt.cpan.org/Ticket/Display.html?id=123063 >
Post by Sean via RT
I was using ASP PDK to convert a few my perl scripts to binary. ASP PDK
is no longer available. I switched to “PAR-Packer” instead.
Perl: ASP perl 5.24.1 x64
PAR-Packer-1.037
OS: windows 10 home x64
Where did you get PAR::Packer from - did you build it yourself?
If so, did you run successfully "make test"?
Cheers, Roderich
--
Regards,
Sean
Roderich Schupp via RT
2017-09-18 12:28:39 UTC
Permalink
Mon Sep 18 08:28:36 2017: Request 123063 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: PAR-Packer
Subject: pp.bat: Failed to extract a parl from 'PAR::StrippedPARL::Static'
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: ***@gmail.com
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=123063 >
Post by Sean via RT
and run the command "CPAN" to make and install, it fails at the end, I
hope you can help.
Log file is attached
... and it says:

windres -i winres/pp.rc -o ppresource.coff --input-format=rc --output-format=coff --target=pe-x86-64
'windres' is not recognized as an internal or external command, operable program or batch file.

You need to install the windres program. It should have come with gcc
(wherever you got C:\Perl64\site\bin\gcc.exe from). Otherwise google for it.

Cheers, Roderich
Roderich Schupp via RT
2017-10-02 07:38:21 UTC
Permalink
Mon Oct 02 03:38:20 2017: Request 123063 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: PAR-Packer
Subject: pp.bat: Failed to extract a parl from 'PAR::StrippedPARL::Static'
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: ***@gmail.com
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=123063 >


No further information, closing this ticket.

Loading...