Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mrb updateDepsCM deduces an incorrect repository order #2

Open
knoepfel opened this issue Oct 28, 2021 · 0 comments
Open

mrb updateDepsCM deduces an incorrect repository order #2

knoepfel opened this issue Oct 28, 2021 · 0 comments
Assignees
Labels
support Support requested on code usage or environment

Comments

@knoepfel
Copy link
Contributor

This issue has been migrated from https://cdcvs.fnal.gov/redmine/issues/26370 (FNAL account required)
Originally created by @PetrilloAtWork on 2021-10-22 02:28:48


Checking out the repositories icarusalg, icaruscode and larcorealg (with or without larcore) has MRB set icarusalg as the first repository to CMake.
The correct order would be larcorealg, larcore, icarusalg and icaruscode.

Steps to reproduce:

pwd
source /cvmfs/icarus.opensciencegrid.org/products/icarus/setup_icarus.sh
mrb newDev -v v09_33_00 -q e20:prof
source /icarus/app/users/petrillo/LArSoft/tests/pkgOrder/localProducts_larsoft_v09_33_00_e20_prof/setup
mrb gitCheckout --tag LARSOFT_SUITE_v09_33_00 larcorealg
mrb gitCheckout --tag LARSOFT_SUITE_v09_33_00 larcore
mrb gitCheckout --tag v09_33_00 icarusalg
mrb gitCheckout --tag v09_33_00 icaruscode
mrbsetenv
mrb build -C

Manually fixing the order in ${MRB_SOURCE}/CMakeLists.txt fixes it (until the next mrbsetenv).

@knoepfel knoepfel added the support Support requested on code usage or environment label Oct 28, 2021
@knoepfel knoepfel added this to Issues Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Support requested on code usage or environment
Projects
Status: No status
Development

No branches or pull requests

2 participants