From owner-freebsd-dtrace@FreeBSD.ORG Mon Jun 9 18:16:39 2014 Return-Path: Delivered-To: freebsd-dtrace@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 116B3F0 for ; Mon, 9 Jun 2014 18:16:39 +0000 (UTC) Received: from mail-ob0-x229.google.com (mail-ob0-x229.google.com [IPv6:2607:f8b0:4003:c01::229]) (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 D01472282 for ; Mon, 9 Jun 2014 18:16:38 +0000 (UTC) Received: by mail-ob0-f169.google.com with SMTP id wp18so3723883obc.14 for ; Mon, 09 Jun 2014 11:16:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=DlVb7Ca9YPBCadhTt8TOFS8xL6FSu8i+gLK1xWleSsI=; b=KityOBSfHFgIaXDI5EhMlM13thpzhoSuJbqydwzx5XaLqp0lXP7LVU7HbAIPaFzHxn /P1ozpcYbIVQnsgLUPTMu8UmC5uqDTDZUvY0HQtUWGtBbxJlnh9aZkt3/KchDKQpAbQD LpQ1CmOMXbHPoqi/hz5kgWwAcwYQCGQjTRklyST+lW8mcCTJLxi6ANou8EXfYMWfk6dR DmvktQxSKorvxeWjFcIs5hg5aq++2LYbf0kwM5vh4E5ZZNfQFzf7D1432h3J2H9kDnBG Wr8QPzQ0aWMmBe7j973lAQEH27msBRZThDhTwCmxTvNTgKh7+e0LeIVkzQQIsuNQP0f6 5daQ== MIME-Version: 1.0 X-Received: by 10.182.65.167 with SMTP id y7mr26338410obs.29.1402337798030; Mon, 09 Jun 2014 11:16:38 -0700 (PDT) Received: by 10.76.18.114 with HTTP; Mon, 9 Jun 2014 11:16:37 -0700 (PDT) In-Reply-To: References: Date: Mon, 9 Jun 2014 19:16:37 +0100 Message-ID: Subject: Re: DTrace probes for python 2.7.7 From: "Sevan / Venture37" To: "freebsd-dtrace@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-dtrace@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 09 Jun 2014 18:16:39 -0000 On 4 June 2014 20:15, Sevan / Venture37 wrote: > dtrace: failed to compile script Include/pydtrace.d: line 26: typedef > redeclared: __uint8_t On i386 the build fails differently with r266655 snapshot from 20140525 =E2=80=9Cfailed to compile script Include/pydtrace.d: =E2=80=9C/usr/lib/dtr= ace/ip.d=E2=80=9D line 2: type redeclared: struct devinfo" There is of course an inconsistent. The original error regarding the redeclaration of __uint8_t was from a AMD64 host running r266972. Installing the AMD64 r266655 snapshot & retrying the build results in, failed to compile script Include/pydtrace.d: =E2=80=9C/usr/lib/dtrace/unistd.d=E2=80=9D, line 135: syntax error near =E2= =80=9Ccsinfo_t=E2=80=9D Can anyone shed some light on what's going on. Sevan