Expected errors from make check?
Peng Hongbo
penghb2002@yahoo.com.cn
Tue Aug 30 01:27:00 GMT 2005
======= 2005-08-29 17:06:00 from Spirakis, Charles=======
>All --
>
>Seems like there may be a path issue or something with the makefile
>check/test scripts (see below). System is i686 running FC4 using the
>elfutils 114 via SRPMS.
>
After modifying runtest.sh, I found 4 FAILs.
FAIL: ./testsuite/buildok/five.stp
FAIL: ./testsuite/buildok/four.stp
FAIL: ./testsuite/buildok/seven.stp
FAIL: ./testsuite/buildok/six.stp
For four.stp, the detail err log is:
# ./runtest.sh testsuite/buildok/four.stp -v
# cat testsuite/buildok-four.stp.err
Created temporary directory "/tmp/stapfz7WkA"
Searched '/tmp/systemtap/src/tapset/2.6.11-1.1369_FC4/*.stp', match count 0
Searched '/tmp/systemtap/src/tapset/2.6.11/*.stp', match count 0
Searched '/tmp/systemtap/src/tapset/2.6/*.stp', match count 0
Searched '/tmp/systemtap/src/tapset/*.stp', match count 3
Pass 1: parsed user script and 3 library script(s).
parsed '*' -> func '*'
pattern 'ext3' matches module 'ext3'
focused on module 'ext3' = [cca56000-cca765c9, bias 0]
WARNING: dwfl_module_getdwarf() : relocation refers to undefined symbol
WARNING: no dwarf info found for module ext3
semantic error: no match for probe point
while: resolving probe point module("ext3").function("*")
Pass 2: analyzed user script. 0 probe(s), 0 function(s), 0 global(s).
Pass 2: analysis failed. Try again with '-v' (verbose) option.
Running /bin/rm -rf /tmp/stapfz7WkA
#
--- src/runtest.sh 2005-08-21 20:11:41.000000000 +0800
+++ src.new/runtest.sh 2005-08-30 10:07:47.000000000 +0800
@@ -6,8 +6,8 @@ if [ ! -d testsuite ]; then
mkdir -p testsuite
fi
-SRCDIR=`dirname $0`
-export SRCDIR
+cd `dirname $0`
+export SRCDIR=${PWD}
SYSTEMTAP_TAPSET=$SRCDIR/tapset
export SYSTEMTAP_TAPSET
__________________________________________________
Do You Yahoo!?
ÃÃ
ȢÃâ·ÃGÃÃÃä£ÂÃùúµÃû¾øÃÃì»øÃüþçÃÃ
³¬´óÃÃÃä
http://cn.mail.yahoo.com/?id=77071
More information about the Systemtap
mailing list