Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 8838
Status: resolved
Priority: 0/
Queue: CPANPLUS

People
Owner: Nobody in particular
Requestors: david [...] kineticode.com
Cc:
AdminCc:

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



To: bug-cpanplus [...] rt.cpan.org
From: David E.Wheeler <david [...] kineticode.com>
Subject: t/05_CPANPLUS-Internals-Fetch.t Dies in 0.50_02
Date: Sun, 12 Dec 2004 09:23:14 -0800
Looks like the Module::Build @INC test failures have gone away. Curious. At any rate, I noticed a few other things, but I think that only t/05_CPANPLUS-Internals-Fetch.t is a problem. All tests appear to pass, but I think that this is because you're using no_plan in a number of places. Regards, David geertz% make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00_CPANPLUS-Inc....................ok t/00_CPANPLUS-Internals-Utils........ok t/01_CPANPLUS-Configure..............ok t/02_CPANPLUS-Internals..............ok t/03_CPANPLUS-Internals-Source.......ok t/04_CPANPLUS-Module.................ok 1/83 skipped: You chose not to enable signature checks t/05_CPANPLUS-Internals-Fetch........ok 8/0Could not copy '/Users/david/Desktop/CPANPLUS-0.050_02/t/t/05_CPANPLUS-Internals- Fetch.t/t/05_CPANPLUS-Internals-Fetch.t/authors/id/A/AY/AYRNIEU/Text- Bastardize-0.06.tar.gz' to 'dummy-cpanplus/authors/id/A/AY/AYRNIEU/Text-Bastardize-0.06.tar.gz': No such file or directory at /loader/0x824e4c/File/Fetch.pm line 621. t/05_CPANPLUS-Internals-Fetch........ok t/06_CPANPLUS-Internals-Constants....ok t/07_CPANPLUS-Internals-Extract......ok t/08_CPANPLUS-Backend................ok t/09_CPANPLUS-Internals-Search.......ok t/10_CPANPLUS-Error..................ok t/19_CPANPLUS-Dist...................ok t/20_CPANPLUS-Dist-MM................ok 9/0# # Sorry, installing into your real perl dir, rather than our test area # since ExtUtils::Installed does not probe for .packlists in other dirs # than those in %Config. See bug #6871 on rt.cpan.org for details t/20_CPANPLUS-Dist-MM................ok t/21_CPANPLUS-Dist-Build.............ok 5/0t/21_CPANPLUS-Dist-Build.t: blib/lib/Devel/Caller/Perl.pm: cannot resolve L<perl> in paragraph 27. t/21_CPANPLUS-Dist-Build.t: blib/lib/Devel/Caller/Perl.pm: cannot resolve L<DB> in paragraph 27. t/21_CPANPLUS-Dist-Build.t: blib/lib/Devel/Caller/Perl.pm: cannot resolve L<perldebguts> in paragraph 27. t/21_CPANPLUS-Dist-Build.............ok 1/14 skipped: Can't uninstall: Module::Build writes no .packlist t/40_CPANPLUS-Internals-Report.......ok All tests successful, 2 subtests skipped. Files=16, Tests=943, 69 wallclock secs (25.81 cusr + 17.82 csys = 43.63 CPU) geertz% perldoc -l CPANPLUS lib/CPANPLUS.pm # Remove 50_01 and try again geertz% sudo rm -rf /usr/local/lib/perl5/site_perl/5.8.5/CPANPLUS* geertz% make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00_CPANPLUS-Inc....................ok t/00_CPANPLUS-Internals-Utils........ok t/01_CPANPLUS-Configure..............ok t/02_CPANPLUS-Internals..............ok t/03_CPANPLUS-Internals-Source.......ok t/04_CPANPLUS-Module.................ok 1/83 skipped: You chose not to enable signature checks t/05_CPANPLUS-Internals-Fetch........ok 8/0Could not copy '/Users/david/Desktop/CPANPLUS-0.050_02/t/t/05_CPANPLUS-Internals- Fetch.t/t/05_CPANPLUS-Internals-Fetch.t/authors/id/A/AY/AYRNIEU/Text- Bastardize-0.06.tar.gz' to 'dummy-cpanplus/authors/id/A/AY/AYRNIEU/Text-Bastardize-0.06.tar.gz': No such file or directory at /loader/0x824e4c/File/Fetch.pm line 621. t/05_CPANPLUS-Internals-Fetch........ok t/06_CPANPLUS-Internals-Constants....ok t/07_CPANPLUS-Internals-Extract......ok t/08_CPANPLUS-Backend................ok t/09_CPANPLUS-Internals-Search.......ok t/10_CPANPLUS-Error..................ok t/19_CPANPLUS-Dist...................ok t/20_CPANPLUS-Dist-MM................ok 12/0# # Sorry, installing into your real perl dir, rather than our test area # since ExtUtils::Installed does not probe for .packlists in other dirs # than those in %Config. See bug #6871 on rt.cpan.org for details t/20_CPANPLUS-Dist-MM................ok t/21_CPANPLUS-Dist-Build.............ok 1/14 skipped: Can't uninstall: Module::Build writes no .packlist t/40_CPANPLUS-Internals-Report.......ok All tests successful, 2 subtests skipped. Files=16, Tests=943, 52 wallclock secs (24.13 cusr + 15.54 csys = 39.67 CPU)
From: "Jos I. Boumans" <kane [...] dwim.org>
Subject: Re: [cpan #8838] t/05_CPANPLUS-Internals-Fetch.t Dies in 0.50_02
Date: Mon, 13 Dec 2004 16:22:27 +0100
To: bug-CPANPLUS [...] rt.cpan.org
RT-Send-Cc:
On Dec 13, 2004, at 4:13 PM, David Wheeler via RT wrote: Show quoted text
> Looks like the Module::Build @INC test failures have gone away. > Curious.
that's because i fixed them. M::B is the thing that got a big workover between 0.050_01 and _02. Show quoted text
> At any rate, I noticed a few other things, but I think that > only t/05_CPANPLUS-Internals-Fetch.t is a problem. All tests appear to > pass, but I think that this is because you're using no_plan in a number > of places.
no_plan shouldn't be a problem really... Show quoted text
> t/05_CPANPLUS-Internals-Fetch........ok 8/0Could not copy > '/Users/david/Desktop/CPANPLUS-0.050_02/t/t/05_CPANPLUS-Internals- > Fetch.t/t/05_CPANPLUS-Internals-Fetch.t/authors/id/A/AY/AYRNIEU/Text- > Bastardize-0.06.tar.gz' to > 'dummy-cpanplus/authors/id/A/AY/AYRNIEU/Text-Bastardize-0.06.tar.gz': > No such file or directory at /loader/0x824e4c/File/Fetch.pm line 621.
it's the double 't' in the directory... i'm not sure how it's getting there... how are you invoking it exactly? and running it as: perl -Ilib t/05*t 1 and attaching the output would be much appreciated -- Jos Boumans How do I prove I am not crazy to people who are? CPANPLUS http://cpanplus.sf.net