From owner-freebsd-stable@FreeBSD.ORG Sun May 23 20:42:07 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 329CA106574A for ; Sun, 23 May 2010 20:42:07 +0000 (UTC) (envelope-from marcus@blazingdot.com) Received: from marklar.blazingdot.com (marklar.blazingdot.com [207.154.84.83]) by mx1.freebsd.org (Postfix) with SMTP id 03E348FC20 for ; Sun, 23 May 2010 20:42:06 +0000 (UTC) Received: (qmail 48729 invoked by uid 503); 23 May 2010 20:42:06 -0000 Date: Sun, 23 May 2010 13:42:06 -0700 From: Marcus Reid To: Alexander Leidinger Message-ID: <20100523204206.GA48180@blazingdot.com> References: <20100522014817.GA73888@blazingdot.com> <20100522025444.8FE2F1CC3A@ptavv.es.net> <20100522033117.GB73888@blazingdot.com> <20100523200854.00006948@unknown> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100523200854.00006948@unknown> X-Coffee-Level: nearly-fatal User-Agent: Mutt/1.5.6i Cc: freebsd-stable@freebsd.org Subject: Re: dtrace problem? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 May 2010 20:42:07 -0000 On Sun, May 23, 2010 at 08:08:54PM +0200, Alexander Leidinger wrote: > On Fri, 21 May 2010 20:31:17 -0700 Marcus Reid > wrote: > > > On Fri, May 21, 2010 at 07:54:44PM -0700, Kevin Oberman wrote: > > > I believe WITH_CTF=1 would probably be placed in /etc/src.conf. > > > > Ah, right you are. That is, if world could be built with > > 'WITH_CTF=1'. That appears to be where my breakage was; you have to > > build kernel with it set but world without it. > > Correct. And additionally: you have to specify it at the command line. > Putting it into src.conf or into the kernel config only works on a > recent 9-current. Unfortunately, after rebuilding I'm having the problem described in PR 141452: http://www.freebsd.org/cgi/query-pr.cgi?pr=141452&cat= I haven't found a way around this yet. Marcus