From owner-freebsd-current@FreeBSD.ORG Thu Jun 4 17:06:24 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D176D8E6 for ; Thu, 4 Jun 2015 17:06:24 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ie0-x234.google.com (mail-ie0-x234.google.com [IPv6:2607:f8b0:4001:c03::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D7121A5D for ; Thu, 4 Jun 2015 17:06:24 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: by iesa3 with SMTP id a3so40643090ies.2 for ; Thu, 04 Jun 2015 10:06:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=0OARspaLvVmVNJpEX3NdCuzxR5MhSSKVdNplfQ/Pb50=; b=eDCJrryH438X61RcnXUUe3x4Tb6N3SGTU6rPXzEN+eqDDMLULCE9blW7b0L4KDYWF3 /S27OSUskS/7xfNHYKG8hOS540W0h3hhN5jD99jW1LRXqKQcxfBaDMEw82iH3f/89nm8 AZRTmgmrFtjxkJtptFNadYiSHsLRS+NyNH/OaWxxnFYSOkyYSS7gZL9ZngTE7mNP4h5t z4r1pucJbdG8K2A8hxDTbanze+pJ0MhDqF7e/Itu7CD6PBhf5RWZb7ucn6aqln1uxF6V kTl/Fe+ETb+hbkbv6LZ0nUR3zkAg9MPTtdpQrMBPkmKO4LIwPXDEmY/AgYpGzu2o3oyD MBgA== MIME-Version: 1.0 X-Received: by 10.50.73.169 with SMTP id m9mr13261534igv.37.1433437583900; Thu, 04 Jun 2015 10:06:23 -0700 (PDT) Received: by 10.107.165.16 with HTTP; Thu, 4 Jun 2015 10:06:23 -0700 (PDT) Date: Thu, 4 Jun 2015 13:06:23 -0400 Message-ID: Subject: dtrace failing with "no struct pkt_node definition is available" From: Ryan Stone To: FreeBSD Current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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, 04 Jun 2015 17:06:24 -0000 I'm getting this error when I try to run dtrace on a recent head: dtrace: failed to compile script error.d: "/usr/lib/dtrace/tcp.d", line 292: operator -> cannot be applied to a forward declaration: no struct pkt_node definition is available. I confirmed that I do have ctf data in my kernel. I was able to get the dtrace script to run by removing tcp.d. Has something changed in the kernel that tcp.d needs to catch up with?