From owner-freebsd-dtrace@freebsd.org Mon Dec 21 15:53:23 2015 Return-Path: Delivered-To: freebsd-dtrace@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30544A4E715 for ; Mon, 21 Dec 2015 15:53:23 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (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 BF3191DB9 for ; Mon, 21 Dec 2015 15:53:22 +0000 (UTC) (envelope-from venture37@gmail.com) Received: by mail-wm0-x22f.google.com with SMTP id l126so74221005wml.1 for ; Mon, 21 Dec 2015 07:53:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=Zo8PMiQ2QvLV01icvAEMihIUHxJDyAWCsC5YvYLFcSc=; b=r9ShPxmt75FbAWqvgUJ1kGM8uTVetwrzgXP8igUL2GuK+3T+vqwJV/UF6yYB7vaKI+ KXqbnXhbUM36GfuGVYECxMCQkEfJZ5Q+R03Vo1kG06N7TX4Kr7oA9TWT/RB9vUkTiuWX A7+P6CsIQNiSmBA+hINI7gcX7MFGAltbxQml3WO1vwsIOkrT8U7jAegKlmKoXR6wGUX8 9GnhBp8a/PLr4Gvo4yLV5yJ+xZVyWsElPqAnnViwrBt6XbWewrnTeW6RGHI3RQp3QBdm OKSLvdvWwmKqQSnEGEnqTY0FXhLdG0jkEl1wxi1IJvn20Wk4TE9u6yUU7yx8ULecH9+D MMZg== X-Received: by 10.194.204.166 with SMTP id kz6mr22071662wjc.174.1450713201321; Mon, 21 Dec 2015 07:53:21 -0800 (PST) Received: from Sevans-11-MacBook-Air.local (cpc76566-dals22-2-0-cust591.20-2.cable.virginm.net. [82.34.78.80]) by smtp.googlemail.com with ESMTPSA id w1sm9856700wmd.2.2015.12.21.07.53.20 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 21 Dec 2015 07:53:20 -0800 (PST) Subject: Re: DTrace probes for python 2.7.7 To: freebsd-dtrace@freebsd.org References: <20140716041445.GB20065@raichu> From: Sevan / Venture37 Message-ID: <56782070.90209@gmail.com> Date: Mon, 21 Dec 2015 15:53:20 +0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-dtrace@freebsd.org X-Mailman-Version: 2.1.20 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, 21 Dec 2015 15:53:23 -0000 On 19/08/2015 15:56, Sevan / Venture37 wrote: > Revisiting this again, it seems that the build still fails because > useless declaration with newer python & newer patches. Updated patches just posted for Python 2.7.11 https://www.jcea.es/artic/python_dtrace.htm Sevan / Venture37