Details
Description
it looks like my compile stopped working recently with the following error:
./buildscripts/scons.py --variables-files=etc/scons/mongodbtoolchain_stable_gcc.vars \ (master|✚3…)
|
CCFLAGS='-gsplit-dwarf' --link-model=dynamic --config=force \
|
MONGO_VERSION='0.0.0' MONGO_GIT_HASH='unknown' \
|
VARIANT_DIR=ninja --icecream \
|
mongod
|
...
|
KeyError: 'MONGO_MODULES':
|
File "/home/charlie/github/new-mongo/SConstruct", line 3686:
|
env = doConfigure( env )
|
File "/home/charlie/github/new-mongo/SConstruct", line 3587:
|
if 'enterprise' not in env['MONGO_MODULES']:
|
File "/home/charlie/github/new-mongo/src/third_party/scons-3.1.1/scons-local-3.1.1/SCons/Environment.py", line 410:
|
return self._dict[key]
|
Removing the --config=force fixed the issue.
Attachments
Issue Links
- is related to
-
SERVER-43183 Cleanup doConfigure in SConstruct
-
- Closed
-