From owner-freebsd-current@FreeBSD.ORG Thu Jun 7 15:18:47 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A84B106566B; Thu, 7 Jun 2012 15:18:47 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by mx1.freebsd.org (Postfix) with ESMTP id BD0B68FC1C; Thu, 7 Jun 2012 15:18:46 +0000 (UTC) Received: by wibhj8 with SMTP id hj8so280733wib.13 for ; Thu, 07 Jun 2012 08:18:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=nTDY0S00IqGfyw5nOuGBEisIYLpMouAIsXEIVrise18=; b=t9mHKWIjkobebKB+vA7OqmHQ7OPEW2tnHW17zwpk9I7LXc7VujV860OKHLgxRnrq5x z/h/dwiyscd5mf9IlDOM23M2JvDz0/ShOvVNtnNFNB0+Jd+t4qfLN8lkP02xjH73oYBO umOGUp4zVKiuku3KOd0CV8IWkL8Eu6o9Mpd+3fSg3rBqMnD4zBgP9HEcSXM6syp75xzV DKiKkZwuzya9Pqp7thoFpPdBhNClnHKOij4NbjNlJXG2z9/Cv3Nu8t30UZKDfI0hr6d1 Lbb5/QZqJjcLhzyrlLvbzoHU66FfZABce/2V/0E35s1OMKGggfTrjLlOt/cLqaIiqPKN Lcvw== MIME-Version: 1.0 Received: by 10.216.213.143 with SMTP id a15mr1123549wep.156.1339082320273; Thu, 07 Jun 2012 08:18:40 -0700 (PDT) Received: by 10.180.146.131 with HTTP; Thu, 7 Jun 2012 08:18:40 -0700 (PDT) In-Reply-To: <4FD06011.5000805@FreeBSD.org> References: <4FD06011.5000805@FreeBSD.org> Date: Thu, 7 Jun 2012 11:18:40 -0400 Message-ID: From: Ryan Stone To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD-Current Subject: Re: dtrace: identifier redefined: cpu 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: Thu, 07 Jun 2012 15:18:47 -0000 On Thu, Jun 7, 2012 at 4:02 AM, Andriy Gapon wrote: > > I am getting the following error while trying to execute any DTrace scrip= t on a > freshly updated CURRENT system (both kernel and world). > Example: > > dtrace: failed to compile script sysctl_kern_proc.d: "/usr/lib/dtrace/sch= ed.d", > line 70: identifier redefined: cpu > =A0 =A0 =A0 =A0 current: inline definition > =A0 =A0 =A0 =A0previous: scalar > -- > Andriy Gapon Hm, I cannot reproduce this on the following system, freshly built this mor= ning: FreeBSD vm-head 10.0-CURRENT FreeBSD 10.0-CURRENT #3 r236713: Thu Jun 7 10:30:45 EDT 2012 rstone@rstone-laptop:/home/rstone/freebsd/obj/usr/home/rstone/freebsd/head_= 2/sys/GENERIC amd64 I don't even have a /usr/lib/dtrace/sched.d. Do you have some local changes that is installing that?