https://bugzilla.novell.com/show_bug.cgi?id=798457 https://bugzilla.novell.com/show_bug.cgi?id=798457#c0 Summary: systemtap failed with "error: ‘cpu_possible_map’ undeclared" Classification: openSUSE Product: openSUSE 12.2 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: bili@suse.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- $ cat hell.stp #! /usr/bin/env stap probe begin { println("hello world") exit () } $ stap hell.stp In file included from /tmp/stapzrYMSb/stap_b877c7d43837c215a588d7ef6c398623_685_src.c:21:0: /usr/share/systemtap/runtime/stat.c: In function ‘_stp_stat_get’: /usr/share/systemtap/runtime/stat.c:214:2: error: ‘cpu_possible_map’ undeclared (first use in this function) /usr/share/systemtap/runtime/stat.c:214:2: note: each undeclared identifier is reported only once for each function it appears in /usr/share/systemtap/runtime/stat.c: In function ‘_stp_stat_clear’: /usr/share/systemtap/runtime/stat.c:249:2: error: ‘cpu_possible_map’ undeclared (first use in this function) make[3]: *** [/tmp/stapzrYMSb/stap_b877c7d43837c215a588d7ef6c398623_685_src.o] Error 1 make[2]: *** [_module_/tmp/stapzrYMSb] Error 2 make[1]: *** [sub-make] Error 2 make: *** [all] Error 2 WARNING: make exited with status: 2 Pass 4: compilation failed. Try again with another '--vp 0001' option -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.