Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: stephane [...] thefrenchies.com
Cc:
AdminCc:

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



Subject: no way to install/compil on windows strawberry
Hi, I am a beginner in perl and while I tried to install DateTime, I had to install dependancy and then Params::Validate, but this one return an error during install (see at bottom). The install is clean so I got g++ and dmake. error : Show quoted text
---- Unsatisfied dependencies detected during ---- ---- DROLSKY/DateTime-Locale-0.45.tar.gz ---- Params::Validate [requires] Running Build test Delayed until after prerequisites Running Build install Delayed until after prerequisites Running install for module 'Params::Validate' Running make for D/DR/DROLSKY/Params-Validate-0.95.tar.gz Checksum for C:\strawberry\cpan\sources\authors\id\D\DR\DROLSKY\Params- Validate-0.95.tar.gz ok CPAN.pm: Going to build D/DR/DROLSKY/Params-Validate-0.95.tar.gz Le système ne peut exécuter le programme spécifié. Le système ne peut exécuter le programme spécifié. Warning: ExtUtils::CBuilder not installed or no compiler detected Proceeding with configuration, but compilation may fail during Build Creating new 'MYMETA.yml' with configuration results Creating new 'Build' script for 'Params-Validate' version '0.95' Building Params-Validate Error: no compiler detected to compile 'lib\Params\Validate.c'. Aborting DROLSKY/Params-Validate-0.95.tar.gz C:\strawberry\perl\bin\perl.exe ./Build -- NOT OK CPAN: YAML loaded ok (v0.71) Running Build test Can't test without successful make Running Build install Make had returned bad status, install seems impossible D:\>perl --version This is perl 5, version 12, subversion 0 (v5.12.0) built for MSWin32- x86-multi-thread Thanks Stéphane
Subject: Re: [rt.cpan.org #59413] no way to install/compil on windows strawberry
Date: Thu, 15 Jul 2010 10:19:11 -0500 (CDT)
To: Stéphane MERLE via RT <bug-Params-Validate [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Thu, 15 Jul 2010, Stéphane MERLE via RT wrote: Show quoted text
> I am a beginner in perl and while I tried to install DateTime, I had to > install dependancy and then Params::Validate, but this one return an > error during install (see at bottom). > > The install is clean so I got g++ and dmake.
I'm not sure exactly what the problem is, but it's a problem with your toolchain modules or your compiler, etc. You could try updating things like Module::Build and ExtUtils::CBuilder. That may help. Also, are you using ActiveState Perl or Strawberry? The latter should just work with anything off CPAN. With ActiveState, you're much better off using PPMs. -dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/
Subject: Re: [rt.cpan.org #59413] no way to install/compil on windows strawberry
Date: Thu, 15 Jul 2010 18:03:21 +0200
To: bug-Params-Validate [...] rt.cpan.org
From: Stéphane MERLE <stephane [...] thefrenchies.com>
Le 15/07/2010 17:19, autarch@urth.org via RT a écrit : Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=59413> > > On Thu, 15 Jul 2010, Stéphane MERLE via RT wrote: > >
>> I am a beginner in perl and while I tried to install DateTime, I had to >> install dependancy and then Params::Validate, but this one return an >> error during install (see at bottom). >> >> The install is clean so I got g++ and dmake. >>
> I'm not sure exactly what the problem is, but it's a problem with your > toolchain modules or your compiler, etc. > > You could try updating things like Module::Build and ExtUtils::CBuilder. > That may help. > > Also, are you using ActiveState Perl or Strawberry? The latter should just > work with anything off CPAN. With ActiveState, you're much better off > using PPMs. >
I am using the last StrawBerry version the 2 modules are uptodate ... : D:\developpement\traitement_log>cpan Module::Build CPAN: CPAN::SQLite loaded ok (v0.199) Database was generated on Thu, 15 Jul 2010 12:04:07 GMT CPAN: Module::CoreList loaded ok (v2.31) Module::Build is up to date (0.3607). D:\developpement\traitement_log>cpan ExtUtils::CBuilder CPAN: CPAN::SQLite loaded ok (v0.199) Database was generated on Thu, 15 Jul 2010 12:04:07 GMT CPAN: Module::CoreList loaded ok (v2.31) ExtUtils::CBuilder is up to date (0.2703). D:\developpement\traitement_log>cpan Params::Validate CPAN: CPAN::SQLite loaded ok (v0.199) Database was generated on Thu, 15 Jul 2010 12:04:07 GMT Running install for module 'Params::Validate' Running make for D/DR/DROLSKY/Params-Validate-0.95.tar.gz CPAN: Digest::SHA loaded ok (v5.48) CPAN: Compress::Zlib loaded ok (v2.027) Checksum for C:\strawberry\cpan\sources\authors\id\D\DR\DROLSKY\Params-Validate-0.95.tar.gz ok CPAN: Archive::Tar loaded ok (v1.60) CPAN: File::Temp loaded ok (v0.22) CPAN: Parse::CPAN::Meta loaded ok (v1.40) CPAN: Module::CoreList loaded ok (v2.31) CPAN.pm: Going to build D/DR/DROLSKY/Params-Validate-0.95.tar.gz Le système ne peut exécuter le programme spécifié. Le système ne peut exécuter le programme spécifié. Warning: ExtUtils::CBuilder not installed or no compiler detected Proceeding with configuration, but compilation may fail during Build Creating new 'MYMETA.yml' with configuration results Creating new 'Build' script for 'Params-Validate' version '0.95' Building Params-Validate Error: no compiler detected to compile 'lib\Params\Validate.c'. Aborting DROLSKY/Params-Validate-0.95.tar.gz C:\strawberry\perl\bin\perl.exe ./Build -- NOT OK CPAN: YAML loaded ok (v0.71) Running Build test Can't test without successful make Running Build install Make had returned bad status, install seems impossible D:\developpement\traitement_log>
Subject: Re: [rt.cpan.org #59413] no way to install/compil on windows strawberry
Date: Thu, 15 Jul 2010 11:07:18 -0500 (CDT)
To: Stéphane MERLE via RT <bug-Params-Validate [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Thu, 15 Jul 2010, Stéphane MERLE via RT wrote: Show quoted text
> Warning: ExtUtils::CBuilder not installed or no compiler detected > Proceeding with configuration, but compilation may fail during Build
Well, there's the problem. But I can't say why the problem exists. I don't think this has anything to do with Params::Validate. I'd suggest talking to Curtis Jewell. It really looks like an issue with Strawberry. -dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/
Subject: Re: [rt.cpan.org #59413] no way to install/compil on windows strawberry
Date: Thu, 15 Jul 2010 18:28:12 +0200
To: bug-Params-Validate [...] rt.cpan.org
From: Stéphane MERLE <stephane [...] thefrenchies.com>
Le 15/07/2010 18:07, autarch@urth.org via RT a écrit : Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=59413> > > On Thu, 15 Jul 2010, Stéphane MERLE via RT wrote: > >
>> Warning: ExtUtils::CBuilder not installed or no compiler detected >> Proceeding with configuration, but compilation may fail during Build >>
> Well, there's the problem. > > But I can't say why the problem exists. I don't think this has anything to > do with Params::Validate. I'd suggest talking to Curtis Jewell. It really > looks like an issue with Strawberry. >
Thanks, I will tomorrow Stéphane
Subject: Re: [rt.cpan.org #59413] Resolved: no way to install/compil on windows strawberry
Date: Fri, 16 Jul 2010 14:50:09 +0200
To: bug-Params-Validate [...] rt.cpan.org
From: Stéphane MERLE <stephane [...] thefrenchies.com>
Le 15/07/2010 21:57, Dave Rolsky via RT a écrit : Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=59413> > > According to our records, your request has been resolved. If you have any > further questions or concerns, please respond to this message. >
I got the solution (thanks to BinGOs on Mibbit) the problem was coming from another PERL installed in c:\Perl that is not in the list of ADD/REMOVE software and so that I forgot to uninstall. I just changed my PATH to have strawberry defined first and now it rocks ... Thanks for you help and time ! Stéphane