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

Python error when specifying absolute path to scons cacheDir

    • 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
    • Labels:
      None
    • Fully Compatible
    • ALL
    • Hide
      scons --cache --cache-dir=`pwd`/build/test core
      
      Show
      scons --cache --cache-dir=`pwd`/build/test core

      scons: Reading SConscript files ...
      NameError: name 'cachdDIr' is not defined:
        File "/Users/maxh/Documents/GitHub/mongo/SConstruct", line 457:
          if not os.path.isabs(cachdDIr):
      

            Assignee:
            max.hirschhorn@mongodb.com Max Hirschhorn
            Reporter:
            max.hirschhorn@mongodb.com Max Hirschhorn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: