CPAN IPC::Run Problem
am 17.02.2005 16:47:33 von eft0Hi all,
I'm try to install this module (IPC::Run), but I have a few problems
with this, Google doesn't help me.
I'm trying this:
# /usr/bin/perl -MCPAN -e 'install "IPC::Run"'
But the result in the last lines are:
t/run..............NOK 70# Test 70 got: 'Resource temporarily
unavailable: write( 6, '...15904 "x" chars...DOC2
' ) at /root/.cpan/build/IPC-Run-0.79/blib/lib/IPC/Run/IO.pm line 547
' (t/run.t at line 350)
# Expected: ''
# t/run.t line 350 is: ok $x, "";
t/run..............FAILED test 70
Failed 1/267 tests, 99.63% okay
t/signal...........ok
t/timeout..........ok
t/timer............ok
t/win32_compile....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------ -------------------
t/run.t 267 1 0.37% 70
(1 subtest UNEXPECTEDLY SUCCEEDED), 61 subtests skipped.
Failed 1/15 test scripts, 93.33% okay. 1/704 subtests failed, 99.86% okay.
make: *** [test_dynamic] Error 255
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
And I install with force:
# /usr/bin/perl -MCPAN -e 'force install "IPC::Run"'
But the same result, someone know what happeging here ?, Thanks a lot in
advanced.
-- eft0.