From owner-freebsd-dtrace@FreeBSD.ORG Thu Jun 27 16:15:30 2013 Return-Path: Delivered-To: freebsd-dtrace@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0778E271 for ; Thu, 27 Jun 2013 16:15:30 +0000 (UTC) (envelope-from xbro.aka.tj@gmail.com) Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com [IPv6:2a00:1450:4010:c03::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 85BEA1039 for ; Thu, 27 Jun 2013 16:15:29 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id fe20so1055768lab.20 for ; Thu, 27 Jun 2013 09:15:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=wiqwnwGp9CiNH46z3D0hog8pEGN6gY4B4NHm/Z4OKRM=; b=Yugt3Iu39cDJgKef/36xjhoPvL28wOAay7KzAbEOBTls56j0x3gND5g01VGXUuBoPh Qgd+efOwzJalk8pf8VLyUy6NwqP2gGtBVH5G0Ro+TRi9N+q0WxfYa0azapL9/MI5kx1l xmYF7hh5uXSu67Y+P6H+0s9i/A37yJvxw6aRDQa2ihyErI5A5cU/Fa+eydU46YFwTW3T 7nnOUPAeJzxGVnF6Sqrs316GxKqgZ/ckt1wzZE4+UqEJxDKTE8gXESmQe8Nh/ftVbo4n MGMHf74PtLboWsxL9ZLdXOLBZ361Q3GOqYHpcITcphMxd0hD+Rfh2Rn37QHU0O6EgXO2 ogvQ== MIME-Version: 1.0 X-Received: by 10.152.120.136 with SMTP id lc8mr4423702lab.89.1372349728378; Thu, 27 Jun 2013 09:15:28 -0700 (PDT) Sender: xbro.aka.tj@gmail.com Received: by 10.112.171.195 with HTTP; Thu, 27 Jun 2013 09:15:28 -0700 (PDT) In-Reply-To: References: Date: Thu, 27 Jun 2013 09:15:28 -0700 X-Google-Sender-Auth: OjjJR7do0YX3i0i_FNZUpGVUY04 Message-ID: Subject: Fwd: State of DTrace on FreeBSD From: Akbar Saidov To: freebsd-dtrace@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-dtrace@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "A discussion list for developers working on DTrace in FreeBSD." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jun 2013 16:15:30 -0000 If you are referring to the problem I am experiencing (ie broken userland support), when I applied the fix locally, my problem still existed. On 8.3, where it is still possible to specify WITH_CTF=1 in command line, my problem still existed. On Thu, Jun 27, 2013 at 8:56 AM, George Neville-Neil wrote: > > On Jun 26, 2013, at 21:12 , Akbar Saidov wrote: > > >> On fresh 8.4 install it's not possible to build a kernel or world > > WITH_CTF=1, build fails with WITH_CTF & WITHOUT_CTF can't both be set > > > > If I am not mistaken, I believe that issue is addressed in this revision > > http://svnweb.freebsd.org/base?view=revision&revision=241969 where it > makes > > it possible to specify WITH_XXX in /etc/src.conf > > > > > > If you apply that locally does it fix your problem? I need to setup a > testing environment > for 8.X and I don't have one to hand. > > Best, > George > > >