Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: doug.hutcheson [...] bigpond.com
Cc:
AdminCc:

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



Subject: Params::Validate will not compile
Date: Tue, 09 Mar 2010 17:09:50 +1000
To: bug-Params-Validate [...] rt.cpan.org
From: Doug Hutcheson <doug.hutcheson [...] bigpond.com>
I cannot install this module, using CPAN or 'by hand'. PERL VERSION: v5.10.0 built for i386-linux-thread-multi O/S: Linux 2.6.27.41-170.2.117.fc10.i686 Problem is that Build.PL fails with return value 512 - see below Other CPAN modules are installing OK. Following the instructions in 'man perlmodinstall' to install manually does not help, as there is no Makefile.PL in the tarball. Let me know if there is any more info I can provide that would be helpful. Thanks for taking the time to look at this. Screen dump from the failed build using perl -MCPAN -e is as follows: cpan[10]> install Params::Validate Running install for module 'Params::Validate' Running Build for D/DR/DROLSKY/Params-Validate-0.95.tar.gz CPAN: Digest::SHA loaded ok (v5.48) Fetching with LWP: http://www.perl.org/CPAN/authors/id/D/DR/DROLSKY/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/D/DR/DROLSKY/Params-Validate-0.95.tar.gz ok Params-Validate-0.95 Params-Validate-0.95/META.yml Params-Validate-0.95/Changes Params-Validate-0.95/README Params-Validate-0.95/TODO Params-Validate-0.95/MANIFEST Params-Validate-0.95/SIGNATURE Params-Validate-0.95/LICENSE Params-Validate-0.95/Build.PL Params-Validate-0.95/t Params-Validate-0.95/t/13-taint.t Params-Validate-0.95/t/09-regex.t Params-Validate-0.95/t/14-no_validate.t Params-Validate-0.95/t/03-attribute.t Params-Validate-0.95/t/18-depends.t Params-Validate-0.95/t/06-options.t Params-Validate-0.95/t/04-defaults.t Params-Validate-0.95/t/25-undef-regex.t Params-Validate-0.95/t/23-readonly.t Params-Validate-0.95/t/27-string-as-type.t Params-Validate-0.95/t/08-noop_with.t Params-Validate-0.95/t/05-noop_default.t Params-Validate-0.95/t/pod.t Params-Validate-0.95/t/21-can.t Params-Validate-0.95/t/30-hashref-alteration.t Params-Validate-0.95/t/22-overload-can-bug.t Params-Validate-0.95/t/15-case.t Params-Validate-0.95/t/01-validate.t Params-Validate-0.95/t/10-noop_regex.t Params-Validate-0.95/t/17-callbacks.t Params-Validate-0.95/t/19-untaint.t Params-Validate-0.95/t/29-taint-mode.t Params-Validate-0.95/t/28-readonly-return.t Params-Validate-0.95/t/02-noop.t Params-Validate-0.95/t/pod-coverage.t Params-Validate-0.95/t/07-with.t Params-Validate-0.95/t/24-tied.t Params-Validate-0.95/t/11-cb.t Params-Validate-0.95/t/16-normalize.t Params-Validate-0.95/t/12-noop_cb.t Params-Validate-0.95/t/26-isa.t Params-Validate-0.95/t/kwalitee.t Params-Validate-0.95/t/lib Params-Validate-0.95/t/lib/PVTests.pm Params-Validate-0.95/t/lib/PVTests Params-Validate-0.95/t/lib/PVTests/Regex.pm Params-Validate-0.95/t/lib/PVTests/With.pm Params-Validate-0.95/t/lib/PVTests/Standard.pm Params-Validate-0.95/t/lib/PVTests/Callbacks.pm Params-Validate-0.95/t/lib/PVTests/Defaults.pm Params-Validate-0.95/benchmarks Params-Validate-0.95/benchmarks/basic Params-Validate-0.95/c Params-Validate-0.95/c/ppport.h Params-Validate-0.95/lib Params-Validate-0.95/lib/Params Params-Validate-0.95/lib/Params/ValidateXS.pm Params-Validate-0.95/lib/Params/Validate.pm Params-Validate-0.95/lib/Params/Validate.xs Params-Validate-0.95/lib/Params/ValidatePP.pm Params-Validate-0.95/lib/Attribute Params-Validate-0.95/lib/Attribute/Params Params-Validate-0.95/lib/Attribute/Params/Validate.pm '/usr/bin/perl Build.PL ' returned status 512, won't make Running Build test Make had some problems, won't test Running Build install Make had some problems, won't install cpan[11]>
Subject: Re: [rt.cpan.org #55366] Params::Validate will not compile
Date: Tue, 9 Mar 2010 09:41:19 -0600 (CST)
To: Doug Hutcheson via RT <bug-Params-Validate [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Tue, 9 Mar 2010, Doug Hutcheson via RT wrote: Show quoted text
> I cannot install this module, using CPAN or 'by hand'. > PERL VERSION: v5.10.0 built for i386-linux-thread-multi > O/S: Linux 2.6.27.41-170.2.117.fc10.i686 > > Problem is that Build.PL fails with return value 512 - see below > Other CPAN modules are installing OK.
Do you have Module::Build installed? You should, since it's core in 5.10.0. Obviously, this worked for me when I released it, so I'm not sure what the problem is. Can you try running "perl Build.PL" by hand and seeing what happens? -dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/
Subject: Re: [rt.cpan.org #55366] Params::Validate will not compile
Date: Wed, 10 Mar 2010 08:34:07 +1000
To: bug-Params-Validate [...] rt.cpan.org
From: Doug Hutcheson <doug.hutcheson [...] bigpond.com>
On Tue, 2010-03-09 at 10:47 -0500, autarch@urth.org via RT wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=55366 > > > On Tue, 9 Mar 2010, Doug Hutcheson via RT wrote: >
> > I cannot install this module, using CPAN or 'by hand'. > > PERL VERSION: v5.10.0 built for i386-linux-thread-multi > > O/S: Linux 2.6.27.41-170.2.117.fc10.i686 > > > > Problem is that Build.PL fails with return value 512 - see below > > Other CPAN modules are installing OK.
> > Do you have Module::Build installed? You should, since it's core in > 5.10.0. > > Obviously, this worked for me when I released it, so I'm not sure what the > problem is. > > Can you try running "perl Build.PL" by hand and seeing what happens? > > > -dave > > /*============================================================ > http://VegGuide.org http://blog.urth.org > Your guide to all that's veg House Absolute(ly Pointless) > ============================================================*/ >
Hi Dave and thanks for the prompt response. Yes - Module::Build is up to date. I ran Build.PL from the command line, and then ran the resulting Build script. The Build seems to have been successful, but as far as I can tell nothing has been installed anywhere, yet a subsequent attempt to install DateTime::Format::Pg successfully built Params::Validate on its way through. Go figure. Thanks for your help - we can call this fixed. Cheers, Doug