Skip Menu |

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

Report information
The Basics
Id: 2083
Status: resolved
Priority: 0/
Queue: String-Format

People
Owner: darren [...] cpan.org
Requestors: muenalan [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.13
Fixed in: 1.14



Subject: t\04subrefs..........The getpwuid function is unimplemented at t\04subrefs.t line 38.
Win32 Activestate 5.6.1 C:\Programme\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t\01load.t t\02basic.t t\03multiple.t t\04subrefs.t t\05stringfactory.t t\01load.............ok t\02basic............ok t\03multiple.........ok t\04subrefs..........The getpwuid function is unimplemented at t\04subrefs.t line 38. t\04subrefs..........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-3 Failed 2/3 tests, 33.33% okay t\05stringfactory....ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\04subrefs.t 255 65280 3 2 66.67% 2-3 Failed 1/5 test scripts, 80.00% okay. 2/16 subtests failed, 87.50% okay. NMAKE : fatal error U1077: 'C:\Programme\Perl\bin\perl.exe' : return code '0xff' Stop. "C:\Programme\Microsoft Visual Studio .NET\Vc7\bin\nmake.EXE" test -- NOT OK Running make install make test had returned bad status, won't install without force
[guest - Tue Feb 11 09:32:31 2003]: Show quoted text
> The getpwuid function is unimplemented at t\04subrefs.t line 38.
Hm. That's a problem with the test, not with the module, although of course CPAN.pm doesn't distinguish. New version coming soon.
Show quoted text
> Hm. That's a problem with the test, not with the module, although > of course CPAN.pm doesn't distinguish.
Isn't any problem with a test automatically a problem with the module ? Murat
From: dami
[DARREN - Tue Feb 11 09:37:00 2003]: Show quoted text
> [guest - Tue Feb 11 09:32:31 2003]:
> > The getpwuid function is unimplemented at t\04subrefs.t line 38.
> > Hm. That's a problem with the test, not with the module, although > of course CPAN.pm doesn't distinguish. > > New version coming soon.
Hi Darren, Didn't see the new version... The getpwuid test still breaks on Win32 platforms because getpwuid is not implemented. That's annoying because automatic installs through cpanplus do not work (need to force by hand). So please add a SKIP section in your test so that it can pass successfully on any platform. Thanks in advance, L. Dami
On 2005-12-22 11:55:41, DAMI wrote: Show quoted text
> [DARREN - Tue Feb 11 09:37:00 2003]: >
> > [guest - Tue Feb 11 09:32:31 2003]:
> > > The getpwuid function is unimplemented at t\04subrefs.t line 38.
> > > > Hm. That's a problem with the test, not with the module, although > > of course CPAN.pm doesn't distinguish. > > > > New version coming soon.
> > > Hi Darren, > > Didn't see the new version... > The getpwuid test still breaks on Win32 platforms because getpwuid is > not implemented. That's annoying because automatic installs through > cpanplus do not work (need to force by hand). > > So please add a SKIP section in your test so that it can pass > successfully on any platform. > > Thanks in advance, L. Dami >
Apparently fixed in 1.14.