MongoDB is failing to build. Problem is typographic error in srt/third_party/SConscript
There should be:
if use_system_version_of_library("v8"):
env['LIBDEPS_V8_SYSLIBDEP'] ])
instead of
env['LIBDEPS_v8_SYSLIBDEP'],
This change was done in this commit https://github.com/mongodb/mongo/commit/ef4f60e3951929a7b16cf8920216310ecc58cc49
If I change correct this MongoDB starts to build.