I'm having troubles running the test suite on OS X 10.4. Inside my objdir, 'make check' gives this: % make check llvm[0]: Running test suite PATH="/Users/mike/Documents/hpcl/LLVM/obj-llvm-darcslocal/Debug/bin:/Users/mike/Documents/hpcl/LLVM/obj-llvm-darcslocal/../llvm-darcslocal/llvm/test/Scripts:/Users/mike/Documents/hpcl/LLVM/obj-llvm-darcslocal/Debug/bin:/Users/mike/bin:/usr/local/bin:/opt/local/bin:/usr/local/teTeX/bin/powerpc-apple-darwin-current:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/Developer/Tools:.:/Users/mike/Code/aspectj1.0/bin" \ true runtest Now, that PATH may be a little cluttered, but the last line of 'true runtest' is guaranteed not to work - I'm not too familiar with dejagnu, and I couldn't figure out why it's doing this by looking at the scripts. I'm mostly up to date, but not completely current with CVS. Is this something that's been fixed recently, or is it a problem on my end? I'm using zsh, v4.2.3 and gmake 3.8, and dejagnu: % runtest --version WARNING: Couldn't find the global config file. Expect version is 5.42.0 Tcl version is 8.4 Framework version is 1.4.4 Thanks, mike -- Michael McCracken UCSD CSE PhD Candidate research: http://www.cse.ucsd.edu/~mmccrack/ misc: http://michael-mccracken.net/blog/
On Wed, 24 Aug 2005, Michael McCracken wrote:> I'm mostly up to date, but not completely current with CVS. Is this > something that's been fixed recently, or is it a problem on my end?Try rerunning configure. For some reason, configure decided you didn't have runtest/expect. rerun configure, and if it still doesn't work, please send your config.log to llvmbugs. Thx, -Chris> I'm using zsh, v4.2.3 and gmake 3.8, and dejagnu: > % runtest --version > WARNING: Couldn't find the global config file. > Expect version is 5.42.0 > Tcl version is 8.4 > Framework version is 1.4.4 > > Thanks, > mike > >-Chris -- http://nondot.org/sabre/ http://llvm.org/
Just a note that this appears to have been solved after updating and rebuilding. Sorry for the false alarm. -mike On 8/24/05, Michael McCracken <michael.mccracken at gmail.com> wrote:> I'm having troubles running the test suite on OS X 10.4. > > Inside my objdir, 'make check' gives this: > % make check > llvm[0]: Running test suite > PATH="/Users/mike/Documents/hpcl/LLVM/obj-llvm-darcslocal/Debug/bin:/Users/mike/Documents/hpcl/LLVM/obj-llvm-darcslocal/../llvm-darcslocal/llvm/test/Scripts:/Users/mike/Documents/hpcl/LLVM/obj-llvm-darcslocal/Debug/bin:/Users/mike/bin:/usr/local/bin:/opt/local/bin:/usr/local/teTeX/bin/powerpc-apple-darwin-current:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/Developer/Tools:.:/Users/mike/Code/aspectj1.0/bin" > \ > true runtest > > Now, that PATH may be a little cluttered, but the last line of 'true > runtest' is guaranteed not to work - I'm not too familiar with > dejagnu, and I couldn't figure out why it's doing this by looking at > the scripts. > > I'm mostly up to date, but not completely current with CVS. Is this > something that's been fixed recently, or is it a problem on my end? > > I'm using zsh, v4.2.3 and gmake 3.8, and dejagnu: > % runtest --version > WARNING: Couldn't find the global config file. > Expect version is 5.42.0 > Tcl version is 8.4 > Framework version is 1.4.4 > > Thanks, > mike > > -- > Michael McCracken > UCSD CSE PhD Candidate > research: http://www.cse.ucsd.edu/~mmccrack/ > misc: http://michael-mccracken.net/blog/ >-- Michael McCracken UCSD CSE PhD Candidate research: http://www.cse.ucsd.edu/~mmccrack/ misc: http://michael-mccracken.net/blog/
OK, that explains it. I probably didn't have runtest installed the last time I ran configure, and re-syncing with CVS also caused it to reconfigure, solving the problem but confusing me. Thanks, -mike On 8/24/05, Chris Lattner <sabre at nondot.org> wrote:> On Wed, 24 Aug 2005, Michael McCracken wrote: > > I'm mostly up to date, but not completely current with CVS. Is this > > something that's been fixed recently, or is it a problem on my end? > > Try rerunning configure. For some reason, configure decided you didn't > have runtest/expect. rerun configure, and if it still doesn't work, > please send your config.log to llvmbugs. > > Thx, > > -Chris > > > I'm using zsh, v4.2.3 and gmake 3.8, and dejagnu: > > % runtest --version > > WARNING: Couldn't find the global config file. > > Expect version is 5.42.0 > > Tcl version is 8.4 > > Framework version is 1.4.4 > > > > Thanks, > > mike > > > > > > -Chris > > -- > http://nondot.org/sabre/ > http://llvm.org/ > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-- Michael McCracken UCSD CSE PhD Candidate research: http://www.cse.ucsd.edu/~mmccrack/ misc: http://michael-mccracken.net/blog/