From owner-freebsd-dtrace@FreeBSD.ORG Wed Jun 4 13:49:29 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 5511AC8E for ; Wed, 4 Jun 2014 13:49:29 +0000 (UTC) Received: from mail-pb0-x22d.google.com (mail-pb0-x22d.google.com [IPv6:2607:f8b0:400e:c01::22d]) (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 1E46C24B3 for ; Wed, 4 Jun 2014 13:49:29 +0000 (UTC) Received: by mail-pb0-f45.google.com with SMTP id um1so7031876pbc.32 for ; Wed, 04 Jun 2014 06:49:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=2r43YegUpbcjUHOt5EsbRu5Yb78f3bi9Yb/PooWACk0=; b=0H2E2XR6K9A4nE2DBruQFVJCaR0IS/S48ooV4OrxnlRoVP1FA+7N80snITPzTuDnRQ 4iCW2hWeIAaKdmEaOKpArqVELFs15ZpPuaF1STiLnv28nyRf32XnyQbXNbd7A4fL1oNu MYps9+d5SHsWj8Qn4Gnc6Un6BpREJ+sFFm5AsV+FrZx0cWNzwsIdBQ+zxKkQFwNLmtya tgjNjNK3oqAPcm4Lv3pth9SvlfKR3Twmjc0BuR/P8JA2kYBaikhoXLSqwSEbSU3+28qI 65L8xsbWJeMX6QrxcboQJLT+roXO3rJwZnaMl4lkmTAfOE/Z1dVBqNznTcWdcjO4rR5B hiKw== X-Received: by 10.69.26.103 with SMTP id ix7mr62715246pbd.41.1401889768491; Wed, 04 Jun 2014 06:49:28 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id gg3sm10353127pbc.34.2014.06.04.06.49.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Jun 2014 06:49:27 -0700 (PDT) Sender: Kubilay Kocak Message-ID: <538F23DB.2040003@FreeBSD.org> Date: Wed, 04 Jun 2014 23:49:15 +1000 From: Kubilay Kocak Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Thunderbird/30.0 MIME-Version: 1.0 To: Sevan / Venture37 Subject: Re: DTrace probes for python 2.7.7 References: <538EF858.9000305@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 13:49:29 -0000 On 4/06/2014 10:37 PM, Sevan / Venture37 wrote: > 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 > The buildmaster sets the configure argument for all builds unconditionally (for when dtrace support does land in tip) but jcea has only tested using the custom builder so far Have you been in touch with Jesús yet? This is the relevant issue ID: http://bugs.python.org/issue13405