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

Missing SConscript in the server build referencing MongoHouse

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • 7.2.0-rc0
    • Affects Version/s: None
    • Component/s: Build
    • Labels:
      None
    • Fully Compatible

      Problem Statement/Rationale

      What is going wrong? What action would you like the Engineering team to take?
      While building the server, the following warning shows up in the SCons output:

      scons: warning: Calling missing SConscript without error is deprecated.
      Transition by adding must_exist=0 to SConscript calls.
      Missing SConscript 'build/ninja/mongo/db/modules/enterprise/src/mongohouse/SConscript'
      File "/home/ubuntu/workspace/mongo/src/mongo/db/modules/enterprise/SConscript", line 93, in <module>
      Checking for sasl_version_info(0, 0, 0, 0, 0, 0) in C library sasl2... yes
      

      Looks like there is a mistakenly referenced SCons module which is not present.

      Steps to Reproduce

      How could an engineer replicate the issue you’re reporting?
      Use the following sample command line to build the server:

      buildscripts/scons.py -j256 --ssl --build-tools=next --variables-files=etc/scons/developer_versions.vars --variables-files=etc/scons/mongodbtoolchain_stable_clang.vars CCACHE=ccache ICECC=icecc VARIANT_DIR=ninja DESTDIR=build/install --link-model=dynamic --dbg=on --opt=off --ninja generate-ninjav
      ninja -j 128 install-all
      

            Assignee:
            arun.banala@mongodb.com Arun Banala
            Reporter:
            kaloian.manassiev@mongodb.com Kaloian Manassiev
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: