On Feb 11, 2008 9:13 PM, Shawn Walker <[EMAIL PROTECTED]> wrote: > On Feb 11, 2008 8:47 PM, Shawn Walker <[EMAIL PROTECTED]> wrote: > > On Feb 11, 2008 8:39 PM, Tom Mueller <[EMAIL PROTECTED]> wrote: > > > > > > Do you have localhost pointing to 127.0.0.1 in your hosts file? > > > > Ah, no, not explicitly anyway. > > Actually, there is an explicit entry set for my hostname in 127.0.0.1. > > I've added one for localhost too though I wonder if it will stick > since I'm using dhcp for my network interface. > > > > Do you have http_proxy set in your environment? (it shouldn't be set when > > > running the tests). > > No; no proxies. > > > > Do you have some other process running on port 8000? > > No. > > > > Yes, the tests do start a depot server. I've found that certain types of > > > failures can sometimes leave a depot server running and that making sure > > > there are no depot servers running before starting the test will produce > > > better results. > > > > > > I've not found that the tests require an ON tree. > > Ah, okay. I just saw some odd variables in some of the test scripts > that look for ../../proto. > > No luck so far.
Okay, I'm a fool. I finally figured out what was wrong. The hint was that ROOT was looking for a proto setup. I needed to go to the top-level src/ directory, and: make install Then: make test *slaps head* Thanks for the help anyway :) Cheers, -- Shawn Walker, Software and Systems Analyst http://binarycrusader.blogspot.com/ "To err is human -- and to blame it on a computer is even more so." - Robert Orben _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
