From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22738 invoked by alias); 15 Aug 2006 22:55:30 -0000 Received: (qmail 22729 invoked by uid 22791); 15 Aug 2006 22:55:29 -0000 X-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from over.ny.us.ibm.com (HELO over.ny.us.ibm.com) (32.97.182.150) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 15 Aug 2006 22:55:26 +0000 Received: from e1.ny.us.ibm.com ([192.168.1.101]) by pokfb.esmtp.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k7FL9XdA001751 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 15 Aug 2006 17:09:33 -0400 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e1.ny.us.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k7FL6Lcd006762 for ; Tue, 15 Aug 2006 17:06:21 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay02.pok.ibm.com (8.13.6/8.13.6/NCO v8.1.1) with ESMTP id k7FL6JNJ270480 for ; Tue, 15 Aug 2006 17:06:21 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k7FL6IsV012784 for ; Tue, 15 Aug 2006 17:06:19 -0400 Received: from dyn9047018079.beaverton.ibm.com (dyn9047018079.beaverton.ibm.com [9.47.18.79]) by d01av02.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k7FL6IES012437; Tue, 15 Aug 2006 17:06:18 -0400 Subject: Re: stap in RHEL5 Alpha 1 x86_64 From: Jim Keniston To: Will Cohen Cc: SystemTAP In-Reply-To: <44E0974C.5030204@redhat.com> References: <1155332346.2782.274.camel@dyn9047018079.beaverton.ibm.com> <44E0974C.5030204@redhat.com> Content-Type: text/plain Organization: Message-Id: <1155675973.11076.4.camel@dyn9047018079.beaverton.ibm.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: Tue, 15 Aug 2006 22:55:00 -0000 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2006-q3/txt/msg00331.txt.bz2 On Mon, 2006-08-14 at 08:31, William Cohen wrote: > Jim Keniston wrote: > > I just got done helping a SystemTap user resolve a problem. He had > > recently installed RHEL5 A1 on his x86_64 system, and was trying to use > > SystemTap. stap was reporting a compile error in runtime/alloc.c (ref > > to for_each_cpu in _stp_alloc_cpu). Even a simple hello-world script > > wouldn't compile. ... > That sounds like bz 2903. This has already been taken care of in the > systemtap cvs. > > -Will Yes, you're right. He was running a recent kernel.org kernel, with for_each_cpu no longer defined. Thanks. Jim