This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
systemtap + FC4
- From: James Dickens <jamesd dot wi at gmail dot com>
- To: systemtap at sources dot redhat dot com
- Date: Thu, 25 Aug 2005 18:27:46 -0500
- Subject: systemtap + FC4
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=FNukoO5mHatmfkGTruHr/stXNmqit7BdjWmQUccYrvyqtMQxjmqXjErtmVZtv8SsEwbQtFgAY8zRNchrvkYiB+OX2K17DITmkgN38M31Q1UdcH+Cq2/Yr3BGxC1262gCo5XutoVQa3UOPEPr0/ekVbFO6FFeQQ8NyscifsCbo20=
hi
i installed a fresh copy of Fedora Core 4,
added the latest elfutil bits via yum
[root@localhost src]# rpm -qa |grep elf
elfutils-libs-0.114-1
elfutils-libelf-devel-0.114-1
elfutils-devel-0.114-1
elfutils-libelf-0.114-1
elfutils-0.114-1
[root@localhost src]#
checked out the lastest systemtap via cvs
it builds, and i installed it but get the following during 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
XFAIL: ./testsuite/buildko/one.stp
=============================================
18 of 93 tests failed
Please report to systemtap@sources.redhat.com
=============================================
make[1]: *** [check-TESTS] Error 1
make[1]: Leaving directory `/home/jamesd/src'
make: *** [check-am] Error 2
[root@localhost src]#
is this expected? if not how do i fix?
James