This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug bpf/23829] New: Bug introduced in bpf -base.cxx in git master
- From: "gmoreira at gmail dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Fri, 26 Oct 2018 05:38:15 +0000
- Subject: [Bug bpf/23829] New: Bug introduced in bpf -base.cxx in git master
- Auto-submitted: auto-generated
https://sourceware.org/bugzilla/show_bug.cgi?id=23829
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=11366&action=edit
Patch for bpf-base.cxx
Compiling SystemTap from git master:
...
bpf-base.cxx: In function ‘void bpf::init_bpf_helper_tables()’:
bpf-base.cxx:148:21: error: ‘__BPF_SET_FUNC_NAME’ was not declared in this
scope
__BPF_FUNC_MAPPER(__BPF_SET_FUNC_NAME)
^~~~~~~~~~~~~~~~~~~
bpf-base.cxx:148:40: error: ‘__BPF_FUNC_MAPPER’ was not declared 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=systemtap.git;a=commitdiff;h=c009fe88de8a91b11a19e36c332bd096cb72b8b0
Patch attached.
--
You are receiving this mail because:
You are the assignee for the bug.