$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Christopher Currie (codemonkey_at_[hidden])
Date: 2004-07-19 11:28:04
Aleksey Gurtovoy wrote:
> As usual, comments/suggestions/bug reports are most welcome.
This is a great effor, thanks for putting this together.
Unfortunately, I came across a few problems trying to run this on my 
Solaris box. The first few center around the system( ) call, which tries 
to run a 'tmp.cmd' that gets created in the execution directory:
  - This will fail if the CWD is read only to the user
  - The CWD isn't usually in my PATH, so the shell can't find it to run it
  - The file isn't created with execute permissions, so the shell can't 
run if it finds it.
Once I worked around those problems (by pre-creating the file +x in the 
CWD), I couldn't upload the results, due to a permissions error in the 
incoming/CVS-HEAD directory:
scp: 
/home/groups/b/bo/boost/htdocs/regression-logs/incoming/CVS-HEAD/cgc.xml: 
Permission denied
Thanks,
Christopher
-- Christopher Currie <codemonkey_at_[hidden]>