Skip Menu |

This queue is for tickets about the Module-Build CPAN distribution.

Report information
The Basics
Id: 2433
Status: resolved
Priority: 0/
Queue: Module-Build

People
Owner: kwilliams [...] cpan.org
Requestors: marek.rouchal [...] infineon.com
Cc:
AdminCc:

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



Subject: One error in test
There is one error in the test (see log below, perl Build test verbose=1) on my perl 5.8.0, with ithreads and shared libperl.so, built on Solaris 7 (Sparc) with Sun's Forte 6.2. The prerequisites (YAML, ...) are all the latest ones. Let me know if you need further info. Cheers, Marek t/runthrough....1..13 # Running under perl version 5.008 for solaris # Current time local: Thu Apr 24 14:40:29 2003 # Current time GMT: Thu Apr 24 12:40:29 2003 # Using Test.pm version 1.23 ok 1 Checking whether your kit is complete... Looks good ok 2 Creating new 'Build' script for 'Sample' version '0.01' ok 3 ok 4 vvvvvvvvvvvvvvvvvvvvv Sample/test.pl output vvvvvvvvvvvvvvvvvvvvv | lib/Sample.pm -> blib/lib/Sample.pm | script -> blib/script/script | test....1..2 | # Running under perl version 5.008 for solaris | # Current time local: Thu Apr 24 14:40:32 2003 | # Current time GMT: Thu Apr 24 12:40:32 2003 | # Using Test.pm version 1.23 | ok 1 | ok 2 | ok | All tests successful. | Files=1, Tests=2, 1 wallclock secs ( 0.56 cusr + 0.11 csys = 0.67 CPU) ^^^^^^^^^^^^^^^^^^^^^ Sample/test.pl output ^^^^^^^^^^^^^^^^^^^^^ Scanning lib/Sample.pm for packages /opt/perl_5.8.0/bin/perl Build.PL Checking whether your kit is complete... Looks good Creating new 'Build' script for 'Sample' version '0.01' /opt/perl_5.8.0/bin/perl Build lib/Sample.pm -> blib/lib/Sample.pm script -> blib/script/script /opt/perl_5.8.0/bin/perl Build test test....ok All tests successful. Files=1, Tests=2, 1 wallclock secs ( 0.55 cusr + 0.05 csys = 0.60 CPU) ok 5 ok 6 Scanning lib/Sample.pm for packages Deleting Sample-0.01 ok 7 ok 8 ok 9 ok 10 ok 11 # rewritten shebang? #!/opt/perl_5.8.0/bin/perl -w ok 12 Deleting save_out Deleting blib Can't remove directory blib/script: File exists at blib/lib/Module/Build/Base.pm line 1186 Can't remove directory blib: File exists at blib/lib/Module/Build/Base.pm line 1186 # Test 13 got: 'Couldn't remove 'blib': File exists ' (t/runthrough.t at line 92) # Expected: '' # t/runthrough.t line 92 is: ok $@, ''; not ok 13 FAILED test 13 Failed 1/13 tests, 92.31% okay
This was probably because the file blib/script/script was still open when we ran 'realclean'. This is fixed in CVS, so tests should pass with version 0.19. -Ken