[Bug 217419] New port: level/py-python-dtrace Python bindings for DTrace
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Feb 28 14:56:10 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217419
Steve Wills <swills at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #180359|0 |1
is obsolete| |
CC| |swills at FreeBSD.org
--- Comment #1 from Steve Wills <swills at FreeBSD.org> ---
Created attachment 180360
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=180360&action=edit
shar for devel/py-python-dtrace
There were a number of issues with this port which I've fixed, see attached
updated version. But there's still an issue in that it doesn't compile. The
error produced is:
cc -DNDEBUG -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC
-I/sys/cddl/compat/opensolaris -I/sys/cddl/contrib/opensolaris/uts/common
-I/usr/src/cddl/contrib/opensolaris/lib/libdtrace/common
-I/usr/local/include/python2.7 -c dtrace_cython/consumer.c -o
build/temp.freebsd-12.0-CURRENT-amd64-2.7/dtrace_cython/consumer.o
dtrace_cython/consumer.c:434:10: fatal error: 'sys/int_limits.h' file not found
#include "sys/int_limits.h"
^
1 error generated.
error: command 'cc' failed with exit status 1
*** Error code 1
I think sys/int_limits.h may be a gcc thing?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list