From owner-freebsd-current@FreeBSD.ORG Mon Feb 21 05:56:22 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E25F1065670 for ; Mon, 21 Feb 2011 05:56:22 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 3A46A8FC17 for ; Mon, 21 Feb 2011 05:56:22 +0000 (UTC) Received: from fledge.watson.org (fledge.watson.org [65.122.17.41]) by cyrus.watson.org (Postfix) with ESMTPS id CF4C346B0D; Mon, 21 Feb 2011 00:56:21 -0500 (EST) Date: Mon, 21 Feb 2011 05:56:21 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Shawn Webb In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD-current Subject: Re: DTrace Broken? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2011 05:56:22 -0000 On Fri, 18 Feb 2011, Shawn Webb wrote: > Hey fellow current users, > > Looks like dtrace is broken in current: > > # dtrace -l -f acl dtrace: invalid probe specifier acl: > "/usr/lib/dtrace/psinfo.d", line 37: syntax error near "uid_t" Error messages along these lines almost always mean that the kernel was built without WITH_CTF (causing dtrace to be unable to find the type information it requires). Robert > > Line 37 shows: > uid_t pr_uid; /* real user id */ > > Looks good to me, but why is dtrace complaining? > > Thanks, > > Shawn Webb > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >