Skip Menu |

This queue is for tickets about the Params-Validate CPAN distribution.

Report information
The Basics
Id: 53018
Status: resolved
Priority: 0/
Queue: Params-Validate

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

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



Subject: Params-Validate build fails
Date: Wed, 23 Dec 2009 14:20:07 -0800
To: bug-Params-Validate [...] rt.cpan.org
From: Keith Thomas <kttradesltd [...] gmail.com>
Hi After I run 'perl Build.pl' and run the Build.bat I recieve the following and the module fails to load: D:\Perl\Params-Validate-0.94\Params-Validate-0.94>perl Build.PL Checking whether your kit is complete... Looks good Checking prerequisites... Looks good Creating new 'Build' script for 'Params-Validate' version '0.94' D:\Perl\Params-Validate-0.94\Params-Validate-0.94>Build.bat Copying lib\Params\Validate.pm -> blib\lib\Params\Validate.pm Copying lib\Attribute\Params\Validate.pm -> blib\lib\Attribute\Params\Validate.p m Copying lib\Params\ValidatePP.pm -> blib\lib\Params\ValidatePP.pm Copying lib\Params\ValidateXS.pm -> blib\lib\Params\ValidateXS.pm lib\Params\Validate.xs -> lib\Params\Validate.c Generating script 'lib\Params\Validate.ccs' cl -nologo -c @"lib\Params\Validate.ccs" -Fo"lib\Params\Validate.obj" "lib\Param s\Validate.c" Validate.c ExtUtils::Mkbootstrap::Mkbootstrap('blib\arch\auto\Params\Validate\Validate.bs') Generating script 'lib\Params\Validate.lds' link @"lib\Params\Validate.lds" -out:"blib\arch\auto\Params\Validate\Validate.dl l" Creating library lib\Params\Validate.lib and object lib\Params\Validate.exp mt -nologo -manifest "lib\Params\Validate.dll.manifest" -outputresource:"blib\ar ch\auto\Params\Validate\Validate.dll";2 lib\Params\Validate.dll.manifest : general error c1010070: Failed to load and pa rse the manifest. The system cannot find the file specified. Manifying blib\lib/Params/ValidateXS.pm -> blib\libdoc\Params.ValidateXS.3 Manifying blib\lib/Params/Validate.pm -> blib\libdoc\Params.Validate.3 Manifying blib\lib/Params/ValidatePP.pm -> blib\libdoc\Params.ValidatePP.3 Manifying blib\lib/Attribute/Params/Validate.pm -> blib\libdoc\Attribute.Params. Validate.3 HTMLifying blib\lib\Params\ValidateXS.pm -> blib\libhtml\site\lib\Params\Validat eXS.html HTMLifying blib\lib\Params\Validate.pm -> blib\libhtml\site\lib\Params\Validate. html HTMLifying blib\lib\Params\ValidatePP.pm -> blib\libhtml\site\lib\Params\Validat ePP.html HTMLifying blib\lib\Attribute\Params\Validate.pm -> blib\libhtml\site\lib\Attrib ute\Params\Validate.html +++ I am on Vista Ent with VS 9.0 with the vsvars32.bat loaded
Subject: Re: [rt.cpan.org #53018] Params-Validate build fails
Date: Thu, 24 Dec 2009 13:48:18 -0600 (CST)
To: Keith Thomas via RT <bug-Params-Validate [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
Can you try upgrading Module::Build, ExtUtils::ParseXS, and ExtUtils::CBuilder if they're not already up to date? Also, are you using strawberry Perl or activestate? -dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/
Subject: Re: [rt.cpan.org #53018] Params-Validate build fails
Date: Thu, 24 Dec 2009 15:55:57 -0800
To: bug-Params-Validate [...] rt.cpan.org
From: Keith Thomas <kttradesltd [...] gmail.com>
Hi Its just not my day... ExtUtils::ParseXS failed miserably when I tried to load it - there was also other out-of-date pm's it wanted updated. Two of the three wouldn't unzip into their paths. I had to go thru with the Manaifest and move things to where they needed to be (ExtParse::ParseXS did it too) when I finally got to the point where I could load it, it started throwing an error telling me it couldn't find MSVCR90.dll which is in the path at least once - I did fire of the vsvars32.bat before starting - so the long and short of it is that I am not any closer than I was - I am really feeling like just formatting my hard drive and getting really drunk on eggnog about now... Truthfully I suspect this whole wild ride has somehow corrupted my install of (activestate) Perl 5.8.9 - I think I will go at least as far as reinstalling it... sigh Thanks for the help and have a good holiday Keith On Thu, Dec 24, 2009 at 11:48 AM, autarch@urth.org via RT < bug-Params-Validate@rt.cpan.org> wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=53018 > > > Can you try upgrading Module::Build, ExtUtils::ParseXS, and > ExtUtils::CBuilder if they're not already up to date? > > Also, are you using strawberry Perl or activestate? > > > -dave > > /*============================================================ > http://VegGuide.org http://blog.urth.org > Your guide to all that's veg House Absolute(ly Pointless) > ============================================================*/ > >
Subject: Re: [rt.cpan.org #53018] Params-Validate build fails
Date: Thu, 24 Dec 2009 18:23:04 -0600 (CST)
To: Keith Thomas via RT <bug-Params-Validate [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Thu, 24 Dec 2009, Keith Thomas via RT wrote: Show quoted text
> ExtUtils::ParseXS failed miserably when I tried to load it - there was also > other out-of-date pm's it wanted updated. Two of the three wouldn't unzip > into their paths. I had to go thru with the Manaifest and move things to > where they needed to be (ExtParse::ParseXS did it too) when I finally got to > the point where I could load it, it started throwing an error telling me it > couldn't find MSVCR90.dll which is in the path at least once - I did fire > of the vsvars32.bat before starting - so the long and short of it is that I > am not any closer than I was - I am really feeling like just formatting my > hard drive and getting really drunk on eggnog about now... > Truthfully I suspect this whole wild ride has somehow corrupted my install > of (activestate) Perl 5.8.9 - I think I will go at least as far as > reinstalling it... sigh
Aha, you're using ActiveState. Historically, most AS Perl folks use PPMs to install modules. Trying to use the CPAN shell may or may not work (never did for me). I'd suggest either using PPMs _or_ installing Strawberry Perl. Either way, I'm going to close this ticket. Please don't respond directly, as it will re-open the ticket. -dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/