From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2737 invoked by alias); 22 Feb 2015 23:44:28 -0000 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org Received: (qmail 2726 invoked by uid 89); 22 Feb 2015 23:44:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx4-phx2.redhat.com Received: from mx4-phx2.redhat.com (HELO mx4-phx2.redhat.com) (209.132.183.25) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 22 Feb 2015 23:44:27 +0000 Received: from zmail20.collab.prod.int.phx2.redhat.com (zmail20.collab.prod.int.phx2.redhat.com [10.5.83.23]) by mx4-phx2.redhat.com (8.13.8/8.13.8) with ESMTP id t1MNiQWo020487; Sun, 22 Feb 2015 18:44:26 -0500 Date: Sun, 22 Feb 2015 23:44:00 -0000 From: Nathan Scott Reply-To: Nathan Scott To: "Frank Ch. Eigler" Cc: systemtap Message-ID: <1486071395.12783244.1424648665664.JavaMail.zimbra@redhat.com> In-Reply-To: References: <452908795.11130378.1424394762756.JavaMail.zimbra@redhat.com> <1605218776.11202792.1424408969495.JavaMail.zimbra@redhat.com> Subject: Re: [PATCH] python3 support for /usr/bin/dtrace MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-q1/txt/msg00188.txt.bz2 ----- Original Message ----- > > [...] > > Came across a few syntax issues when building PCP with static > > probes enabled on a system where python3 was default. [...] > > By default, meaning /usr/bin/python mapping to python3? Yes, by "a system where python3 was default" I meant: $ /usr/bin/python --version Python 3.3.2 cheers. -- Nathan