From owner-freebsd-dtrace@FreeBSD.ORG Wed Jun 4 12:37:58 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D83B4223; Wed, 4 Jun 2014 12:37:58 +0000 (UTC) Received: from mail-ob0-x230.google.com (mail-ob0-x230.google.com [IPv6:2607:f8b0:4003:c01::230]) (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 97C902D42; Wed, 4 Jun 2014 12:37:58 +0000 (UTC) Received: by mail-ob0-f176.google.com with SMTP id wo20so7562223obc.21 for ; Wed, 04 Jun 2014 05:37:57 -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 :cc:content-type; bh=heBRfRGH6t3el39In8FGrHLn5z+l7gp1XLFqu1nrZpg=; b=e4eVglleoWu4hKAM426yJRDBsavGk991suDR0Byu56xbKKcvjLFoT7dlVhtHTC1JEk vSMrrTEa1zX9tMapEgVRBjsg+mZMNo650edF88SwJa0oKjeHlJS1UJ+yU3U2GZhMNgIT 05w0SzmvAguBHIJF9qRPEgdhlZSUMQTnRDVH1j0ZSMwbfoV2jMk5CLy8z9QmzZ+CnFSK aeOLFIP00iuEtMjE34T13S44zE3kHjkNf6VCNKP8cncIisNmpZxfez/7AtgIeexZBFqW mtuPuLuZPAFzjv0r3HHmgyugACEaokcpbAUW+Sf0LxJCclk9RAQ7VFR84942w61p4YPE yjEg== MIME-Version: 1.0 X-Received: by 10.182.43.132 with SMTP id w4mr56976552obl.41.1401885477850; Wed, 04 Jun 2014 05:37:57 -0700 (PDT) Received: by 10.76.18.45 with HTTP; Wed, 4 Jun 2014 05:37:57 -0700 (PDT) In-Reply-To: <538EF858.9000305@FreeBSD.org> References: <538EF858.9000305@FreeBSD.org> Date: Wed, 4 Jun 2014 13:37:57 +0100 Message-ID: Subject: Re: DTrace probes for python 2.7.7 From: "Sevan / Venture37" To: koobs@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-dtrace@freebsd.org" 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: Wed, 04 Jun 2014 12:37:58 -0000 On 4 June 2014 11:43, Kubilay Kocak wrote: > Both of my official FreeBSD Python buildbots support dtrace, and I've > been doing my best to support jcea@ over the past year or so: > > http://buildbot.python.org/all/buildslaves/koobs-freebsd9 > http://buildbot.python.org/all/buildslaves/koobs-freebsd10 > > I'd like to see us be one of the first to support it (in ports), so let > me know if there's anything I can do :) Hi Koobs, I'd check the output of your builds it doesn't appear to be building with dtrace enabled configure: WARNING: unrecognized options: --with-dtrace You need to rerun autoconf after patching The 2.7.6 patches merged with lang/python27 as expected, but the build fails due to issues with the paths added in as part of the patch which I'm currently looking into now. Sevan