|
Something seems screwed up on this buildhost. Every build in the build history shows "failed compile".
http://buildbot-special.10gen.cc:8081/builders/V2.4%20Linux%2064-bit%20Subscription%20Ubuntu%201004?numbuilds=200
Looking at the most recent one:
V2.4 Linux 64-bit Subscription Ubuntu 1004 Build #137 Aug 2
Compile failure is:
src/mongo/util/net/ssl_manager.cpp: In member function 'void mongo::SSLManager::_setupFIPS()':
|
src/mongo/util/net/ssl_manager.cpp:196: error: 'FIPS_mode_set' was not declared in this scope
|
scons: *** [build/linux2/release/ssl/mongo/util/net/ssl_manager.o] Error 1
|
I checked the output of the git update step and, while it is executing /usr/bin/git fetch -t git://github.com/mongodb/mongo.git +v2.4 it prints fa40f42573419fe61abc63195f18d051bc886dbf which is a commit NOT present in the v2.4 branch.
Something's amiss here.
|