Subject: | "make test" fails on Cygwin / Perl 5.10.0 |
"make test" fails as per the attached file (output from
cpan Module::Starter > module-starter.txt 2>&1
). This is after the second attempt to install. It also failed to
install using cpanp.
I don't see where the version information for my Cygwin is, but the Perl
version is as described, recently updated, and "cpan" installs other
modules without problems.
Subject: | module-starter.txt |
CPAN: File::HomeDir loaded ok (v0.80)
CPAN: Storable loaded ok (v2.18)
Going to read /cygdrive/c/Documents and Settings/bkb/.cpan/Metadata
Database was generated on Tue, 22 Jul 2008 23:02:49 GMT
CPAN: YAML loaded ok (v0.66)
Going to read /cygdrive/c/Documents and Settings/bkb/.cpan/build/
............................................................................DONE
Found 6 old builds, restored the state of 2
Running install for module 'Module::Starter'
Running make for R/RJ/RJBS/Module-Starter-1.470.tar.gz
Has already been unwrapped into directory /cygdrive/c/Documents and Settings/bkb/.cpan/build/Module-Starter-1.470-HdF8Rr
Has already been made
Running make test
/usr/bin/perl5.10.0.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.............Can't open perl script ""-I/cygdrive/c/Documents and Settings/bkb/.cpan/build/Module-Starter-1.470-HdF8Rr/blib/lib"": No such file or directory
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/BuilderSet..........ok
t/module-starter......Can't open perl script ""-I/cygdrive/c/Documents and Settings/bkb/.cpan/build/Module-Starter-1.470-HdF8Rr/blib/lib"": No such file or directory
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/pod-coverage........Can't open perl script ""-I/cygdrive/c/Documents and Settings/bkb/.cpan/build/Module-Starter-1.470-HdF8Rr/blib/lib"": No such file or directory
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/pod.................Can't open perl script ""-I/cygdrive/c/Documents and Settings/bkb/.cpan/build/Module-Starter-1.470-HdF8Rr/blib/lib"": No such file or directory
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Test Summary Report
-------------------
t/00-load.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/module-starter.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/pod-coverage.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/pod.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=5, Tests=17, 0 wallclock secs ( 0.02 usr 0.02 sys + 0.37 cusr 0.20 csys = 0.60 CPU)
Result: FAIL
Failed 4/5 test programs. 0/17 subtests failed.
make: *** [test_dynamic] Error 2
RJBS/Module-Starter-1.470.tar.gz
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports RJBS/Module-Starter-1.470.tar.gz
Running make install
make test had returned bad status, won't install without force