mrb md produces an error. It hasn't been exercised in some time, so this is not a big surprise.
[garren@scisoftbuild01 build_slf7.x86_64]$ mrb md
Traceback (most recent call last):
File "/scratch/products/mrb/v5_19_05/libexec/makeDep.py", line 285, in
system.run()
File "/scratch/products/mrb/v5_19_05/libexec/makeDep.py", line 104, in run
self.load_project_dependency_database()
File "/scratch/products/mrb/v5_19_05/libexec/makeDep.py", line 135, in load_project_dependency_database
if not self.project_deps.has_key(pkg):
AttributeError: 'dict' object has no attribute 'has_key'
To Reproduce
checkout larsoft and build
in the build directory, type "mrb md"
mrb md produces an error. It hasn't been exercised in some time, so this is not a big surprise.
[garren@scisoftbuild01 build_slf7.x86_64]$ mrb md Traceback (most recent call last): File "/scratch/products/mrb/v5_19_05/libexec/makeDep.py", line 285, in system.run() File "/scratch/products/mrb/v5_19_05/libexec/makeDep.py", line 104, in run self.load_project_dependency_database() File "/scratch/products/mrb/v5_19_05/libexec/makeDep.py", line 135, in load_project_dependency_database if not self.project_deps.has_key(pkg): AttributeError: 'dict' object has no attribute 'has_key'To Reproduce
checkout larsoft and build
in the build directory, type "mrb md"