- 
    Type:
Bug
 - 
    Resolution: Done
 - 
    Priority:
Major - P3
 - 
    Affects Version/s: None
 - 
    Component/s: Testing Infrastructure
 
- 
        Fully Compatible
 - 
        ALL
 - 
        None
 
- 
        None
 - 
        None
 - 
        None
 - 
        None
 - 
        None
 - 
        None
 
Kyle - this failure seems to originate with commit 8a2181b, which was the pull request you submitted for SERVER-10034
It sucks that we don't discover all compile failures automatically during code review. I hope we can fix that soon. In the meantime, please ask Mathias what we need to make the C++11 compiler happy here.
[2013/09/27 17:49:10.406] src/mongo/util/processinfo.cpp:41:20: error: no viable conversion from 'ofstream' (aka 'basic_ofstream<char>') to 'bool' [2013/09/27 17:49:10.406] return out; [2013/09/27 17:49:10.406] ^~~