[Buildbot-devel] VC8 and VC9 errors and lack of logs

Rishi Verma rishi_verma at apple.com
Thu Dec 2 02:14:09 UTC 2010


Hi All,

I played with this some more and discovered a few things.  Since I had /UseEnv enabled, devenv was choking on it, changing the command to devenv.com fixed that issue and actually produced output for stdio, warnings and errors.

The VC9 builds still seem to fail, setting the command to devenv.com made it easier to figure out, which clearly showed that it was running the wrong version of Visual Studio, it was still running VC8 devenv and therefore could not use my newer solution file.  

Any work arounds to the VC9 issue, besides rewriting environment setup step?

Cheers,
Rishi

On Dec 1, 2010, at 8:50 AM, Benoît Allard wrote:

> Hi Rishi,
> 
> Rishi Verma wrote:
>> Hi All,
>> I was trying to use VC8 and VC9 buildbot steps for building on the same Windows machine.  VC8 seems to work well, however running VC9 has an exit code of 1, however finding the cause or any info is rather difficult.  The web logs for stdio, warnings, and exceptions show nothing. 
> 
>> Stdio shows the basic env and the exit code = 1.  
> 
> I would say that's it pretty much sufficient to find the trouble.
> 
> Actually, the trickiest part for those steps is to set up a correct env. so if you know the env that has been set up (displayed in stdio log), as well as the command he is trying to call (also displayed), you should be able to debug it quite a bit.
> 
> Manually, launching the "Visual Studio 2008 Command Promt" should bring you to the same environment, then moving to the right directory and calling the same command as he do should give the same result. Try comparing those two states.
> 
> You can post your "stdio" as well if you don't find anything.
> 
> Regards
> Benoit





More information about the devel mailing list