| Store | Cart

PAR failure

From: John <Lis...@jspect.fastmail.fm>
Thu, 13 Nov 2014 13:25:52 +1100
Hi

Recently updated a bunch of modules via PPM for my current version of 
ActiveState Perl on Win XP:
---------------------------
Thu 12:04> perl -v

This is perl 5, version 14, subversion 2 (v5.14.2) built for MSWin32- 
x86-multi-thread (with 1 registered patch, see perl -V for more detail)

Copyright 1987-2011, Larry Wall

Binary build 1402 [295342] provided by ActiveState 
http://www.ActiveState.com
Built Oct  7 2011 15:49:44

With PAR:
---------
Thu 12:20> perl -MPAR -e "print \"\$PAR::VERSION = $PAR::VERSION\n\""
$PAR::VERSION = 1.005

I get this:
-----------
Thu 12:16> pp -o hello.exe -e "print \"hello world\n\""
Set up gcc environment - 3.4.5 (mingw-vista special r3)
Attempt to reload Config.pm aborted.
Compilation failed in require at C:/bin/Perl/Perl514/lib/Errno.pm line 8.
BEGIN failed--compilation aborted at C:/bin/Perl/Perl514/lib/Errno.pm 
line 8.
Compilation failed in require at C:/bin/Perl/Perl514/lib/File/Temp.pm 
line 148.
BEGIN failed--compilation aborted at 
C:/bin/Perl/Perl514/lib/File/Temp.pm line 148.
Compilation failed in require at C:/bin/Perl/Perl514/lib/Archive/Zip.pm 
line 14.
BEGIN failed--compilation aborted at 
C:/bin/Perl/Perl514/lib/Archive/Zip.pm line 14.
Compilation failed in require at -e line 228.
C:\bin\Perl\Perl514\site\bin/pp: Failed to extract a parl from 
'PAR::StrippedPARL::Static' to file 'C:\DOCUME~1\John\LOC
ALS~1\Temp\parlsmIWHrx.exe' at 
C:/bin/Perl/Perl514/site/lib/PAR/Packer.pm line 1158, <DATA> line 1.

These point to:
---------------
Errno.pm line 8. ==> use Config;
File/Temp.pm line 148. ==> use Errno;
Archive/Zip.pm line 14. ==> use File::Temp          ();

File write dates (dd/mm/yyyy):
------------------------------
09/03/2014  12:45           3,371  Config.pm
07/10/2011  15:47           5,787  Errno.pm

Config.pm appears to have been re-written earlier this year, probably 
not relevant. I suspect this issue might have something to do with the 
"gcc environment" but don't really know where/what to look for.

Any assistance would be appreciated.
"Clueless" John



-- 
Regards
    John McMahon
       lis...@jspect.fastmail.fm


_______________________________________________
Perl-Win32-Users mailing list
Perl...@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Recent Messages in this Thread
John Nov 13, 2014 02:25 am
sisy...@optusnet.com.au Nov 14, 2014 03:21 pm
John Nov 15, 2014 12:27 pm
Messages in this thread

Previous post: RE: SFTP
Next post: Re: PAR failure