From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DCA143857C4E; Thu, 16 Jul 2020 10:23:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DCA143857C4E From: "craig.ringer at 2ndquadrant dot com" To: systemtap@sourceware.org Subject: =?UTF-8?B?W0J1ZyB0YXBzZXRzLzI2MjQ5XSBOZXc6IFtQQVRDSF0gdWNvbnZl?= =?UTF-8?B?cnNpb25zIGZvcm1hdCBlcnJvcjogZm9ybWF0IOKAmCVseOKAmSBleHBlY3Rz?= =?UTF-8?B?IGFyZ3VtZW50IG9mIHR5cGUg4oCYbG9uZyB1bnNpZ25lZCBpbnTigJksIGJ1?= =?UTF-8?B?dCBhcmd1bWVudCA1IGhhcyB0eXBlIOKAmHZvaWQgKuKAmSBbLVdlcnJvcj1m?= =?UTF-8?B?b3JtYXQ9XQ==?= Date: Thu, 16 Jul 2020 10:23:48 +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: normal 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: Thu, 16 Jul 2020 10:23:49 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D26249 Bug ID: 26249 Summary: [PATCH] uconversions format error: format =E2=80=98%lx= =E2=80=99 expects argument of type =E2=80=98long unsigned int=E2= =80=99, but argument 5 has type =E2=80=98void *=E2=80=99 [-Werror= =3Dformat=3D] Product: systemtap Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: tapsets Assignee: systemtap at sourceware dot org Reporter: craig.ringer at 2ndquadrant dot com Target Milestone: --- Please apply the following fix: sed -i 's/user string copy fault at 0x%lx/user string copy fault at 0x%= p/g' tapset/uconversions.stp to prevent this error on gcc 10.1.1 (Fedora 32): /tmp/stapZ1uHM9/stap_35d624015b7561890f7e266d60669c82_7434_src.c: In functi= on =E2=80=98function___global_user_string_n_warn__overload_1=E2=80=99: /tmp/stapZ1uHM9/stap_35d624015b7561890f7e266d60669c82_7434_src.c:1139:40: error: format =E2=80=98%lx=E2=80=99 expects argument of type =E2=80=98long = unsigned int=E2=80=99, but argument 5 has type =E2=80=98void *=E2=80=99 [-Werror=3Dformat=3D] 1139 | "user string copy fault 0x%ld at %lx [man error::fault]", rc, | ~~^ | | | long unsigned int | %p --=20 You are receiving this mail because: You are the assignee for the bug.=