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]

Expected errors from make check?


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.

-- charles

[root@cspiraki-lnote src]# rpm -qa | grep kernel
kernel-devel-2.6.12-1.1447_FC4
kernel-2.6.12-1.1447_FC4
kernel-debuginfo-2.6.12-1.1447_FC4

[root@cspiraki-lnote src]# make check
...
FAIL: ./testsuite/buildok/eight.stp
FAIL: ./testsuite/buildok/eleven.stp
FAIL: ./testsuite/buildok/fifteen.stp
FAIL: ./testsuite/buildok/five.stp
FAIL: ./testsuite/buildok/four.stp
FAIL: ./testsuite/buildok/fourteen.stp
PASS: ./testsuite/buildok/nine.stp
FAIL: ./testsuite/buildok/one.stp
FAIL: ./testsuite/buildok/seven.stp
FAIL: ./testsuite/buildok/six.stp
FAIL: ./testsuite/buildok/sixteen.stp
FAIL: ./testsuite/buildok/ten.stp
FAIL: ./testsuite/buildok/thirteen.stp
FAIL: ./testsuite/buildok/three.stp
FAIL: ./testsuite/buildok/twelve.stp
FAIL: ./testsuite/buildok/two.stp
...
=============================================
15 of 93 tests failed
Please report to systemtap@sources.redhat.com
=============================================

[root@cspiraki-lnote testsuite]# more buildok-two.stp.err
Pass 4: compilation failed.  Try again with '-v' (verbose) option.

When I modify the .../testsuite/buildok/two.stp to add the -v option and
then run that manually:

[root@cspiraki-lnote src]# testsuite/buildok/two.stp
Created temporary directory "/tmp/stapu78IAg"
Searched '/usr/local/share/systemtap/tapset/2.6.12-1.1447_FC4/*.stp',
match count 0
Searched '/usr/local/share/systemtap/tapset/2.6.12/*.stp', match count 0
Searched '/usr/local/share/systemtap/tapset/2.6/*.stp', match count 0
Searched '/usr/local/share/systemtap/tapset/*.stp', match count 3
Pass 1: parsed user script and 3 library script(s).
Pass 2: analyzed user script.  1 probe(s), 10 function(s), 0 global(s).
Pass 3: translated to C into "/tmp/stapu78IAg/stap_0_1125360180.c"
Running /usr/bin/make -C "/lib/modules/2.6.12-1.1447_FC4/build"
M="/tmp/stapu78IAg" modules
make: Entering directory `/usr/src/kernels/2.6.12-1.1447_FC4-i686'
  CC [M]  /tmp/stapu78IAg/stap_0_1125360180.o
  Building modules, stage 2.
  MODPOST
  CC      /tmp/stapu78IAg/stap_0_1125360180.mod.o
  LD [M]  /tmp/stapu78IAg/stap_0_1125360180.ko
make: Leaving directory `/usr/src/kernels/2.6.12-1.1447_FC4-i686'
Pass 4: compiled into "stap_0_1125360180.ko"
Running /bin/rm -rf /tmp/stapu78IAg



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