Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

Report information
The Basics
Id: 58099
Status: resolved
Priority: 0/
Queue: PAR

People
Owner: Nobody in particular
Requestors: jrattanpal [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: PP Not running
Date: Thu, 3 Jun 2010 15:42:36 -0400
To: bug-PAR [...] rt.cpan.org
From: Jaswinder Rattanpal <jrattanpal [...] gmail.com>
Hi: Install Information: - Perl 5.10.1.1007 - Installed PAR and PAR-Packer via ppm (from http://www.bribes.org/perl/ppm/package.xml) - Installed MingGW - Run "pp -o test.txt test.pl" - Expected: EXE file output Actual: Following error with attached screen shot Set up gcc environment - 3.4.5 (mingw-vista special r3) Can't load 'C:/Perl/lib/auto/IO/IO.dll' for module IO: load_file:The specified procedure could not be found at C:/Perl/lib/XSLoader.pm line 70. at C:/Perl/lib/IO.pm line 11 Compilation failed in require at C:/Perl/lib/IO/Handle.pm line 266. BEGIN failed--compilation aborted at C:/Perl/lib/IO/Handle.pm line 266. Compilation failed in require at C:/Perl/lib/IO/Seekable.pm line 101. BEGIN failed--compilation aborted at C:/Perl/lib/IO/Seekable.pm line 101. Compilation failed in require at C:/Perl/lib/IO/File.pm line 133. BEGIN failed--compilation aborted at C:/Perl/lib/IO/File.pm line 133. Compilation failed in require at -e line 448. C:\Perl\site\bin/pp: Failed to extract a parl from 'PAR::StrippedPARL::Static' to file 'parlHldVVyq.exe' at C:/Perl/site/lib/PAR/Packer.pm line 1155, <DATA> line 1. -- Jaswinder Rattanpal www.rattanpal.com
Download par.JPG
image/jpeg 13.7k

Message body is not shown because sender requested not to inline it.

On 2010-06-03 15:43:07, jrattanpal@gmail.com wrote: Show quoted text
> - Installed PAR and PAR-Packer via ppm (from > http://www.bribes.org/perl/ppm/package.xml)
Your symptoms are typical for a mismatch between the version of your installed Perl and the one used to build the PPM. Please build PAR and PAR::Packer from source. Cheers, Roderich
Subject: Re: [rt.cpan.org #58099] PP Not running
Date: Thu, 3 Jun 2010 16:20:18 -0400
To: bug-PAR [...] rt.cpan.org
From: Jaswinder Rattanpal <jrattanpal [...] gmail.com>
Hi: I tried that but for some reason I am not able to. i am on Windows machine and am using NMake utitlity for this. I get the following error Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. syntax error at -e line 1, next char ) Missing right curly or square bracket at -e line 1, at end of line Execution of -e aborted due to compilation errors. NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0xff' Stop. thanks On Thu, Jun 3, 2010 at 4:15 PM, RSCHUPP via RT <bug-PAR@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=58099 > > > On 2010-06-03 15:43:07, jrattanpal@gmail.com wrote:
> > - Installed PAR and PAR-Packer via ppm (from > > http://www.bribes.org/perl/ppm/package.xml)
> > Your symptoms are typical for a mismatch between the version of > your installed Perl and the one used to build the PPM. > Please build PAR and PAR::Packer from source. > > Cheers, Roderich >
Subject: Re: [rt.cpan.org #58099] PP Not running
Date: Thu, 3 Jun 2010 17:26:41 -0400
To: bug-PAR [...] rt.cpan.org
From: Jaswinder Rattanpal <jrattanpal [...] gmail.com>
Just to add, I have downgraded it to 1006. I found a package for Par-Packer for 1006 from bribes. But it still has same issue. thanks On Thu, Jun 3, 2010 at 4:20 PM, Jaswinder Rattanpal <jrattanpal@gmail.com>wrote: Show quoted text
> Hi: > > I tried that but for some reason I am not able to. i am on Windows machine > and am using NMake utitlity for this. > > I get the following error > > Microsoft (R) Program Maintenance Utility Version 1.50 > Copyright (c) Microsoft Corp 1988-94. All rights reserved. > > syntax error at -e line 1, next char ) > Missing right curly or square bracket at -e line 1, at end of line > Execution of -e aborted due to compilation errors. > NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code > '0xff' > Stop. > > > thanks > > > On Thu, Jun 3, 2010 at 4:15 PM, RSCHUPP via RT <bug-PAR@rt.cpan.org>wrote: >
>> <URL: https://rt.cpan.org/Ticket/Display.html?id=58099 > >> >> On 2010-06-03 15:43:07, jrattanpal@gmail.com wrote:
>> > - Installed PAR and PAR-Packer via ppm (from >> > http://www.bribes.org/perl/ppm/package.xml)
>> >> Your symptoms are typical for a mismatch between the version of >> your installed Perl and the one used to build the PPM. >> Please build PAR and PAR::Packer from source. >> >> Cheers, Roderich >>
> >
On 2010-06-03 17:27:09, jrattanpal@gmail.com wrote: Show quoted text
> Just to add, I have downgraded it to 1006. I found a package for Par- > Packer > for 1006 from bribes. But it still has same issue.
IIRC ActiveState build 1006 is Perl 5.10.0? PAR::Packer simply does NOT work with 5.10.0 (changes in 5.10.0 broke its ability to intercept the loading of XS modules, 5.10.1 reverted these). Cheers, Roderich
Subject: RE: [rt.cpan.org #58099] PP Not running
Date: Fri, 4 Jun 2010 08:29:31 -0700
To: <bug-PAR [...] rt.cpan.org>, <par [...] perl.org>
From: "Jan Dubois" <jand [...] activestate.com>
On Thu, 03 Jun 2010, Jaswinder Rattanpal via RT wrote: Show quoted text
> > I tried that but for some reason I am not able to. i am on Windows machine > and am using NMake utitlity for this. > > I get the following error > > Microsoft (R) Program Maintenance Utility Version 1.50 > Copyright (c) Microsoft Corp 1988-94. All rights reserved. > > syntax error at -e line 1, next char ) > Missing right curly or square bracket at -e line 1, at end of line > Execution of -e aborted due to compilation errors. > NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code > '0xff'
You cannot use nmake.exe with MinGW, at least not with ActivePerl. You have to use dmake.exe for MinGW (and nmake.exe for VC). ExtUtils::MakeMaker automatically generates the Makefile in the correct syntax for each make utility, and they are unfortunately not compatible. Cheers, -Jan
No follow up, closing this ticket