[Scons-dev] Buildbots

2012-12-20 Thread Managan, Rob
Since Anatoly mentioned the buildbots I went and looked while eating lunch. It seems that the fedora buildbot is choking on the biber latex tests. The errors imply a mismatch between perl and the version of biber installed. I have already forgotten I fixed this issue on my Ubuntu machine.

Re: [Scons-dev] Buildbots

2012-12-20 Thread Dirk Bächle
On 20.12.2012 21:27, Managan, Rob wrote: [...] Not sure what is causing the MSVS failures. Changing line 1658 in src/engine/SCons/Tool/msvs.py to: if float(env['MSVS_VERSION']) = 10.0: makes them pass successfully on my side. Not sure whether this is a proper fix though... Dirk