rpm-ostree upgrade error: no installed package matches mesa-va-drivers
I recently did a rebase from kinoite to bazzite:stable, and I'm currently getting this when attempting to do an upgrade:
You can see what I had before/after the rebase from my rpm-ostree status;
I did note that the rebase did correctly remove the freeworld mesa drivers, but maybe the gstreamer packages need to be removed?
6 Replies
Yeah, try removing
gstreamer1-plugin-openh264
gstreamer1-plugins-ugly gstreamer1-vaapi
and then the rebase should work, we add those for youThe thing.. the rebase worked, and I'm booted into bazzite now.. (as shown in the rpm-ostree status). The problem now is that I can't even remove or touch rpm-ostree without the error.. including attempting to remove those packages
Try 'override remove'
if that fails, you may need to swap to your previous image in grub
and resume from there
I got it to work.. doing an rpm-ostree reset, and re-adding my override packages
perfect, nice workaround
That said, I don't know if it's possible to have the rebase find/remove those overrides, like it does for mesa-freeworld. That'd help other people in the future