DTrace probes for python 2.7.7

Sevan / Venture37 venture37 at gmail.com
Wed Jun 4 19:15:02 UTC 2014


I've merged the patch with lang/python27 port & now dealing with build
issues with a little help from vg@

You can keep up on: https://bitbucket.org/sevan/python27-dtrace

cc -DNDEBUG -L/usr/local/lib -pthread -o Include/pydtrace_offsets
Include/pydtrace_offsets.c

Include/pydtrace_offsets.sh OTHER  Python/ceval.o
Include/pydtrace_offsets >  Include/pydtrace_offsets.h

if test "/usr/sbin/dtrace" != "" ; then  touch -r Python/ceval.o
Python/ceval.o.ts_dtrace ;  touch -r Modules/gcmodule.o
Modules/gcmodule.o.ts_dtrace ;  touch -r Objects/classobject.o
Objects/classobject.o.ts_dtrace ;  touch -r Objects/typeobject.o
Objects/typeobject.o.ts_dtrace ;  /usr/sbin/dtrace -o
Python/pydtrace.o -DPYDTRACE_STACK_HELPER  -I. -IInclude
-I./../Include -I/usr/local/include   -C -G -s Include/pydtrace.d
Python/ceval.o Modules/gcmodule.o  Objects/classobject.o
Objects/typeobject.o ;  touch -r Python/ceval.o.ts_dtrace
Python/ceval.o ;  touch -r Modules/gcmodule.o.ts_dtrace
Modules/gcmodule.o ;  touch -r Objects/classobject.o.ts_dtrace
Objects/classobject.o ;  touch -r Objects/typeobject.o.ts_dtrace
Objects/typeobject.o ;  rm Python/ceval.o.ts_dtrace ;  rm
Modules/gcmodule.o.ts_dtrace ;  rm Objects/classobject.o.ts_dtrace ;
rm Objects/typeobject.o.ts_dtrace ;  else touch Python/pydtrace.o ;
fi;

dtrace: failed to compile script Include/pydtrace.d: line 26: typedef
redeclared: __uint8_t


Sevan / Venture37


More information about the freebsd-dtrace mailing list