[Bug 237736] math/py-rpy2: Broken on FreeBSD: doesn't recognize the system

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 3 17:56:57 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237736

            Bug ID: 237736
           Summary: math/py-rpy2: Broken on FreeBSD: doesn't recognize the
                    system
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet at FreeBSD.org
          Reporter: yuri at freebsd.org
             Flags: maintainer-feedback?(sunpoet at FreeBSD.org)
          Assignee: sunpoet at FreeBSD.org

Testcase:
> from rpy2.robjects.packages import importr
> utils = importr('utils')

Output:
Traceback (most recent call last):
  File "rama.py", line 1, in <module>
    from rpy2.robjects.packages import importr
  File "/usr/local/lib/python3.6/site-packages/rpy2/robjects/__init__.py", line
14, in <module>
    import rpy2.rinterface as rinterface
  File "/usr/local/lib/python3.6/site-packages/rpy2/rinterface.py", line 4, in
<module>
    from rpy2.rinterface_lib import openrlib
  File
"/usr/local/lib/python3.6/site-packages/rpy2/rinterface_lib/openrlib.py", line
21, in <module>
    rlib = _dlopen_rlib(R_HOME)
  File
"/usr/local/lib/python3.6/site-packages/rpy2/rinterface_lib/openrlib.py", line
16, in _dlopen_rlib
    lib_path = rpy2.situation.get_rlib_path(r_home, platform.system())
  File "/usr/local/lib/python3.6/site-packages/rpy2/situation.py", line 71, in
get_rlib_path
    raise ValueError('The system "%s" is not supported.')
ValueError: The system "%s" is not supported.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list