From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4046 invoked by alias); 17 Dec 2009 17:28:00 -0000 Received: (qmail 4039 invoked by uid 22791); 17 Dec 2009 17:28:00 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 17 Dec 2009 17:27:56 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nBHHRt7m030561 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 17 Dec 2009 12:27:55 -0500 Received: from fche.csb (vpn-230-98.phx2.redhat.com [10.3.230.98]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nBHHRsGJ006731; Thu, 17 Dec 2009 12:27:54 -0500 Received: by fche.csb (Postfix, from userid 2569) id 3311E5812A; Thu, 17 Dec 2009 12:27:54 -0500 (EST) Date: Thu, 17 Dec 2009 17:28:00 -0000 From: "Frank Ch. Eigler" To: naresh kamboju Cc: systemtap@sources.redhat.com Subject: Re: unresolved type-semantic error Message-ID: <20091217172754.GE5583@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i 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-q4/txt/msg00966.txt.bz2 Hi - > As per my analysis, these below tapsets are presented from > systemtap-v.0.6 and also which are known failures. > [...] The transcript indicates a couple of different types of problems. It may be necessary to amend the testsuite or tapsets with clauses like %( arch == "arm" %? ... %: ... %) to get at differently named functions or parameters. It's hard to help except by individual error messages and lots of source excerpts, or access to a suitable build environment for local problem reproduction. - FChE