Bug #17462
quick-mrb-start no running out-of-the box on woof.fnal.gov
0%
Description
Please see the attached screenshot of the errors I am getting when executing the demo on woof.fnal.gov
:
./quick-mrb-start.sh --run-demo -e14 -s50
History
#1 Updated by Eric Flumerfelt over 3 years ago
We've noticed this as well. Does re-running quick-mrb-start.sh with the same options work?
#2 Updated by Kyle Knoepfel over 3 years ago
No--same error.
#3 Updated by Ron Rechenmacher over 3 years ago
Thanks!
Please
1) run the wget again to get the latest quick-mrb-start.sh and
2) add "--develop" to the end of the quick-mrb-start.sh command making it:
./quick-mrb-start.sh --run-demo -e14 -s50 --develop
#4 Updated by Kyle Knoepfel over 3 years ago
Thanks for the update. Unfortunately, doing so leads to this UPS error:
git clone: clone artdaq_demo at /home/knoepfel/srcs NOTICE: Running git clone http://cdcvs.fnal.gov/projects/artdaq-demo artdaq_demo Cloning into 'artdaq_demo'... ready to run git flow init for artdaq_demo Switched to a new branch 'master' Branch master set up to track remote branch master from origin. Using default branch names. Switched to branch 'develop' Your branch is up-to-date with 'origin/develop'. Branch develop set up to track remote branch develop from origin. Already up-to-date. NOTICE: Adding artdaq_demo to CMakeLists.txt file NOTICE: You can now 'cd artdaq_demo' You are now on the develop branch (check with 'git branch') To make a new feature, do 'git flow feature start <featureName>' The working build directory is /home/knoepfel/build_slf7.x86_64 The source code directory is /home/knoepfel/srcs ----------- check this block for errors ----------------------- ERROR: Version conflict -- dependency tree requires versions conflicting with current setup of product messagefacility: version v1_18_03 vs v2_00_02 ERROR: Version conflict -- dependency tree requires versions conflicting with current setup of product messagefacility: qualifiers e10:prof vs e14:prof ERROR: setup -B messagefacility v1_18_03 -q +e10:+prof failed ERROR: For more information, type "ups depend messagefacility v1_18_03 -q +e10:+prof" or "ups list -aK+ messagefacility v1_18_03" ERROR: setup of required products has failed /home/knoepfel/build_slf7.x86_64
#5 Updated by Ron Rechenmacher over 3 years ago
- Status changed from New to Closed
We've made several bug fixes. Now you should be able to do the procedure successfully:
1) re-wget and chmod...
2) do the quick-mrb-start.sh, this time add --debug and -w:
./quick-mrb-start.sh --run-demo -e14 -s50 --develop --debug -w
However, there is no need to do anything because we found/fixed the problem.
I'll change the status to closed.
#6 Updated by Kyle Knoepfel over 3 years ago
Thanks. Are you saying that you've fixed the problem with script AND the ROOT dictionaries? Or just the script?