From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 3 09:40:05 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74C281065672 for ; Sat, 3 Mar 2012 09:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4595C8FC17 for ; Sat, 3 Mar 2012 09:40:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q239e57v094925 for ; Sat, 3 Mar 2012 09:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q239e5sd094921; Sat, 3 Mar 2012 09:40:05 GMT (envelope-from gnats) Date: Sat, 3 Mar 2012 09:40:05 GMT Message-Id: <201203030940.q239e5sd094921@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Yuri Cc: Subject: Re: misc/165644: drtrace finds the syntax error in /usr/lib/dtrace/psinfo.d: syntax error near "uid_t" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yuri List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2012 09:40:05 -0000 The following reply was made to PR misc/165644; it has been noted by GNATS. From: Yuri To: Andriy Gapon Cc: bug-followup@FreeBSD.org Subject: Re: misc/165644: drtrace finds the syntax error in /usr/lib/dtrace/psinfo.d: syntax error near "uid_t" Date: Sat, 03 Mar 2012 01:33:13 -0800 On 03/03/2012 00:34, Andriy Gapon wrote: > There is no syntax error. > In this cryptic way dtrace says that there is no dtrace support in your kernel. In the case of lack of DTrace support the error is different: $ dtrace: failed to initialize dtrace: DTrace device not available on system Yuri