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

scons --help fails with Scons 2.3.x & 2.4.0

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.3.9
    • Affects Version/s: 3.3.8
    • Component/s: Build
    • Labels:
      None
    • Fully Compatible
    • ALL
    • Integrate+Tuning 16 (06/24/16)

      The minimal required version is Scons 2.3.0 but as a result, scons --help fails with the following error message:

      > scons --help
      scons: Reading SConscript files ...
      TypeError: Help() got an unexpected keyword argument 'append':
        File "/home/mark/mongo/SConstruct", line 742:
          Help('\nThe following variables may also be set like scons VARIABLE=value\n', append=True);
        File "/usr/lib/scons/SCons/Script/SConscript.py", line 614:
          return method(*args, **kw)
      

      Our scons --help is depending on scons 2.4.1 functionality.

            Assignee:
            mathias@mongodb.com Mathias Stearn
            Reporter:
            mark.benvenuto@mongodb.com Mark Benvenuto
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: