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

Display package at the origin of a failed dependency #5

Open
erothe opened this issue Aug 31, 2022 · 0 comments
Open

Display package at the origin of a failed dependency #5

erothe opened this issue Aug 31, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@erothe
Copy link
Contributor

erothe commented Aug 31, 2022

When building several hundred of packages in one go, a technique that point quickly to the package that is at the origin of a failing dependency is valuable. This can be tricky because the number of higher degree dependencies can be high. Suppose that in your spec, you requested the installation of package A. But package A depends on package B which in turn depends on package C, etc. Consider the following scenario:

A > B > C > D > E

How to get to A given that E failed, your spec list, and the list of packages successfully installed ?

@erothe erothe added the enhancement New feature or request label Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant