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: Expected errors from make check?


charles.spirakis wrote:

> Seems like there may be a path issue or something with the makefile
> check/test scripts (see below). [...]
> [... make check ...]
> FAIL: ./testsuite/buildok/eight.stp
> [and so on]

I have seen this occur when the systemtap build tree was configured
with a relative rather than absolute source directory.  Those relative
directories get sent into the kernel object Makefile in /tmp/stapFOO.
These in turn "stop making sense" with the "make -C /lib/modules/...."
invocation.  This may be fixable in the src/Makefile.am or
src/runtest.sh files, by somehow absolutifying the SYSTEMTAP_RUNTIME
environment variable.

The easiest workaround is to use an absolute source directory when
configuring/building systemtap.

- FChE


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