This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

uprobes build error on SLES 11


Hi,

I am trying to run some system tap scripts that fail because uprobes
won't compile cleanly from within the systemtap directory:

My kernel is 2.6.27.39-0.3-default on Suse SLES 11

Not sure what info would be required to debug but it looks something like this.

ivansles1:/usr/share/systemtap/runtime/uprobes # make
make -C /lib/modules/2.6.27.39-0.3-default/build
SUBDIRS=/usr/share/systemtap/runtime/uprobes modules
make[1]: Entering directory `/usr/src/linux-2.6.27.39-0.3-obj/x86_64/default'
make -C ../../../linux-2.6.27.39-0.3
O=/usr/src/linux-2.6.27.39-0.3-obj/x86_64/default/. modules
  CC [M]  /usr/share/systemtap/runtime/uprobes/uprobes.o
In file included from /usr/share/systemtap/runtime/uprobes/uprobes.c:8:
/usr/share/systemtap/runtime/uprobes/../uprobes2/uprobes.c: In
function ‘utask_adjust_flags’:
/usr/share/systemtap/runtime/uprobes/../uprobes2/uprobes.c:361: error:
dereferencing pointer to incomplete type
/usr/share/systemtap/runtime/uprobes/../uprobes2/uprobes.c:374: error:
implicit declaration of function ‘utrace_set_events_pid’
/usr/share/systemtap/runtime/uprobes/../uprobes2/uprobes.c: In
function ‘clear_utrace_quiesce’:
/usr/share/systemtap/runtime/uprobes/../uprobes2/uprobes.c:385: error:
implicit declaration of function ‘utrace_control_pid’
/usr/share/systemtap/runtime/uprobes/../uprobes2/uprobes.c:386: error:
‘UTRACE_RESUME’ undeclared (first use in this function)
/usr/share/systemtap/runtime/uprobes/../uprobes2/uprobes.c:386: error:
(Each undeclared identifier is reported only once
/usr/share/systemtap/runtime/uprobes/../uprobes2/uprobes.c:386: error:
for each function it appears in.)
/usr/share/systemtap/runtime/uprobes/../uprobes2/uprobes.c: In
function ‘uprobe_stop_thread’:
/usr/share/systemtap/runtime/uprobes/../uprobes2/uprobes.c:437: error:
‘UTRACE_STOP’ undeclared (first use in



Any idea of the issue?

Cheers,
Ivan Novick


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]