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

--boost-version and --boost-compiler are broken

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 2.4.6, 2.5.2
    • Component/s: Build
    • Labels:
      None
    • ALL

      If you try to run scons with --boost-version or --boost-compiler, you get this:

      AttributeError: Values instance has no attribute 'boost-version':
        File "/media/DATA2/data/m/24/mongo/SConstruct", line 240:
          variantDir = get_variant_dir()
        File "/media/DATA2/data/m/24/mongo/SConstruct", line 119:
          x = get_option( name )
        File "/media/DATA2/data/m/24/mongo/SConstruct", line 76:
          return GetOption( name )
        File "/usr/lib/scons/SCons/Script/Main.py", line 470:
          return getattr(OptionsParser.values, name)
        File "/usr/lib/scons/SCons/Script/SConsOptions.py", line 115:
          return getattr(self.__dict__['__defaults__'], attr)
      

      These parameters are necessary when using-system-boost to match the boost library filenames.

            Assignee:
            Unassigned Unassigned
            Reporter:
            milkie@mongodb.com Eric Milkie
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: