-
Notifications
You must be signed in to change notification settings - Fork 3
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
Testing repository should be disabled on Silverblue #549
Comments
Can you share the output of I installed a F40 Silverblue on a VM and while I did find that the Perhaps this is a result of moving from Rawhide -> F40 Beta -> F40 GA. Since Fedora 40 still hasn't be released yet, I could imagine that the On the other hand, if Maybe you can try |
I had a similar case. Installed Silverblue F40 before it was in Beta, when it was already branched out from Rawhide. Then installed What helped was installing update from https://bodhi.fedoraproject.org/updates/FEDORA-2024-6dfb994cf3. |
This was successful for me. Booted into a new deployment and could use |
This particular issue was caused by a packaging bug in gnome-console: https://src.fedoraproject.org/rpms/gnome-console/c/ef40e412f150cb2d21ec257dd1c915ec85e87db4?branch=f40 It normally would have been held back until the base image updated. I'm not sure if there's a good way to resolve the repo mismatch during this period where updates-testing is enabled by default. Would temporarily making |
IMO, I don't think it is worth the effort to make changes at the infrastructure level for this particular issue. The |
I am not sure why this workaround should be applied every time one layered package gets updated. Why not just disable the testing repo? If users wanted those updates they would use the testing base image. |
No, it seems like a bug that the gnome-console spec file have Requires on an arbitrary subset of the libraries that it builds against. It's not normal to add Requires for build dependencies. If you want it to be safe to install partial updates, then you need this draft RPM pull request. I'd say this is squarely Silverblue's fault. Installing one package but not another from the same Fedora update is particularly egregious. I'm surprised you don't have a large number of similar bug reports.... |
The testing repos are only enabled by default before the release so this does not impact users on stable releases. Beta releases also do not have the archive repo enabled yet, thus not offering "older" but matching package versions. Package layering is always provided as a best effort as by definition we can not test all the arbitrary combinations that can be used. |
All that being said, we do not have a way to distinguish builds happening with the testing repos enabled from the normal builds in Fedora infra right now as far as I know, so we can not selectively disable the testing repos only on those refs. Maybe we should "force" disable them by default for all refs. |
Tentative PR: https://pagure.io/workstation-ostree-config/pull-request/503 Maybe someone who knows more about pungi / the Fedora compose infra can help me figure out a better option. |
At the moment a fresh Silverblue image (
fedora:fedora/40/x86_64/silverblue
) will have thetesting-updates
repository enabled by default (as per its repo file at/etc/yum.repos.d/
). On the other hand the base image is built from theupdates
repository.A few days ago I got an update to
gnome-console
bumping it to 46.0 which requires vte291 0.76.0, since I get updates fromupdates-testing
console was upgraded, but since vte291 is part of the base image it stayed at 0.74.0 (latest version on the base image), resulting in gnome-console not being able to start due to missing symbols.Maybe I don't understand how my system got into this condition, but this is the most I was able to debug it.
The text was updated successfully, but these errors were encountered: