I'm getting the following error: ERROR: tcl error sourcing /usr/home/jeffc/llvm/obj/test/site.exp. extra characters after close-quote while executing "set llvmgcc "PATH="/usr/home/jeffc/llvm/obj/Debug/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/jef..." (file "/usr/home/jeffc/llvm/obj/test/site.exp" line 8) The contents of site.exp are: ## these variables are automatically generated by make ## # Do not edit here. If you wish to override these values # edit the last section set target_triplet i386-unknown-freebsd5.3 set prcontext "/usr/local/bin/tclsh8.4 /usr/home/jeffc/llvm/obj/../test/Scripts/prcontext.tcl" set srcdir /usr/home/jeffc/llvm/obj/../test set objdir /usr/home/jeffc/llvm/obj/test set llvmgcc "PATH="/usr/home/jeffc/llvm/obj/Debug/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/jeffc/bin:/home/jeffc/llvm-gcc/install/bin:/home/jeffc/llvm/obj/Debug/bin" /home/jeffc/llvm-gcc/install/bin/llvm-gcc" set llvmgxx "PATH="/usr/home/jeffc/llvm/obj/Debug/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/jeffc/bin:/home/jeffc/llvm-gcc/install/bin:/home/jeffc/llvm/obj/Debug/bin" /home/jeffc/llvm-gcc/install/bin/llvm-g++" ## All variables above are generated by configure. Do Not Edit ## The double quotes are obviously messed up but I haven't a clue how to set them straight.
Chris Lattner wrote:> On Sun, 2 Jan 2005, Jeff Cohen wrote: > >> I'm getting the following error: >> >> ERROR: tcl error sourcing /usr/home/jeffc/llvm/obj/test/site.exp. >> extra characters after close-quote >> while executing >> The double quotes are obviously messed up but I haven't a clue how to >> set them straight. > > > Does reverting this patch help? > http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041227/022875.html > > > If so, please revert it in CVS. > > Thanks! > > -ChrisYes it helped and it has been reverted.
On Sun, 2 Jan 2005, Jeff Cohen wrote:> I'm getting the following error: > > ERROR: tcl error sourcing /usr/home/jeffc/llvm/obj/test/site.exp. > extra characters after close-quote > while executing > The double quotes are obviously messed up but I haven't a clue how to > set them straight.Does reverting this patch help? http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041227/022875.html If so, please revert it in CVS. Thanks! -Chris -- http://nondot.org/sabre/ http://llvm.cs.uiuc.edu/