From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58140 invoked by alias); 8 Nov 2019 12:03:48 -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 58132 invoked by uid 89); 8 Nov 2019 12:03:48 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: us-smtp-1.mimecast.com Received: from us-smtp-delivery-1.mimecast.com (HELO us-smtp-1.mimecast.com) (207.211.31.120) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Nov 2019 12:03:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1573214622; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZEWvQYvHS9BWrXBjPj9r1bBnBgxpDBzRTB/BuGNeYb0=; b=RPyN6yPttziamDaQlImXPCF1OTunWjNIdkK+CarCMs4ujMVyeA7qRAnCD9ZCA9zL5f3GVj XRiVVBeJZdiI/TchExka6bNhBWn0B/+oEJ/UlXfXkDlTXwv2w6UX31/KfFB71yoTKNd7a9 G+2W6+YkmpmA2Yrtv+RGThIMug2584U= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-191-CCCqD9_fM8WBHE_ANV7Dkg-1; Fri, 08 Nov 2019 07:03:40 -0500 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B96681005500; Fri, 8 Nov 2019 12:03:39 +0000 (UTC) Received: from redhat.com (ovpn-116-53.phx2.redhat.com [10.3.116.53]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 99A881A7E4; Fri, 8 Nov 2019 12:03:39 +0000 (UTC) Received: from fche by redhat.com with local (Exim 4.92) (envelope-from ) id 1iT2zK-0006nU-55; Fri, 08 Nov 2019 07:03:38 -0500 Date: Fri, 08 Nov 2019 12:03:00 -0000 From: "Frank Ch. Eigler" To: Craig Ringer Cc: systemtap@sourceware.org Subject: Re: Newbie Notes Message-ID: <20191108120338.GA22271@redhat.com> References: <87bltyf0zp.fsf@redhat.com> <20191107185157.GA19461@redhat.com> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.12.0 (2019-05-25) X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-SW-Source: 2019-q4/txt/msg00033.txt.bz2 Hi - > Aha. Makes sense. >=20 > I can work around the PATH issues with @var etc by generating a .tapm > script with the paths templated in, then use that in a tapset that defines > the probe aliases etc. >=20 > That'll work well enough that I think I can prepare a usable tapset for > PostgreSQL. And if that tapset is in a tapset directory, then the unused var warnings won't be an issue. > > OK, working on this bug. >=20 > Cool. I dug through a fair bit of code without figuring it out, sorry :S > Want me to open a github issue? Nah, already fixed it last night. (We use sourceware.org/bugzilla.) > [...] > I'll be stuck being backward compatible for a while so I had to work arou= nd > it anyway... Fair enough. When we release a new version, we do plop it onto as many old platform versions as we can. So fedora30 etc. should get it, within a few weeks. - FChE