Skip Menu |

This queue is for tickets about the MediaWiki-API CPAN distribution.

Report information
The Basics
Id: 75795
Status: resolved
Priority: 0/
Queue: MediaWiki-API

People
Owner: Nobody in particular
Requestors: srainwater [...] ncc.com
Cc:
AdminCc:

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



Subject: MediaWiki::API fails to install on Centos 5.7
Date: Thu, 15 Mar 2012 14:40:40 -0500
To: bug-MediaWiki-API [...] rt.cpan.org
From: Steve Rainwater <srainwater [...] ncc.com>
I've successfully installed all required modules but attempts to install MediaWiki::API via CPAN fail with this error output: Show quoted text
cpan> install MediaWiki::API
Running install for module MediaWiki::API Running make for E/EX/EXOBUZZ/MediaWiki-API-0.37.tar.gz CPAN: LWP::UserAgent loaded ok Fetching with LWP: ftp://cpan-du.viaverio.com/pub/CPAN/authors/id/E/EX/EXOBUZZ/MediaWiki-API-0.37.tar.gz Fetching with LWP: ftp://cpan-du.viaverio.com/pub/CPAN/authors/id/E/EX/EXOBUZZ/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/E/EX/EXOBUZZ/MediaWiki-API-0.37.tar.gz ok MediaWiki-API-0.37/ MediaWiki-API-0.37/t/ MediaWiki-API-0.37/t/testimage.png MediaWiki-API-0.37/t/99-pod.t MediaWiki-API-0.37/t/10-api.t MediaWiki-API-0.37/t/98-pod-coverage.t MediaWiki-API-0.37/t/00-load.t MediaWiki-API-0.37/README MediaWiki-API-0.37/Changes MediaWiki-API-0.37/META.yml MediaWiki-API-0.37/lib/ MediaWiki-API-0.37/lib/MediaWiki/ MediaWiki-API-0.37/lib/MediaWiki/API.pm MediaWiki-API-0.37/LICENSE MediaWiki-API-0.37/MANIFEST MediaWiki-API-0.37/Makefile.PL CPAN.pm: Going to build E/EX/EXOBUZZ/MediaWiki-API-0.37.tar.gz WARNING: LICENSE is not a known parameter. Checking if your kit is complete... Looks good 'LICENSE' is not a known MakeMaker parameter name. Writing Makefile for MediaWiki::API cp lib/MediaWiki/API.pm blib/lib/MediaWiki/API.pm Manifying blib/man3/MediaWiki::API.3pm /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load............# Testing MediaWiki::API 0.37, Perl 5.008008, /usr/bin/perl t/00-load............ok t/10-api.............ok 10/11Undefined subroutine &main::done_testing called at t/10-api.t line 99. # Looks like your test died just after 11. t/10-api.............dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully t/98-pod-coverage....skipped all skipped: Test::Pod::Coverage 1.08 required for testing POD coverage t/99-pod.............skipped all skipped: Test::Pod 1.22 required for testing POD Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/10-api.t 255 65280 11 0 0.00% ?? 2 tests skipped. Failed 1/4 test scripts, 75.00% okay. 0/12 subtests failed, 100.00% okay. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force Show quoted text
cpan>
As requested on your bug reporting website here's the other info requested: Distro name / version: CentOS v5.8 Perl version: perl-5.8.8-38.el5 uname -a output: Linux skutter.ncc.com 2.6.18-308.1.1.el5.centos.plus #1 SMP Wed Mar 7 13:53:20 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
On Thu Mar 15 15:40:52 2012, srainwater@ncc.com wrote: Show quoted text
> I've successfully installed all required modules but attempts to > install > MediaWiki::API via CPAN fail with this error output:
Apologies for the late reply. I have tested on centos. I didn't list a dependency Test::More (part of Test::Simple). if you install that first with "install Test::Simple" it should work. ill add it as a dependency for the next version
Show quoted text
> if you install that first with "install Test::Simple" it should work. > ill add it as a dependency for the next version
or more specific I think I did have the dependency but didn't specify the version I needed.
On Sat May 19 11:45:41 2012, exobuzz wrote: Show quoted text
> > if you install that first with "install Test::Simple" it should work. > > ill add it as a dependency for the next version
> > or more specific I think I did have the dependency but didn't specify > the version I needed.
This is fixed in 0.38 which is now uploaded to cpan. thanks.