|
Posted by eft0 on February 17, 2005, 1:47 pm
Please log in for more thread options
Hi 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.
|
|
Posted by Jim Keenan on February 17, 2005, 11:39 pm
Please log in for more thread options
eft0 wrote:
> Hi 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
Have you followed the author's advice contained in Makefile.PL:
If you experience problems while running make test, please run
the failing scripts using a command like:
make test TEST_FILES=t/foo.t TEST_VERBOSE=1 IPCRUNDEBUG=4 >
foo.out 2>&1
(use nmake on Windows) and sending foo.out with your problem report.
Bonus air miles awarded for writing a small, simple exploit script :).
You may also use the IPCRUNDEBUG=1 (or 2, 3, or 4) trick with your own
programs, see perldoc IPC::Run for details.
See perldoc IPC::Run for details on the experimental nature of
pty and Win32 support.
<barbie tm="Mattel">Subprocesses are *HARD*.</barbie>
jimk
|
| Similar Threads | Posted | | Problem gettting module from CPAN | September 19, 2004, 9:56 pm |
| Problem with CPAN and tar file headers | May 16, 2007, 4:57 am |
| Upgrading to CPAN.pm v1.76 install Bundle::CPAN fails | May 10, 2005, 9:51 pm |
| Use CPAN or CPAN::Shell for LOCAL ONLY install from tarballs? | May 9, 2008, 1:04 pm |
| Cpan and gcc | September 27, 2005, 8:38 pm |
| PHP on CPAN? | April 16, 2006, 6:56 pm |
| .CPAN Locked (OS 10.3.5) | August 27, 2004, 11:24 pm |
| error with CPAN.pm | October 19, 2004, 7:13 am |
| CPAN is great, but.... | December 29, 2004, 2:07 pm |
| cpan Net::FTP hangs | February 26, 2005, 8:22 pm |
|