RE: [boost] Re: [1.32 release] ANN: Beta *overall* summary report s

Christopher Currie writes:
Aleksey Gurtovoy wrote:
As usual, comments/suggestions/bug reports are most welcome.
This is a great effor, thanks for putting this together.
Thank you; I hope we can bring this to a usable state within a few days.
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.
Sorry about that, that was basically a forgotten and untested Windows-only code. Fixed now.
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-HE AD/cgc.xml: Permission denied
Fixed this one as well. Hopefully everything should work for you now. -- Aleksey Gurtovoy MetaCommunications Engineering
participants (1)
-
Aleksey Gurtovoy