From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2832 invoked by alias); 13 Feb 2009 16:38:01 -0000 Received: (qmail 2754 invoked by uid 22791); 13 Feb 2009 16:38:01 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from e3.ny.us.ibm.com (HELO e3.ny.us.ibm.com) (32.97.182.143) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 Feb 2009 16:37:52 +0000 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e3.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id n1DGZdkF015792 for ; Fri, 13 Feb 2009 11:35:39 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id n1DGbn2N188314 for ; Fri, 13 Feb 2009 11:37:50 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n1DGbnsI016588 for ; Fri, 13 Feb 2009 11:37:49 -0500 Received: from [127.0.0.1] (9-10-86-165.rchland.ibm.com [9.10.86.165]) by d01av03.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n1DGbnQp016548; Fri, 13 Feb 2009 11:37:49 -0500 Message-ID: <4995A1DE.7000300@us.ibm.com> Date: Fri, 13 Feb 2009 20:04:00 -0000 From: Maynard Johnson Reply-To: maynardj@us.ibm.com User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: "Frank Ch. Eigler" CC: systemtap@sourceware.org Subject: Re: SystemTap on Fedora 11 References: <4991F2EC.3000604@us.ibm.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2009-q1/txt/msg00437.txt.bz2 Frank Ch. Eigler wrote: > Maynard Johnson writes: > >> I plan on doing some systemtap development on a Fedora 11 G5 box. >> Started out by just installing the F11 systemtap rpm [...] > > We're hoping to push a new release to F11/rawhide soon, since the > prior one is known to have incompatibilities with the kernel. Please > try a build out of systemtap git. I tried building and running with source from systemtap git and I'm seeing the same parsing errors. As the instructions at http://sources.redhat.com/git/?p=systemtap.git;a=blob_plain;f=README;hb=HEAD indicate, I left the F11-supplied systemtap rpm installed. Is that the right thing to do? I put my own systemtap build in /usr/local. I also tried runing 'make installcheck', and that resulted in many errors. My system kernel level is 2.6.29-0.74.rc3.git3.fc11.ppc64. Any other suggestions? Thanks. -Maynard > > - FChE