Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-17460

LIBDEPS_v8_SYSLIBDEP typo

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 3.0.1, 3.1.0
    • Affects Version/s: 3.0.0
    • Component/s: Build
    • None
    • Fully Compatible
    • ALL
    • Hide

      scons all --use-system-all

      Show
      scons all --use-system-all

      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.

            Assignee:
            ramon.fernandez@mongodb.com Ramon Fernandez Marina
            Reporter:
            mskalick Marek Skalický
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: