[Bug 280006] sysutils/R-cran-ps: Error: Not implemented on this platform: `ps_handle`

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 26 Jun 2024 15:34:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280006

            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 = reporter)

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