Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jun 2024 15:34:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 280006] sysutils/R-cran-ps: Error: Not implemented on this platform: `ps_handle`
Message-ID:  <bug-280006-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 280006
           Summary: sysutils/R-cran-ps: Error: Not implemented on this
                    platform: `ps_handle`
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ygy@freebsd.org
          Reporter: uzsolt@FreeBSD.org
          Assignee: ygy@freebsd.org
             Flags: maintainer-feedback?(ygy@freebsd.org)

Install R-cran-ps from repository.

> library(ps)
> ps_pids()
Error in ps_pids() : Not implemented for this platform
> p <- ps_handle()
Error: Not implemented on this platform: `ps_handle`

The "make test" passed because the `test_check` runs only ps_is_supported()=
 -
but for me it's false! The last line of tests/testthat.R:
if (ps_is_supported()) test_check("ps", reporter =3D reporter)

--=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-280006-7788>