From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3457C3857C65; Fri, 17 Jul 2020 02:45:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3457C3857C65 From: "craig.ringer at 2ndquadrant dot com" To: systemtap@sourceware.org Subject: [Bug tapsets/26254] New: [PATCH] Syntax error in sssd_functions.stp at METHOD_SENTINEL Date: Fri, 17 Jul 2020 02:45:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: tapsets X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: craig.ringer at 2ndquadrant dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: systemtap@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Systemtap mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2020 02:45:34 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D26254 Bug ID: 26254 Summary: [PATCH] Syntax error in sssd_functions.stp at METHOD_SENTINEL Product: systemtap Version: unspecified Status: UNCONFIRMED Severity: minor Priority: P2 Component: tapsets Assignee: systemtap at sourceware dot org Reporter: craig.ringer at 2ndquadrant dot com Target Milestone: --- I see the following complaint on even trivial probes on Fedora 32: parse error: expected 'probe', 'global', 'private', 'function', or '%{' saw: identifier 'METHOD_SENTINEL' at /usr/share/systemtap/tapset/sssd_functions.stp:10:34 source: METHOD_RESOLVER_HANDLER=3D9 METHOD_SENTINEL=3D10 ^ This turns out to be in an externally supplied tapset: $ rpm -qf /usr/share/systemtap/tapset/sssd_functions.stp sssd-common-2.3.0-1.fc32.x86_64 but I'm opening an issue here to make the problem searchable, since I had started a bug before I realised it wasn't part of systemtap itself. It's fi= xed in upstream sssd by https://github.com/SSSD/sssd/blob/master/src/systemtap/sssd_functions.stp . The cause is a missing comma. My versions: $ rpm -q --qf '%{name}-%{version}-%{release}\n' gcc gcc fedora-release-workstation=20 gcc-10.1.1-1.fc32 gcc-10.1.1-1.fc32 fedora-release-workstation-32-3 --=20 You are receiving this mail because: You are the assignee for the bug.=