error: Could not depsolve transaction; 1 problem detected
Hello, I've been getting this message after trying to make a custom image: https://github.com/MrQvest/my-atomic/
Example of a bad Github Action: https://github.com/MrQvest/my-atomic/actions/runs/12144458198
It says there is a problem, but it doesn't specify where or what is wrong:
[17:02:33 g.i/m/my-kinoite-nvidia:latest] => 13.88 error: Could not depsolve transaction; 1 problem detected: [17:02:33 g.i/m/my-kinoite-nvidia:latest] => 13.88 Problem: conflicting requestsThe only things I have changed are recipe.yml and build.yml
GitHub
GitHub - MrQvest/my-atomic
Contribute to MrQvest/my-atomic development by creating an account on GitHub.
GitHub
bluebuild · MrQvest/my-atomic@0aeb2cc
Contribute to MrQvest/my-atomic development by creating an account on GitHub.
2 Replies
this is unfortunately a fairly common issue with rpm-ostree package management, likely some dependency error
if this started happening after a change you may try reverting that
otherwise waiting for a few days and commenting out package installs / removals until there is no error anymore is sadly the most straightforward way to fix this
it might be due to, for example, if the
vim
package you are removing is a dependency or a part of some package group installed in some upstream image
this is something that may be getting better real soon with dnf5
support on atomic fedora, a module for using that too is already plannedI see, thanks. Gonna wait a few days to see if it solves itself then