[LLVMbugs] [Bug 2183] New: Cannot run make test: ERROR: tcl error sourcing /home/edwin /llvm-svn/llvm/test/site.exp

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Mar 31 09:03:14 PDT 2008


http://llvm.org/bugs/show_bug.cgi?id=2183

           Summary: Cannot run make test: ERROR: tcl error sourcing
                    /home/edwin/llvm-svn/llvm/test/site.exp
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: edwintorok at gmail.com
                CC: llvmbugs at cs.uiuc.edu


On Linux x86-64 I cannot run make check, same on 32-bit.
On x86-64 I have ocamlc installed, on 32-bit I don't. Yet it fails on both.

tclsh is 8.5, but I also have 8.4 installed.

edwin at lightspeed2:~/llvm-svn/llvm$ make check
llvm[0]: Running test suite
make[1]: Entering directory `/home/edwin/llvm-svn/llvm/test'
Making a new site.exp file...
( ulimit -t 600 ; ulimit -d 512000 ; \
         
PATH="/home/edwin/llvm-svn/llvm/Release/bin:/home/edwin/llvm-svn/llvm/test/Scripts:/usr/lib/ccache:/home/edwin/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games"
\
          /usr/bin/runtest --ignore "llvm2cpp.exp" )
ERROR: tcl error sourcing /home/edwin/llvm-svn/llvm/test/site.exp.
extra characters after close-quote
    while executing
"set ocamlc ""/usr/bin/ocamlc.opt" -cc g++ -I
/home/edwin/llvm-svn/llvm/Release/lib/ocaml"
## All variables above are generated by configure. Do Not Ed..."
    (file "/home/edwin/llvm-svn/llvm/test/site.exp" line 24)
    invoked from within
"source /home/edwin/llvm-svn/llvm/test/site.exp"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 source /home/edwin/llvm-svn/llvm/test/site.exp"
    invoked from within
"catch "uplevel #0 source $file""
make[1]: *** [check-local] Error 1
make[1]: Leaving directory `/home/edwin/llvm-svn/llvm/test'
make: *** [check] Error 2


-- 
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