Can anyone help here? I have ActiveState PERL ...
D:\usr\2008\airedale>perl -v
This is perl, v5.10.0 built for MSWin32-x86-multi-thread
(with 5 registered patches, see perl -V for more detail)
and am trying to build an exe from a perl script and is failing with ....
D:\usr\2008\airedale>pp --icon "D:\usr\2008\airedale\airedale.ico" -o
airedale.exe airedal
e.pl
PAR::StrippedPARL::Static->get_raw() did not return the raw binary data for
a PAR loader a
t C:/Perl/site/lib/PAR/StrippedPARL/Base.pm line 141, <DATA> line 1.
Could not write temporary parl (class PAR::StrippedPARL::Static) to file
'C:\DOCUME~1\ADMI
NI~1\LOCALS~1\Temp\parlKZcz.exe' at
C:/Perl/site/lib/PAR/StrippedPARL/Base.pm line 65, <DA
TA> line 1.
C:\Perl\site\bin/pp: Failed to extract a parl from
'PAR::StrippedPARL::Static' to file 'pa
rl5JlXpsM.exe' at C:/Perl/site/lib/PAR/Packer.pm line 1157, <DATA> line 1.
My pp install was done with perl 'cpan' and the 'force install pp' command
....
D:\usr\2008\airedale>cpan
cpan shell -- CPAN exploration and modules installation (v1.9205)
ReadLine support enabled
cpan> force install pp
Going to read C:\Perl\cpan\Metadata
Database was generated on Mon, 29 Sep 2008 08:27:52 GMT
Running install for module 'pp'
Running make for S/SM/SMUELLER/PAR-Packer-0.982.tar.gz
Checksum for
C:\Perl\cpan\sources\authors\id\S\SM\SMUELLER\PAR-Packer-0.982.tar.gz ok
Scanning cache C:\Perl/cpan/build for sizes
............................................................................DONE
PAR-Packer-0.982/
PAR-Packer-0.982/t/
.
.
.
.
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
C:\Perl\bin\perl.exe "-Iinc" -MExtUtils::Command -e cp script/tkpp
blib\script\tkp
p
pl2bat.bat blib\script\tkpp
C:\Perl\bin\perl.exe "-Iinc" -MExtUtils::Command -e cp script/pp
blib\script\pp
pl2bat.bat blib\script\pp
C:\Perl\bin\perl.exe "-Iinc" -MExtUtils::Command -e cp script/par.pl
blib\script\p
ar.pl
pl2bat.bat blib\script\par.pl
C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0,
'inc', 'blib\
lib', 'blib\arch')" t/00-pod.t t/20-pp.t t/30-current_exec.t
t/00-pod.............skipped
all skipped: Set environment variable PERL_TEST_POD=1 to test POD
t/20-pp..............skipped
all skipped: 'parl' not found
t/30-current_exec....# Please wait
PAR::StrippedPARL::Static->get_raw() did not return the raw binary data for
a PAR loader a
t blib\lib/PAR/StrippedPARL/Base.pm line 141, <DATA> line 1.
Could not write temporary parl (class PAR::StrippedPARL::Static) to file
'C:\DOCUME~1\ADMI
NI~1\LOCALS~1\Temp\parljSoR.exe' at blib\lib/PAR/StrippedPARL/Base.pm line
65, <DATA> line
1.
C:\Perl\cpan\build\PAR-Packer-0.982-vVHBnh\blib\script\pp: Failed to extract
a parl from '
PAR::StrippedPARL::Static' to file 'parlAsld2I4.exe' at
blib\lib/PAR/Packer.pm line 1157,
<DATA> line 1.
# Failed test 'Created
"C:\Perl\cpan\build\PAR-Packer-0.982-vVHBnh\t\test-10.exec"'
# at t/30-current_exec.t line 39.
Failed to create
"C:\Perl\cpan\build\PAR-Packer-0.982-vVHBnh\t\test-10.exec"!
t/30-current_exec....NOK 1/4# Looks like you planned 4 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/30-current_exec....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-4
Failed 4/4 tests, 0.00% okay
Failed Test Stat Wstat Total Fail List of Failed
So, looks like the install failed. Does anyone have a solution ot this?
Looks like there are a few folks out there with the problem, but I do not
see a solution.
Thanks, Richard Hine