Subject: | Unable to install Statistics::R in Ubuntu 12.04 LTS |
Date: | Mon, 16 Dec 2013 03:31:01 +0000 |
To: | "bug-Statistics-R [...] rt.cpan.org" <bug-Statistics-R [...] rt.cpan.org> |
From: | Srividya Vaidyanathan <s.vaidyanathan [...] uq.edu.au> |
Hi,
I was trying to install Statistics::R through cpan (as sudo). I get the following errors :
cpan[1]> install Statistics::R
Reading '/home/srividya/.cpan/Metadata'
Database was generated on Thu, 12 Dec 2013 05:53:03 GMT
Fetching with LWP:
http://mirrors.hostingromania.ro/ftp.cpan.org/authors/01mailrc.txt.gz
Reading '/home/srividya/.cpan/sources/authors/01mailrc.txt.gz'
............................................................................DONE
Fetching with LWP:
http://mirrors.hostingromania.ro/ftp.cpan.org/modules/02packages.details.txt.gz
Reading '/home/srividya/.cpan/sources/modules/02packages.details.txt.gz'
Database was generated on Sun, 15 Dec 2013 22:53:02 GMT
............................................................................DONE
Fetching with LWP:
http://mirrors.hostingromania.ro/ftp.cpan.org/modules/03modlist.data.gz
Reading '/home/srividya/.cpan/sources/modules/03modlist.data.gz'
............................................................................DONE
Writing /home/srividya/.cpan/Metadata
Running install for module 'Statistics::R'
Running make for F/FA/FANGLY/Statistics-R-0.31.tar.gz
Checksum for /home/srividya/.cpan/sources/authors/id/F/FA/FANGLY/Statistics-R-0.31.tar.gz ok
Scanning cache /home/srividya/.cpan/build for sizes
............................................................................DONE
CPAN.pm: Building F/FA/FANGLY/Statistics-R-0.31.tar.gz
Locating bin:R... found at /usr/bin/R.
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Statistics::R
Writing MYMETA.yml and MYMETA.json
cp lib/Statistics/R/Legacy.pm blib/lib/Statistics/R/Legacy.pm
cp lib/Statistics/R.pm blib/lib/Statistics/R.pm
cp lib/Statistics/R/Win32.pm blib/lib/Statistics/R/Win32.pm
Manifying blib/man3/Statistics::R.3pm
Manifying blib/man3/Statistics::R::Legacy.3pm
Manifying blib/man3/Statistics::R::Win32.3pm
FANGLY/Statistics-R-0.31.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/00-load.t ........ 1/? # Testing Statistics::R 0.31, Perl 5.014002, /usr/bin/perl
t/00-load.t ........ ok
t/01-pod.t ......... 1/3
# Failed test 'POD test for blib/lib/Statistics/R/Legacy.pm'
# at /usr/local/share/perl/5.14.2/Test/Pod.pm line 186.
# blib/lib/Statistics/R/Legacy.pm (87): Expected text after =item, not a bullet
# Looks like you failed 1 test of 3.
t/01-pod.t ......... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests
t/02-legacy.t ...... ok
t/03-run.t ......... ok
t/04-start-stop.t .. ok
t/05-shared.t ...... ok
t/06-get-set.t ..... ok
t/07-robust.t ...... ok
t/08-errors.t ...... ok
Test Summary Report
-------------------
t/01-pod.t (Wstat: 256 Tests: 3 Failed: 1)
Failed test: 3
Non-zero exit status: 1
Files=9, Tests=10198, 16 wallclock secs ( 2.78 usr 0.12 sys + 14.63 cusr 1.15 csys = 18.68 CPU)
Result: FAIL
Failed 1/9 test programs. 1/10198 subtests failed.
make: *** [test_dynamic] Error 255
FANGLY/Statistics-R-0.31.tar.gz
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports FANGLY/Statistics-R-0.31.tar.gz
Running make install
make test had returned bad status, won't install without force
Failed during this command:
FANGLY/Statistics-R-0.31.tar.gz : make_test NO
my perl version is (v5.14.2) and the following is the output of uname -a
Linux srividya-530U3C-530U4C 3.2.0-57-generic #87-Ubuntu SMP Tue Nov 12 21:35:10 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Also, am using Ubuntu 12.04 LTS.
Can you kindly tell me what the issue is ? I have tried installing 0.28 version of the same package as well. I tried manually as well. I checked all the dependencies were installed. I really have no clue where the issue might be, I am new to perl and programming. Can you kindly advise on how to go forward.
Really appreciate it,
thanks,
Srividya