<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - lit/TestingConfig.py unable to find an existing lit.cfg file"
href="http://llvm.org/bugs/show_bug.cgi?id=17916">17916</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>lit/TestingConfig.py unable to find an existing lit.cfg file
</td>
</tr>
<tr>
<th>Product</th>
<td>Test Suite
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Macintosh
</td>
</tr>
<tr>
<th>OS</th>
<td>MacOS X
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>lit
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>fang@csl.cornell.edu
</td>
</tr>
<tr>
<th>CC</th>
<td>daniel@zuster.org, llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>On my powerpc-darwin8 branch, merged from r194418, I'm getting a new failure
that prevents make check-clang from running:
[100%] Running the Clang regression tests
lit.py: <string>:187: note: using clang:
'/Users/fang/local/src/LLVM-svn/gcc40-cmake-build/bin/./clang'
lit.py: TestingConfig.py:106: fatal: unable to parse config file
'/Users/fang/local/src/LLVM-svn/llvm/tools/clang/test/../test/lit.cfg',
traceback: Traceback (most recent call last):
File
"/Volumes/Isolde/sources/LLVM-svn/llvm.git/utils/lit/lit/TestingConfig.py",
line 91, in load_from_path
exec("exec data in cfg_globals")
File "<string>", line 1, in <module>
File "<string>", line 363, in <module>
File "/sw/lib/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/sw/lib/python2.7/subprocess.py", line 1308, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
make[3]: *** [tools/clang/test/CMakeFiles/check-clang] Error 2
make[3]: Target `tools/clang/test/CMakeFiles/check-clang.dir/build' not remade
because of errors.
make[2]: *** [tools/clang/test/CMakeFiles/check-clang.dir/all] Error 2
make[1]: *** [tools/clang/test/CMakeFiles/check-clang.dir/rule] Error 2
make[1]: Target `check-clang' not remade because of errors.
make: *** [check-clang] Error 2
The "not-found" file does exist:
[fangism:src/LLVM-svn/llvm.git] fang% ll
/Users/fang/local/src/LLVM-svn/llvm.git/tools/clang/test/../test/lit.cfg
-rw-r--r-- 1 fang fang 14694 Nov 11 13:41
/Users/fang/local/src/LLVM-svn/llvm.git/tools/clang/test/../test/lit.cfg
Everything worked last week as of r194001.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>