pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
sysutils/py-psutil not working on NetBSD_7.0(_RC1) and later?
I’m working on a package to pkgsrc, but it seems like a dependency, sysutils/py-psutil isn’t working as expected on NetBSD_7.0_RC1 (and later ?) . Then running the new python package, it stops at:
[…]
File "/usr/pkg/lib/python2.7/site-packages/plaso/multi_processing/process_info.py", line 6, in <module>
import psutil
File "/usr/pkg/lib/python2.7/site-packages/psutil/__init__.py", line 1448, in <module>
_last_cpu_times = cpu_times()
File "/usr/pkg/lib/python2.7/site-packages/psutil/__init__.py", line 1443, in cpu_times
return _psplatform.cpu_times()
File "/usr/pkg/lib/python2.7/site-packages/psutil/_psnetbsd.py", line 80, in cpu_times
user, nice, system, idle, irq = _psutil_netbsd.get_system_cpu_times()
OSError: [Errno 12] Cannot allocate memory
I also tested the same package on NetBSD_6.1.5, and there is seems to work just fine…
Anybody seen this before?
Re,
/P
Home |
Main Index |
Thread Index |
Old Index