Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 May 2019 17:56:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237736] math/py-rpy2: Broken on FreeBSD: doesn't recognize the system
Message-ID:  <bug-237736-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237736

            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@FreeBSD.org
          Reporter: yuri@freebsd.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
          Assignee: sunpoet@FreeBSD.org

Testcase:
> from rpy2.robjects.packages import importr
> utils =3D 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", l=
ine
21, in <module>
    rlib =3D _dlopen_rlib(R_HOME)
  File
"/usr/local/lib/python3.6/site-packages/rpy2/rinterface_lib/openrlib.py", l=
ine
16, in _dlopen_rlib
    lib_path =3D 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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237736-7788>