$ uname -a
Darwin mbp.local 14.0.0 Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64 x86_64
$ sudo python setup.py install
running install
running build
running build_py
creating build
creating build/lib.macosx-10.10-intel-2.7
creating build/lib.macosx-10.10-intel-2.7/dtrace_ctypes
copying dtrace_ctypes/__init__.py -> build/lib.macosx-10.10-intel-2.7/dtrace_ctypes
copying dtrace_ctypes/consumer.py -> build/lib.macosx-10.10-intel-2.7/dtrace_ctypes
copying dtrace_ctypes/dtrace_structs.py -> build/lib.macosx-10.10-intel-2.7/dtrace_ctypes
running build_ext
cythoning dtrace/dtrace.pyx to dtrace/dtrace.c
Error compiling Cython file:
------------------------------------------------------------
...
def __init__(self, chew_func=None, chewrec_func=None, out_func=None,
walk_func=None):
'''
Constructor. Gets a DTrace handle and sets some options.
'''
self.chew_func = chew_func or simple_chew
^
------------------------------------------------------------
dtrace/dtrace.pyx:239:49: Cannot convert 'object (object, int __pyx_skip_dispatch)' to Python object
Error compiling Cython file:
------------------------------------------------------------
...
def __init__(self, chew_func=None, chewrec_func=None, out_func=None,
walk_func=None):
'''
Constructor. Gets a DTrace handle and sets some options.
'''
self.chew_func = chew_func or simple_chew
^
------------------------------------------------------------
dtrace/dtrace.pyx:239:49: Cannot convert 'object (object, int __pyx_skip_dispatch)' to Python object
Error compiling Cython file:
------------------------------------------------------------
...
walk_func=None):
'''
Constructor. Gets a DTrace handle and sets some options.
'''
self.chew_func = chew_func or simple_chew
self.chewrec_func = chewrec_func or simple_chewrec
^
------------------------------------------------------------
dtrace/dtrace.pyx:240:58: Cannot convert 'object (object, int __pyx_skip_dispatch)' to Python object
Error compiling Cython file:
------------------------------------------------------------
...
walk_func=None):
'''
Constructor. Gets a DTrace handle and sets some options.
'''
self.chew_func = chew_func or simple_chew
self.chewrec_func = chewrec_func or simple_chewrec
^
------------------------------------------------------------
dtrace/dtrace.pyx:240:58: Cannot convert 'object (object, int __pyx_skip_dispatch)' to Python object
Error compiling Cython file:
------------------------------------------------------------
...
'''
Constructor. Gets a DTrace handle and sets some options.
'''
self.chew_func = chew_func or simple_chew
self.chewrec_func = chewrec_func or simple_chewrec
self.out_func = out_func or simple_out
^
------------------------------------------------------------
dtrace/dtrace.pyx:241:46: Cannot convert 'object (object, int __pyx_skip_dispatch)' to Python object
Error compiling Cython file:
------------------------------------------------------------
...
'''
Constructor. Gets a DTrace handle and sets some options.
'''
self.chew_func = chew_func or simple_chew
self.chewrec_func = chewrec_func or simple_chewrec
self.out_func = out_func or simple_out
^
------------------------------------------------------------
dtrace/dtrace.pyx:241:46: Cannot convert 'object (object, int __pyx_skip_dispatch)' to Python object
Error compiling Cython file:
------------------------------------------------------------
...
Constructor. Gets a DTrace handle and sets some options.
'''
self.chew_func = chew_func or simple_chew
self.chewrec_func = chewrec_func or simple_chewrec
self.out_func = out_func or simple_out
self.walk_func = walk_func or simple_walk
^
------------------------------------------------------------
dtrace/dtrace.pyx:242:49: Cannot convert 'object (object, object, object, object, int __pyx_skip_dispatch)' to Python object
Error compiling Cython file:
------------------------------------------------------------
...
Constructor. Gets a DTrace handle and sets some options.
'''
self.chew_func = chew_func or simple_chew
self.chewrec_func = chewrec_func or simple_chewrec
self.out_func = out_func or simple_out
self.walk_func = walk_func or simple_walk
^
------------------------------------------------------------
dtrace/dtrace.pyx:242:49: Cannot convert 'object (object, object, object, object, int __pyx_skip_dispatch)' to Python object
Error compiling Cython file:
------------------------------------------------------------
...
def __init__(self, script, chew_func=None, chewrec_func=None,
out_func=None, walk_func=None):
'''
Constructor. will get the DTrace handle
'''
self.chew_func = chew_func or simple_chew
^
------------------------------------------------------------
dtrace/dtrace.pyx:354:49: Cannot convert 'object (object, int __pyx_skip_dispatch)' to Python object
Error compiling Cython file:
------------------------------------------------------------
...
def __init__(self, script, chew_func=None, chewrec_func=None,
out_func=None, walk_func=None):
'''
Constructor. will get the DTrace handle
'''
self.chew_func = chew_func or simple_chew
^
------------------------------------------------------------
dtrace/dtrace.pyx:354:49: Cannot convert 'object (object, int __pyx_skip_dispatch)' to Python object
Error compiling Cython file:
------------------------------------------------------------
...
out_func=None, walk_func=None):
'''
Constructor. will get the DTrace handle
'''
self.chew_func = chew_func or simple_chew
self.chewrec_func = chewrec_func or simple_chewrec
^
------------------------------------------------------------
dtrace/dtrace.pyx:355:58: Cannot convert 'object (object, int __pyx_skip_dispatch)' to Python object
Error compiling Cython file:
------------------------------------------------------------
...
out_func=None, walk_func=None):
'''
Constructor. will get the DTrace handle
'''
self.chew_func = chew_func or simple_chew
self.chewrec_func = chewrec_func or simple_chewrec
^
------------------------------------------------------------
dtrace/dtrace.pyx:355:58: Cannot convert 'object (object, int __pyx_skip_dispatch)' to Python object
Error compiling Cython file:
------------------------------------------------------------
...
'''
Constructor. will get the DTrace handle
'''
self.chew_func = chew_func or simple_chew
self.chewrec_func = chewrec_func or simple_chewrec
self.out_func = out_func or simple_out
^
------------------------------------------------------------
dtrace/dtrace.pyx:356:46: Cannot convert 'object (object, int __pyx_skip_dispatch)' to Python object
Error compiling Cython file:
------------------------------------------------------------
...
'''
Constructor. will get the DTrace handle
'''
self.chew_func = chew_func or simple_chew
self.chewrec_func = chewrec_func or simple_chewrec
self.out_func = out_func or simple_out
^
------------------------------------------------------------
dtrace/dtrace.pyx:356:46: Cannot convert 'object (object, int __pyx_skip_dispatch)' to Python object
Error compiling Cython file:
------------------------------------------------------------
...
Constructor. will get the DTrace handle
'''
self.chew_func = chew_func or simple_chew
self.chewrec_func = chewrec_func or simple_chewrec
self.out_func = out_func or simple_out
self.walk_func = walk_func or simple_walk
^
------------------------------------------------------------
dtrace/dtrace.pyx:357:49: Cannot convert 'object (object, object, object, object, int __pyx_skip_dispatch)' to Python object
Error compiling Cython file:
------------------------------------------------------------
...
Constructor. will get the DTrace handle
'''
self.chew_func = chew_func or simple_chew
self.chewrec_func = chewrec_func or simple_chewrec
self.out_func = out_func or simple_out
self.walk_func = walk_func or simple_walk
^
------------------------------------------------------------
dtrace/dtrace.pyx:357:49: Cannot convert 'object (object, object, object, object, int __pyx_skip_dispatch)' to Python object
building 'dtrace' extension
creating build/temp.macosx-10.10-intel-2.7
creating build/temp.macosx-10.10-intel-2.7/dtrace
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c dtrace/dtrace.c -o build/temp.macosx-10.10-intel-2.7/dtrace/dtrace.o
dtrace/dtrace.c:1:2: error: Do not use this file, it is the result of a failed Cython compilation.
#error Do not use this file, it is the result of a failed Cython compilation.
^
1 error generated.
error: command 'cc' failed with exit status 1
Version info and build log below: