r-lib / ps

R package to query, list, manipulate system processes
https://ps.r-lib.org/
Other
77 stars 19 forks source link

Fails to build on FreeBSD: Undefined symbol "psll_memory_uss" #126

Closed yurivict closed 2 years ago

yurivict commented 2 years ago
** testing if installed package can be loaded from temporary location
Error: package or namespace load failed for ‘ps’ in dyn.load(file, DLLpath = DLLpath, ...):
 unable to load shared object '/usr/home/yuri/R/amd64-portbld-freebsd13.0-library/4.2/00LOCK-ps/00new/ps/libs/ps.so':
  /usr/home/yuri/R/amd64-portbld-freebsd13.0-library/4.2/00LOCK-ps/00new/ps/libs/ps.so: Undefined symbol "psll_memory_uss"
Error: loading failed
Execution halted
ERROR: loading failed
* removing ‘/usr/home/yuri/R/amd64-portbld-freebsd13.0-library/4.2/ps’

R-4.2.0 FreeBSD 13.1

gaborcsardi commented 2 years ago

What version of ps is this? I think this has been fixed already.

yurivict commented 2 years ago

https://github.com/r-lib/ps/pull/127

yurivict commented 2 years ago

ps_1.7.0

gaborcsardi commented 2 years ago

I think this has been fixed already in the version in this repo.