You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@di-na: Thanks for opening this. I just looked into this, and I feel this is not a bug, it's just a side-effect of what --dry-run does.
The first thing it does, it builds the whole tree of dependencies, regardless of whether the modules are available or not (step 1). Then, it figures out which ones are available, to known for which ones it can mark them as done using [x].
For step 1, it currently needs to have an easyconfig file for each package involved, to see if it has more dependencies. The code in resolve_dependencies could be enhanced to determine the dependencies from the module file too however.
So, it's possible to fix this issue, but it's more involved than I expected at first...
dry-run looks for a dependency (that is already a module) and can't find it (because it is looking for its eb file )
The text was updated successfully, but these errors were encountered: