[Bug 193109] New: [dtrace] cannot compile psinfo.d: line 37: syntax error near "uid_t"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 28 23:24:14 UTC 2014


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 at FreeBSD.org
          Reporter: ngie at 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 at 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.


More information about the freebsd-bugs mailing list