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

dnf download with --debuginfo or --debugsource doesn't respect --resolve #535

Closed
TheHillBright opened this issue May 25, 2024 · 1 comment · Fixed by #539
Closed

dnf download with --debuginfo or --debugsource doesn't respect --resolve #535

TheHillBright opened this issue May 25, 2024 · 1 comment · Fixed by #539
Labels

Comments

@TheHillBright
Copy link
Contributor

debuginfo packages can have dependencies.

Intended behavior: dnf download with --debuginfo --resolve downloads the requested debuginfo package with its dependencies.
Actual current behavior: Dependencies are not downloaded. Tested with package libstdc++-debuginfo which depends on gcc-debuginfo.

I believe the same to --debugsource although I'm unaware of any debugsource packages have dependencies and don't know if it exists.

@kontura
Copy link
Contributor

kontura commented May 31, 2024

Thank you for the report, you are correct, the --resolve flag is taken into account only when --debuginfo and --debugsource are not used.

Given that we are focusing on dnf5 I am not sure we will work on this anytime soon or at all.
I will link this issue to dnf5 to make sure it is resolved there when the flags are implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants