Steve Dickson wrote: > Hey Will, > > William Cohen wrote: >> Hi All, >> >> There is a newer version of systemtap, 0.6.1-1.fc8, built for Fedora 8. >> It is currently available for testing. With some feedback of successful >> testing it >> will be moved to fedora 8 stable updates. The fedora systemtap testing >> rpms can be obtained from via yum with either of the following commands: > I'm getting the the following syntax error with systemtap, 0.6.1-1.fc9 > on the latest rawhide kernel (2.6.24-3): > > /usr/share/systemtap/runtime/stack-i386.c:26:22: error: #if with no expression > In file included from /usr/share/systemtap/runtime/stack.c:34, > from /tmp/stapkrsLQD/stap_b2ef1e50aab83af35ff4ac429676aa44_12262.c:44: > /usr/share/systemtap/runtime/stack-i386.c: In function '__stp_stack_print': > /usr/share/systemtap/runtime/stack-i386.c:30: error: 'ebp' undeclared (first use in this function) > /usr/share/systemtap/runtime/stack-i386.c:30: error: (Each undeclared identifier is reported only once > /usr/share/systemtap/runtime/stack-i386.c:30: error: for each function it appears in.) > > steved. That problem has been fixed in the cvs repostitory recently. The attached patch shows what needs to be fixed up. To correct the problem. -Will