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]

Re: stap examples build


manjunath k wrote:
> Hi,
> 
>  Im trying to build the systemtap example in the following way
> "stap -k -p4 -vv examples/iotime.stp" and got the below errors.
> Is this the way to build the examples, what is the cause and
> how can we rectify this error.
> 
> 
> Error seen
> --------------
> 
> Created temporary directory "/tmp/stappEgbzr"
> Searched '/usr/local/share/systemtap/tapset/i686/*.stp', found 1
> Searched '/usr/local/share/systemtap/tapset/*.stp', found 36
> Pass 1: parsed user script and 37 library script(s) in 400usr/20sys/423real ms.
> semantic error: libdwfl failure (missing kernel debuginfo): No such
> file or directory while resolving probe point

The first error seen here is the problem - you either don't have the
kernel debuginfo installed or systemtap can't find it.

If you are on a fedora based system, you'll need kernel-debuginfo,
kernel-debuginfo-common, and kernel-devel installed to use systemtap.

-- 
David Smith
dsmith@redhat.com
Red Hat
http://www.redhat.com
256.217.0141 (direct)
256.837.0057 (fax)


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