RE: [Codestriker-user] Perl-CPAN problems
Brought to you by:
sits
|
From: Barker, B. <bre...@vi...> - 2004-02-24 15:38:26
|
David,
Thanks for the rapid response. The version of IPC-Run is 0.77.
Here are a few of the errors from while running
Pseudo-hashes are deprecated at
/root/.cpan/build/IPC-Run-0.77/blib/lib/IPC/Run/ IO.pm line 564.
t/timer............ok 17/72Pseudo-hashes are deprecated at (eval 1) line 68.
Pseudo-hashes are deprecated at (eval 1) line 68.
Failed Test Stat Wstat Total Fail Failed List of Failed
----------------------------------------------------------------------------
---
t/pump.t 255 65280 27 18 66.67% 10-27
t/run.t 266 28 10.53% 56 62 75 80 85 90 95 100 105 110
115
120 125 131 143 148 153 158 173
178
183 217 228 240 247 254 260 266
(1 subtest UNEXPECTEDLY SUCCEEDED), 61 subtests skipped.
Failed 2/15 test scripts, 86.67% okay. 46/703 subtests failed, 93.46% okay.
make: *** [test_dynamic] Error 29
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
I tried to run IPC::Run maintainer without success as you can seee below.
perl -MCPAN -e 'install "IPC::Run maintainer"'
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Fri, 20 Feb 2004 20:49:55 GMT
Warning: Cannot install IPC::Run maintainer, don't know what it is.
Try the command
i /IPC::Run maintainer/
to find objects with matching identifiers.
Whe I run i /IPC:Run maintainer/ if fails with;
Can't open perl script "i": No such file or directory
Regards,
Brent
-----Original Message-----
From: David Sitsky
To: Barker, Brent
Cc: cod...@li...
Sent: 2/23/04 5:43 PM
Subject: Re: [Codestriker-user] Perl-CPAN problems
On Tue, 24 Feb 2004 11:35, Barker, Brent wrote:
> I am running RedHat Enterprise Server v3. While running
./checksetup.pl
> data is returned telling me to run:
>
> perl -MCPAN -e 'install "IPC::Run"'
> perl -MCPAN -e 'install "Template"'
>
> When executed; make: *** [test_dynamic] Error 29 is returned.
>
> Make test had returned bad status, won't install without forc
Hmmm, I take it this message is from the IPC::Run module install? I did
a
quick search on the web, and noticed a similar error message. I'm not
sure how critical this failed test is, I have not had issues with
IPC::Run
in production use.
http://www.nntp.perl.org/group/perl.cpan.testers/12949
What version of IPC::Run is it trying to install? It might be worth
following this up with the IPC::Run maintainer, and even trying a forced
install.
--
Cheers,
David
|