From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8FF683858D33; Tue, 7 Nov 2023 14:39:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8FF683858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1699367954; bh=8mfdlUAV1MX8mDlwnXBF2ooBSr3ZghOYi0OjaXG8jyk=; h=From:To:Subject:Date:From; b=m+If/65EemoGFAGULqCJHXMkRpzrMBoQpQP7N1yENabD1jgro0drTLLlTi72EXg0Y ph1wYwKvJ6334wHrYKkFOLGApEpW8bmUTsMtkb0R7qkknI1t+cFXDtS6bynbngmauA fKBnjZ/oWAILbO3lWVGOTz1XorPppP2PWW8miY3g= From: "mcermak at redhat dot com" To: systemtap@sourceware.org Subject: =?UTF-8?B?W0J1ZyBydW50aW1lLzMxMDM5XSBOZXc6IGltcGxpY2l0IGRlY2xh?= =?UTF-8?B?cmF0aW9uIG9mIGZ1bmN0aW9uIOKAmHN0YXBfdGFza19maW5kZXJfY29tcGxl?= =?UTF-8?B?dGXigJk=?= Date: Tue, 07 Nov 2023 14:39:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: runtime X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mcermak at redhat dot com X-Bugzilla-Status: NEW 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31039 Bug ID: 31039 Summary: implicit declaration of function =E2=80=98stap_task_finder_complete=E2=80=99 Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: runtime Assignee: systemtap at sourceware dot org Reporter: mcermak at redhat dot com Target Milestone: --- On Fedora 40, auto_path.exp fails with "implicit declaration of function =E2=80=98stap_task_finder_complete=E2=80=99". Smaller reproducer: f40 x86_64 # pwd /root/systemtap/testsuite/systemtap.base f40 x86_64 # gcc -g auto_path.c=20 f40 x86_64 # stap -I tapset -e 'probe ap1.process {println(pp())}' -c ./a.o= ut=20 In file included from /tmp/stap9p91aS/stap_6d06511a67f12d9b3e0b31aa80968db5_1658_src.c:250: /usr/local/share/systemtap/runtime/linux/uprobes-inode.c: In function =E2=80=98stapiu_probe_prehandler=E2=80=99: /usr/local/share/systemtap/runtime/linux/uprobes-inode.c:209:13: error: implicit declaration of function =E2=80=98stap_task_finder_complete=E2=80= =99; did you mean =E2=80=98stap_task_finder_post_init=E2=80=99? [-Werror=3Dimplicit-function-= declaration] 209 | if (stap_task_finder_complete()) | ^~~~~~~~~~~~~~~~~~~~~~~~~ | stap_task_finder_post_init /tmp/stap9p91aS/stap_6d06511a67f12d9b3e0b31aa80968db5_1658_src.c: At top le= vel: /tmp/stap9p91aS/stap_6d06511a67f12d9b3e0b31aa80968db5_1658_src.c:394:76: er= ror: =E2=80=98struct stap_task_finder_target=E2=80=99 has no member named =E2=80= =98build_id_len=E2=80=99 394 | { .finder=3D{ .purpose=3D"inode-uprobes", .callback=3D&stapiu_process_found, .build_id_len=3D0, .procname=3D"/tmp/stap_auto_path/a/ap1", }, .module_name=3D"/tmp/stap_auto_path/a/ap1", .offset=3D(loff_t)0x110aULL, .probe=3D(&stap_probes[0]), }, |=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[1]: *** [scripts/Makefile.build:243: /tmp/stap9p91aS/stap_6d06511a67f12d9b3e0b31aa80968db5_1658_src.o] Error 1 make: *** [Makefile:1931: /tmp/stap9p91aS] Error 2 WARNING: kbuild exited with status: 2 Pass 4: compilation failed. [man error::pass4] Kernel version 6.7.0 is outside tested range 2.6.32 ... 6.5 f40 x86_64 # --=20 You are receiving this mail because: You are the assignee for the bug.=