Is this a problem or a red herring?

Is sandboxing possibly preventing access to /bin/ps?

CMakeLists.txt:
...
IF(NOT FIND_PROC)
  # SysV style
  EXECUTE_PROCESS(COMMAND ps -ef OUTPUT_QUIET ERROR_QUIET RESULT_VARIABLE 
result)
MESSAGE(FATAL_ERROR "MACPORTS: SysV style result='${result}'")
...


Result:
...
sh: /bin/ps: Operation not permitted
sh: /bin/ps: Operation not permitted
CMake Error at scripts/CMakeLists.txt:126 (MESSAGE):
  MACPORTS: SysV style result='Operation not permitted'
...


Regards,
Bradley Giesbrecht (pixilla)

_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to