From owner-freebsd-dtrace@FreeBSD.ORG Thu Jul 17 18:00:17 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 94190673; Thu, 17 Jul 2014 18:00:17 +0000 (UTC) Received: from mail-ie0-x232.google.com (mail-ie0-x232.google.com [IPv6:2607:f8b0:4001:c03::232]) (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 589732FBB; Thu, 17 Jul 2014 18:00:17 +0000 (UTC) Received: by mail-ie0-f178.google.com with SMTP id tp5so3472929ieb.37 for ; Thu, 17 Jul 2014 11:00:16 -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=3rSAUIkpaey6zkBxXejl/iiCfhrB8OJ1Au5092kzZpU=; b=fjqazYD9fOgt4vO4jksQtmFUKYy3bjO0V6yv7JYrdveW+/94fXinosJ54KoVeepkHX 5XVklS5YVz8kYLfXVL36RE+DobBv0H7ov5tNw6k2FPw1SCv/U5D5t5gDMQmWTuJwicN5 vmMf8ae4DVBkI7yFKlmeYAZe5vl7NoXusjqOh7x6Szzn3CBGJYRQppy7WdZBpN9i8Rxh vJBjtpmNrai71YBpSLEYOZf9jcGpd+0XCd9UXWhwMeDEWz/aIVXKyIAUmjqDsWl8SiOY zjd97ILMJv4HgE2yMyo2Xl9pl5r7aLaGwXR7pAADiZv/S9JxjffOepfzB74MkvGpM8KX VWlw== MIME-Version: 1.0 X-Received: by 10.60.62.66 with SMTP id w2mr46930409oer.43.1405620016540; Thu, 17 Jul 2014 11:00:16 -0700 (PDT) Received: by 10.76.128.74 with HTTP; Thu, 17 Jul 2014 11:00:16 -0700 (PDT) In-Reply-To: <20140716041445.GB20065@raichu> References: <20140716041445.GB20065@raichu> Date: Thu, 17 Jul 2014 19:00:16 +0100 Message-ID: Subject: Re: DTrace probes for python 2.7.7 From: "Sevan / Venture37" To: Mark Johnston 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: Thu, 17 Jul 2014 18:00:17 -0000 On 16 July 2014 05:14, Mark Johnston wrote: > I've since discovered that the correct way to solve this problem is by > adding "-xnolibs" to the dtrace -G flags. Hi Mark, I've amended the line in the Makefile.pre.in & trying to rebuild now. It looks like the needs a litte more work as upon install, files are not copied into place at the moment Did your build pass tests pass after you built? ala https://www.jcea.es/artic/python_dtrace.htm Sevan