On Wed Jun 18 10:31:48 2008, WDH wrote:
Show quoted text> Seeing the same behaviour with Strawberry Perl 5.8.8.1,
> FCGI::ProcManager 0.18
Same behavior with 5.12.3.0 (in this case, the x64 version, but this bug
applies to both versions) and FCGI::ProcManager 0.19:
C:\Users\CSJewell\Desktop>c:\choctest\perl\bin\perl.exe -MCPAN -e shell
cpan shell -- CPAN exploration and modules installation (v1.9600)
Enter 'h' for help.
Show quoted textcpan> install FCGI::ProcManager
Fetching with LWP:
http://cpan.strawberryperl.com/authors/01mailrc.txt.gz
Fetching with LWP:
http://cpan.strawberryperl.com/modules/02packages.details.txt.gz
Fetching with LWP:
http://cpan.strawberryperl.com/modules/03modlist.data.gz
Database was generated on Tue, 07 Jun 2011 01:12:29 GMT
Running install for module 'FCGI::ProcManager'
Running make for G/GB/GBJK/FCGI-ProcManager-0.19.tar.gz
Fetching with LWP:
http://cpan.strawberryperl.com/authors/id/G/GB/GBJK/FCGI-ProcManager-
0.19.tar.gz
Fetching with LWP:
http://cpan.strawberryperl.com/authors/id/G/GB/GBJK/CHECKSUMS
Checksum for C:\choctest\cpan\sources\authors\id\G\GB\GBJK\FCGI-
ProcManager-0.19.tar.gz ok
Scanning cache C:\choctest\cpan\build for sizes
......------------------------------------------------------------------
----DONE
DEL(1/836): C:\choctest\cpan\build\Win32-API-0.62-i_wWaV
DEL(2/836): C:\choctest\cpan\build\Win32-API-0.62-i_wWaV.yml
...
CPAN.pm: Going to build G/GB/GBJK/FCGI-ProcManager-0.19.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for FCGI::ProcManager
Could not read metadata file. Falling back to other methods to determine
prerequisites
cp ProcManager.pm blib\lib\FCGI\ProcManager.pm
GBJK/FCGI-ProcManager-0.19.tar.gz
C:\choctest\c\bin\dmake.EXE -- OK
Running make test
C:\choctest\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/exporter.t ..... Your vendor has not defined POSIX macro SA_RESTART,
used at C:\choctest\cpan\build\FCGI-ProcManager-0
.19-6snOGV\blib\lib/FCGI/ProcManager.pm line 165
t/exporter.t ..... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/4 subtests
t/procmanager.t .. Your vendor has not defined POSIX macro SA_RESTART,
used at C:\choctest\cpan\build\FCGI-ProcManager-0
.19-6snOGV\blib\lib/FCGI/ProcManager.pm line 165
t/procmanager.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 5/5 subtests
Test Summary Report
-------------------
t/exporter.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 4 tests but ran 0.
t/procmanager.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 5 tests but ran 0.
Files=2, Tests=0, 0 wallclock secs ( 0.03 usr + 0.06 sys = 0.09 CPU)
Result: FAIL
Failed 2/2 test programs. 0/0 subtests failed.
dmake.EXE: Error code 255, while making 'test_dynamic'
GBJK/FCGI-ProcManager-0.19.tar.gz
C:\choctest\c\bin\dmake.EXE test -- NOT OK
//hint// to see the cpan-testers results for installing this module,
try:
reports GBJK/FCGI-ProcManager-0.19.tar.gz
Running make install
make test had returned bad status, won't install without force
Failed during this command:
GBJK/FCGI-ProcManager-0.19.tar.gz : make_test NO
Show quoted textcpan> exit
Lockfile removed.
C:\Users\CSJewell\Desktop>perl -V
Summary of my perl5 (revision 5 version 12 subversion 3) configuration:
Platform:
osname=MSWin32, osvers=6.1, archname=MSWin32-x64-multi-thread
uname='Win32 strawberryperl 5.12.3.0 #1 Sun May 15 09:43:50 2011
x64'
...