From owner-freebsd-dtrace@FreeBSD.ORG Tue Dec 9 02:09:32 2014 Return-Path: Delivered-To: freebsd-dtrace@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 EF35C96C; Tue, 9 Dec 2014 02:09:32 +0000 (UTC) Received: from mail-wg0-x236.google.com (mail-wg0-x236.google.com [IPv6:2a00:1450:400c:c00::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 76F31633; Tue, 9 Dec 2014 02:09:32 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id l2so7652609wgh.41 for ; Mon, 08 Dec 2014 18:09:30 -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=xzcrIk4NeCUWnaf1h3WXmp80S/1rvcT/MSTa9NFdC9s=; b=v1pS3blXfHL7M6PSOs+HBUa5AfauXYOq6EgDLkIDAYKJwscVaB+Fkgv8VxT9DVOXMh xLfcmoeIaK5jSDk9kYa3EJPraGCqRyb/9os1Jzzwu1Z2zKcT3yuYy08RiFKiYn8LNj9B rxF5X5MndBp0WhTGCeGIrDOjbhSxtx1cOfAykGQ5X7RZ+8pzDekbDbFs+YhyYFykxyb9 tGiZDOJ7jJtns2OcE6alSOfVinCQGxXze8/7POz+vBV/9ve8FjLxlhr1yO/Klj2GTIy2 ATqJMgtZuajD967nMot0CYMXMfwruBU78FlJWXh5Y/cD/faGQImGhiDHC5+I00at0lfH w2jw== X-Received: by 10.194.6.199 with SMTP id d7mr691231wja.124.1418090970866; Mon, 08 Dec 2014 18:09:30 -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 r10sm11894063wiy.13.2014.12.08.18.09.29 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 08 Dec 2014 18:09:30 -0800 (PST) Sender: ultramage Message-ID: <548659D7.4010104@gmail.com> Date: Tue, 09 Dec 2014 03:09:27 +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: Mark Johnston Subject: Re: missing system struct definitions during compilation files in /usr/lib/dtrace/ in local releng/10.1 build References: <5485C63E.3090002@gmail.com> <54863EE8.8050603@gmail.com> <20141209002701.GA41582@ip-172-31-25-62.ec2.internal> In-Reply-To: <20141209002701.GA41582@ip-172-31-25-62.ec2.internal> 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 02:09:33 -0000 Yes, that was the solution, thank you very much! It was surprising to find out that an executable outside of the kernel-toolchain is used to build the kernel. But I guess a line has to be drawn somewhere (only the entire output of 'buildworld' is guaranteed to cover everything ... which I wouldn't mind too much since I normally build them together :) On 9. 12. 2014 1:27, Mark Johnston wrote: > Can you try recompiling the 10.1 kernel? There were some changes in > the transition from clang 3.3 to 3.4 which broke the ctf tools. If the > 10.1 kernel was built with the 10.0 ctf* tools, it'll have malformed > CTF data; rebuilding the kernel a second time should fix it, since > you'd be using the 10.1 tools.