Bug 5324 - Can no longer run stap on non-uprobes kernel
Summary: Can no longer run stap on non-uprobes kernel
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: uprobes (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-14 15:27 UTC by Martin Hunt
Modified: 2007-11-14 17:56 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Hunt 2007-11-14 15:27:16 UTC
On a stock 2.6.23 kernel,

stap -vv foo.stp gives
...
Running make -q -C /usr/local/share/systemtap/runtime/uprobes uprobes.ko V=1
SystemTap's version of uprobes is out of date.
As root, run "make" in /usr/local/share/systemtap/runtime/uprobes.
...

Running make as requested:
/usr/local/share/systemtap/runtime/uprobes/uprobes.c:29:26: error:
linux/utrace.h: No such file or directory
[...]
Comment 1 Jim Keniston 2007-11-14 17:36:29 UTC
I just checked in a fix: main.cxx Rev 1.82.  Please let me know if that works
for you.  Thanks.
Comment 2 Martin Hunt 2007-11-14 17:56:27 UTC
Works for me.  Thanks.