Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the IO-All CPAN distribution.

Report information
The Basics
Id: 7129
Status: resolved
Priority: 0/
Queue: IO-All

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: Win XP: fileno test fails
Hi, Brian, IO::All 0.30 fails to install on Windows XP due to an error in fileno.t (ActivePerl v5.8.3 built for MSWin32-x86-multi-thread with 8 patches). Here's what make test reports: - snip -- Running [D:\Programme\activatestate\perl\bin\perl.exe Makefile.PL]... Writing Makefile for IO::All Running [D:\PROGRA~1\nmake.EXE UNINST=1]... Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. Running [D:\PROGRA~1\nmake.EXE UNINST=1 test]... D:\Programme\activatestate\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc' , 'blib\lib', 'blib\arch')" t\all.t t\all2.t t\assert.t t\assert2.t t\autotie.t t\backwards.t t\chomp.t t\ construct.t t\dbm.t t\devnull.t t\empty.t t\error1.t t\file_spec.t t\file_subclass.t t\fileno.t t\inline_s ubclass.t t\input.t t\lock.t t\mldbm.t t\overload.t t\pipe.t t\print.t t\println.t t\read.t t\read_write.t t\round_robin.t t\scalar.t t\seek.t t\separator.t t\spiffy.t t\stat.t t\subtleties.t t\synopsis1.t t\syno psis2.t t\synopsis3.t t\synopsis5.t t\tie.t t\tie_file.t t\all................ok t\all2...............ok t\assert.............ok t\assert2............ok t\autotie............ok t\backwards..........ok t\chomp..............ok t\construct..........ok t\dbm................ok t\devnull............ok t\empty..............ok t\error1.............ok t\file_spec..........ok t\file_subclass......ok t\fileno.............dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-7 Failed 7/7 tests, 0.00% okay t\inline_subclass....ok t\input..............ok t\lock...............ok t\mldbm..............ok t\overload...........ok t\pipe...............ok t\print..............ok t\println............ok t\read...............ok t\read_write.........ok t\round_robin........ok t\scalar.............ok t\seek...............ok t\separator..........ok t\spiffy.............ok t\stat...............ok t\subtleties.........ok t\synopsis1..........ok t\synopsis2..........ok t\synopsis3..........ok t\synopsis5..........ok t\tie................ok t\tie_file...........ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\fileno.t 255 65280 7 14 200.00% 1-7 Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. at t\fileno.t line 8 # Looks like your test died before it could output anything. Failed 1/38 test scripts, 97.37% okay. 7/261 subtests failed, 97.32% okay. NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0xff' Stop. - snip -- Greetings Jochen