[LLVMbugs] [Bug 4702] New: "make check" fails, claiming lack of dejagnu
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Aug 8 20:37:30 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4702
Summary: "make check" fails, claiming lack of dejagnu
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core LLVM classes
AssignedTo: unassignedbugs at nondot.org
ReportedBy: jgarzik at pobox.com
CC: llvmbugs at cs.uiuc.edu
In current SVN (r78520), attempting to run "make check" on Fedora 10/x86-64
fails, even though dejagnu is installed:
[jgarzik at bd llvm]$ make check
llvm[0]: Running test suite
make[1]: Entering directory `/garz/repo/llvm/test'
Making a new site.exp file...
*** dejagnu not found. Make sure 'runtest' is in your PATH, then reconfigure
LLVM.
make[1]: Leaving directory `/garz/repo/llvm/test'
[jgarzik at bd llvm]$ rpm -q dejagnu
dejagnu-1.4.4-13.fc10.noarch
[jgarzik at bd llvm]$ which runtest
/usr/bin/runtest
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list