[LLVMdev] Make check reports an error
Petr Penzin
petr.penzin at pgroup.com
Wed Feb 20 17:58:58 PST 2013
Hi,
I am trying to build the code that I've checked out from the svn
repository (revision 175705). I can do make, but not make check, it
reports the `No site specific configuration available!' error.
Output of make check:
llvm[0]: Running test suite
make[1]: Entering directory `/home/ppenzin/tmp/llvm/build_x86-64/test'
Making LLVM 'lit.site.cfg' file...
Making LLVM unittest 'lit.site.cfg' file...
( ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; \
/usr/bin/python /home/ppenzin/tmp/llvm/utils/lit/lit.py -s -v . )
lit.py: lit.cfg:120: fatal: No site specific configuration available!
make[1]: *** [check-local] Error 2
make[1]: Leaving directory `/home/ppenzin/tmp/llvm/build_x86-64/test'
make: *** [check] Error 2
I don't see any information about this in archives, any pointers will be
greatly appreciated!
Best,
Peter
More information about the llvm-dev
mailing list