Date: Tue, 28 Feb 2017 14:56:09 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 217419] New port: level/py-python-dtrace Python bindings for DTrace Message-ID: <bug-217419-13-8U4Yb5Rzlh@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-217419-13@https.bugs.freebsd.org/bugzilla/> References: <bug-217419-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217419 Steve Wills <swills@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #180359|0 |1 is obsolete| | CC| |swills@FreeBSD.org --- Comment #1 from Steve Wills <swills@FreeBSD.org> --- Created attachment 180360 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D180360&action= =3Dedit 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 f= ound #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? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217419-13-8U4Yb5Rzlh>