stap
Frank Ch. Eigler
fche@redhat.com
Thu Aug 4 17:46:00 GMT 2005
Hi -
> Do you know what I am missing?
> ./stap -p4 testsuite/buildok/three.stp
> semantic error: unresolved function call: identifier 'log' at
> testsuite/buildok/three.stp:22:3
> [...]
> Pass 2: analysis failed. Try again with '-v' (verbose) option.
If you run with "-v", you'll see the directories where stap searches
for library scripts. There should be a "builtin_log.stp" file
installed under $prefix/share/systemtap/tapset, which defines log()
and _log(). Maybe you just didn't run "make install" yet, or were
running tests from the plain build tree without setting -I or
equivalent. See the man page.
- FChE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/systemtap/attachments/20050804/bc5610b9/attachment.sig>
More information about the Systemtap
mailing list