From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89697 invoked by alias); 26 Oct 2018 05:38:20 -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 89654 invoked by uid 48); 26 Oct 2018 05:38:15 -0000 From: "gmoreira at gmail dot com" To: systemtap@sourceware.org Subject: [Bug bpf/23829] New: Bug introduced in bpf -base.cxx in git master Date: Fri, 26 Oct 2018 05:38:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: bpf X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gmoreira at gmail 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 attachments.created 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-SW-Source: 2018-q4/txt/msg00059.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D23829 Bug ID: 23829 Summary: Bug introduced in bpf -base.cxx in git master Product: systemtap Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: bpf Assignee: systemtap at sourceware dot org Reporter: gmoreira at gmail dot com Target Milestone: --- Created attachment 11366 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D11366&action=3Ded= it Patch for bpf-base.cxx Compiling SystemTap from git master: ... bpf-base.cxx: In function =E2=80=98void bpf::init_bpf_helper_tables()=E2=80= =99: bpf-base.cxx:148:21: error: =E2=80=98__BPF_SET_FUNC_NAME=E2=80=99 was not d= eclared in this scope __BPF_FUNC_MAPPER(__BPF_SET_FUNC_NAME) ^~~~~~~~~~~~~~~~~~~ bpf-base.cxx:148:40: error: =E2=80=98__BPF_FUNC_MAPPER=E2=80=99 was not dec= lared in this scope __BPF_FUNC_MAPPER(__BPF_SET_FUNC_NAME) ^ Makefile:1669: recipe for target 'stap-bpf-base.o' failed The bug was introduced here: https://sourceware.org/git/gitweb.cgi?p=3Dsystemtap.git;a=3Dcommitdiff;h=3D= c009fe88de8a91b11a19e36c332bd096cb72b8b0 Patch attached. --=20 You are receiving this mail because: You are the assignee for the bug.