Bug 83707

Summary: [NEW PORT] math/p5-Statistics-R: Controls the R (R-project) interpreter through Perl
Product: Ports & Packages Reporter: Philippe Waelti <philippe.waelti>
Component: Individual Port(s)Assignee: Aaron Dalton <aaron>
Status: Closed FIXED    
Severity: Affects Only Me CC: philippe.waelti
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-Statistics-R-0.02.shar
none
Linux.pm.rej none

Description Philippe Waelti 2005-07-19 08:00:21 UTC
This will permit the control of the the R (R-project) interpreter
through Perl.

You can for example, start only one instance of the R interpreter and have
different Perl process accessing it.

WWW: http://search.cpan.org/dist/Statistics-R-0.02

- Walter
philippe.waelti@eivd.ch

Generated with FreeBSD Port Tools 0.63
Comment 1 Aaron Dalton freebsd_committer freebsd_triage 2005-11-21 05:47:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->aaron

I'll take it.
Comment 2 Aaron Dalton freebsd_committer freebsd_triage 2005-11-21 06:41:02 UTC
There is a problem with the patch you submitted.  I get the following 
error when trying to build:

moondance# make
===>  Vulnerability check disabled, database not found
===>  Extracting for p5-Statistics-R-0.02
=> MD5 Checksum OK for Statistics-R-0.02.tar.gz.
=> SHA256 Checksum OK for Statistics-R-0.02.tar.gz.
===>   p5-Statistics-R-0.02 depends on file: /usr/local/bin/perl5.8.7 - 
found
===>  Patching for p5-Statistics-R-0.02
===>   p5-Statistics-R-0.02 depends on file: /usr/local/bin/perl5.8.7 - 
found
===>  Applying FreeBSD patches for p5-Statistics-R-0.02
1 out of 1 hunks failed--saving rejects to 
lib/Statistics/R/Bridge/Linux.pm.rej
=> Patch patch-bridge-linux failed to apply cleanly.
*** Error code 1

Stop in /home/aaron/BSD/p5-Statistics-R.

I've attached the .rej file as well.  I await your reply.

-- 
Aaron Dalton
aaron@FreeBSD.org
FreeBSD Ports Committer
Comment 3 Aaron Dalton freebsd_committer freebsd_triage 2005-11-21 06:41:10 UTC
State Changed
From-To: open->feedback

Sent back to maintainer to fix problems with patch
Comment 4 Aaron Dalton freebsd_committer freebsd_triage 2005-12-03 21:25:59 UTC
I fixed the patching issue, but now make test is not working.  Will you 
please take a look and get back to me?

moondance# make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl5.8.7 "-Iblib/lib" "-Iblib/arch" 
test.pl
1..1
# Running under perl version 5.008007 for freebsd
# Current time local: Sat Dec  3 14:21:15 2005
# Current time GMT:   Sat Dec  3 21:21:15 2005
# Using Test.pm version 1.25
ok 1
ok 2
ok 3
----
ok 4
ok 5
ok 6
not ok 7
# Failed test 7 in test.pl at line 34
#  test.pl line 34 is:   ok( $ret =~ /^\[\d+\]\s+123\s*$/ ) ;
ok 8
ok 9
----
ok 10

The End! By!


-- 
Aaron Dalton
aaron@FreeBSD.org
FreeBSD Ports Committer
Comment 5 Aaron Dalton freebsd_committer freebsd_triage 2005-12-05 01:02:46 UTC
State Changed
From-To: feedback->closed

Closed due to submitter timeout.  The original Perl module developer is unreachable as well.  Feel free to resubmit if you are able to track down the errors.