Date: Thu, 28 Aug 2014 23:24:14 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 193109] New: [dtrace] cannot compile psinfo.d: line 37: syntax error near "uid_t" Message-ID: <bug-193109-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193109 Bug ID: 193109 Summary: [dtrace] cannot compile psinfo.d: line 37: syntax error near "uid_t" Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: ngie@FreeBSD.org A large percentage of the DTrace testcases fail with these errors. DTrace is properly compiled and enabled in the kernel. It's having issues in the preprocessor compiling anything related to gid_t, uid_t, and u_int in the D script. Once I comment those out, then it gets stuck on "struct proc" (says it can't find the structure). You need to use the isilon-atf-integrate-dtrace branch in http://github.com/yaneurabeya/freebsd in order to make progress here. $ uname -a FreeBSD freebsd-11-x64.localdomain 11.0-CURRENT FreeBSD 11.0-CURRENT #12 r270674+0129dfc(isilon-atf-integrate-dtrace): Tue Aug 26 16:50:36 PDT 2014 root@freebsd-11-x64.localdomain:/usr/obj/usr/src/sys/GENERIC-DEBUG amd64 -- 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-193109-8>