Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DateTime-Format-Strptime CPAN distribution.

Report information
The Basics
Id: 20487
Status: resolved
Priority: 0/
Queue: DateTime-Format-Strptime

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

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



Subject: nmake test_more fail (with patch); incorrect META.yml
META.yml in 1.0700: name: DateTime-Format-Strptime version: 1.0601 Makefile.PL should contin special case for Win32. Patch: sub MY::postamble { return $^O eq 'MSWin32'? <<'MAKE_FRAG' test_more :: pure_all SET PERL_DL_NONLAZY=1 $(FULLPERLRUN) "-MExtUtils::Command::MM" "-e" "test_harness($(TEST_VERBOSE), '$(INST_LIB)', '$(INST_ARCHLIB)')" t/more/*.t MAKE_FRAG : <<'MAKE_FRAG'; test_more :: pure_all PERL_DL_NONLAZY=1 $(FULLPERLRUN) "-MExtUtils::Command::MM" "-e" "test_harness($(TEST_VERBOSE), '$(INST_LIB)', '$(INST_ARCHLIB)')" t/more/*.t MAKE_FRAG } It still fails with error: SET PERL_DL_NONLAZY=1 C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/more/*.t t/more/*....t/more/*.t does not exist FAILED--1 test script could be run, alas--no output ever seen NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x2' Stop. Test::Harness 2.48 perl v5.8.7 built for MSWin32-x86-multi-thread Binary build 813 ------- Alexandr Ciornii, http://chorny.net
From: alexchorny [...] gmail.com
On Jul. 16 08:22:19 2006, alexchorny@gmail.com wrote: Show quoted text
> C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib\lib', 'blib\arch')" t/more/*.t > t/more/*....t/more/*.t does not exist
This is problem of ExtUtils::MakeMaker. Fresh version solves this. So with correct META.yml and my patch there would be no problems. ------- Alexandr Ciornii, http://chorny.net
This issue has been moved to the Google-code project: http://code.google.com/p/datetime-format-strptime/issues/detail?id=13 I've applied the supplied patch to Makefile.PL. I'm not sure why you say META.yml unless ActiveState copies it there. As I don't have windows, I'm unable to test this patch other than to say it doesn't break anything on Linux. Please confirm that the issue is resolved in 1.0900 and I'll close this ticket. In future, please log bugs in the google-code project: http://code.google.com/p/datetime-format-strptime/