mysql55: sh: /bin/ps: Operation not permitted
Bradley Giesbrecht
pixilla at macports.org
Fri Dec 13 16:03:22 PST 2013
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)
More information about the macports-dev
mailing list