Skip Menu |

This queue is for tickets about the Devel-Required CPAN distribution.

Report information
The Basics
Id: 20669
Status: open
Priority: 0/
Queue: Devel-Required

People
Owner: Nobody in particular
Requestors: alexchorny [...] gmail.com
Cc:
AdminCc:

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



Subject: error on Win32: Did not properly install "README"
perl v5.8.7 built for MSWin32-x86-multi-thread Binary build 813 Additional data about 'README': length($_)=67 -s=76 C:\cpan\Devel-Required-0.07>prove -bv t/*.t t/Required01....1..37 ok 1 - use ExtUtils::MakeMaker; ok 2 - use Devel::Required; ok 3 - Devel::Required->can('import') ok 4 - Failed to open Foo.pm: ok 5 - Failed to close Foo.pm: ok 6 - Check if Foo.pm exists ok 7 - Failed to open Bar.pm: ok 8 - Failed to close Bar.pm: ok 9 - Check if Bar.pm exists ok 10 - Failed to open Baz.pm: ok 11 - Failed to close Baz.pm: ok 12 - Check if Baz.pm exists ok 13 - Failed to open README for writing: ok 14 - Failed to close README for writing: ok 15 - Check if README exists Writing Makefile for Foo Did not properly install "README" # Looks like you planned 37 tests but only ran 15. # Looks like your test died just after 15. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 16-37 Failed 22/37 tests, 40.54% okay t/Required02....1..21 ok 1 - Failed to open Foo.pm: ok 2 - Failed to close Foo.pm: ok 3 - Check if Foo.pm exists ok 4 - Failed to open Bar.pm: ok 5 - Failed to close Bar.pm: ok 6 - Check if Bar.pm exists ok 7 - Failed to open Baz.pm: ok 8 - Failed to close Baz.pm: ok 9 - Check if Baz.pm exists ok 10 - Failed to open README for writing: ok 11 - Failed to close README for writing: ok 12 - Check if README exists Writing Makefile for Foo Did not properly install "README" # Looks like you planned 21 tests but only ran 12. # Looks like your test died just after 12. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 13-21 ------- Alexandr Ciornii, http://chorny.net
From: ELIZABETH [...] cpan.org
On Tue Jul 25 03:27:29 2006, alexchorny@gmail.com wrote: Show quoted text
> perl v5.8.7 built for MSWin32-x86-multi-thread > Binary build 813 > > Additional data about 'README': > length($_)=67 -s=76 > > C:\cpan\Devel-Required-0.07>prove -bv t/*.t > t/Required01....1..37 > ok 1 - use ExtUtils::MakeMaker; > ok 2 - use Devel::Required; > ok 3 - Devel::Required->can('import') > ok 4 - Failed to open Foo.pm: > ok 5 - Failed to close Foo.pm: > ok 6 - Check if Foo.pm exists > ok 7 - Failed to open Bar.pm: > ok 8 - Failed to close Bar.pm: > ok 9 - Check if Bar.pm exists > ok 10 - Failed to open Baz.pm: > ok 11 - Failed to close Baz.pm: > ok 12 - Check if Baz.pm exists > ok 13 - Failed to open README for writing: > ok 14 - Failed to close README for writing: > ok 15 - Check if README exists > Writing Makefile for Foo > Did not properly install "README" > # Looks like you planned 37 tests but only ran 15. > # Looks like your test died just after 15. > dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED tests 16-37 > Failed 22/37 tests, 40.54% okay > t/Required02....1..21 > ok 1 - Failed to open Foo.pm: > ok 2 - Failed to close Foo.pm: > ok 3 - Check if Foo.pm exists > ok 4 - Failed to open Bar.pm: > ok 5 - Failed to close Bar.pm: > ok 6 - Check if Bar.pm exists > ok 7 - Failed to open Baz.pm: > ok 8 - Failed to close Baz.pm: > ok 9 - Check if Baz.pm exists > ok 10 - Failed to open README for writing: > ok 11 - Failed to close README for writing: > ok 12 - Check if README exists > Writing Makefile for Foo > Did not properly install "README" > # Looks like you planned 21 tests but only ran 12. > # Looks like your test died just after 12. > dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED tests 13-21 > > ------- > Alexandr Ciornii, http://chorny.net
Is the distribution directory read only for some reason on Win32? Or in your test setup?
From: Alexandr Ciornii <alexchorny [...] gmail.com>
On Jul. 25 03:58:49 2006, ELIZABETH wrote: Show quoted text
> Is the distribution directory read only for some reason on Win32? Or > in your test setup?
Tried another time, clearing all read-only (just in case). Same error. ------- Alexandr Ciornii, http://chorny.net
On Tue Jul 25 04:15:59 2006, alexchorny@gmail.com wrote: Show quoted text
> On Jul. 25 03:58:49 2006, ELIZABETH wrote: >
> > Is the distribution directory read only for some reason on Win32? Or > > in your test setup?
> > Tried another time, clearing all read-only (just in case). > Same error. > > ------- > Alexandr Ciornii, http://chorny.net >
What is the current directory when you do "make test" ? Liz
From: Alexandr Ciornii <alexchorny [...] gmail.com>
On Jul. 25 05:01:17 2006, ELIZABETH wrote: Show quoted text
> What is the current directory when you do "make test" ?
Root of distribution directory. ------- Alexandr Ciornii, http://chorny.net