From owner-freebsd-dtrace@FreeBSD.ORG Tue Dec 9 00:14:38 2014 Return-Path: Delivered-To: freebsd-dtrace@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 772274C4 for ; Tue, 9 Dec 2014 00:14:38 +0000 (UTC) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 078DA813 for ; Tue, 9 Dec 2014 00:14:38 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id h11so44626wiw.15 for ; Mon, 08 Dec 2014 16:14:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=CA1apwvV8ubXoSrd0zmdHJcvXlxEbvyijeeLkdq1DR0=; b=z59xnIx3mH3z/BX4eO6t4+rq0BQPNsehkwf/+LtqRO2htpIw5AHb91gM4HFze3lUyz Ft63vDoZ3gnr48roKWa2hXRZ04p9RafJ7HJvxwCoZYbVyg2pO/x1efo2i59GsfZgI6Lz sOOfhRd+8jB+5HBx083UzJ0lWxwFL/lkWFNjhM2zgTevbu29cn2z7pZgrmI4U/BSz0yo Y7Fl1OD4i/A81b8d9Gd75PE06PqwT9poBoyV4pbjQ7Zq2IU4Id93D/YhKuhWsJ1QYEkV q6eoSzNxkAh67B5kr4QWyOJkSgpFfA6USB4OPdobCXkw73u7gfcbpoBhpw0Iuw37zGXq m8MA== X-Received: by 10.194.81.38 with SMTP id w6mr113592wjx.17.1418084076366; Mon, 08 Dec 2014 16:14:36 -0800 (PST) Received: from ?IPv6:2001:470:1f0b:408:c16f:5efc:fabd:821a? ([2001:470:1f0b:408:c16f:5efc:fabd:821a]) by mx.google.com with ESMTPSA id d2sm58491387wjs.32.2014.12.08.16.14.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 08 Dec 2014 16:14:35 -0800 (PST) Sender: ultramage Message-ID: <54863EE8.8050603@gmail.com> Date: Tue, 09 Dec 2014 01:14:32 +0100 From: =?UTF-8?B?VmlrdG9yIMWgdHVqYmVy?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Ryan Stone Subject: Re: missing system struct definitions during compilation files in /usr/lib/dtrace/ in local releng/10.1 build References: <5485C63E.3090002@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-dtrace@freebsd.org" X-BeenThere: freebsd-dtrace@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 09 Dec 2014 00:14:38 -0000 I built the kernel using 'make buildkernel' using a kernconf derived from GENERIC, only difference is some 'device' entries added and removed. I did keep a backup of the old kernel, so I ran ctfdump -S on both of them: old: total number of struct members = 38700 new: total number of struct members = 528 So there's definitely something to this. If all else fails, I'll remove make.conf / src.conf and build GENERIC to see if I can get a baseline setup that works.