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

build error ucore-hci:testing: installing libvirtd causes nfs-utils conflicts with nfs-utils-coreos #31

Closed
bsherman opened this issue Apr 21, 2023 · 1 comment · Fixed by #32

Comments

@bsherman
Copy link
Collaborator

This is happening on recent ucore-hci:testing builds, seemingly new since testing is now based on fedora38.

It's not clear to me why this is wasn't happening for our builds FCOS/fedora37 ucore builds, as it's certainly popped up in the past for other FCOS users.
coreos/fedora-coreos-tracker#572

@bsherman bsherman changed the title build error in testing installing libvirtd causes nfs-utils conflicts with nfs-utils-coreos build error ucore-hci:testing: installing libvirtd causes nfs-utils conflicts with nfs-utils-coreos Apr 21, 2023
@bsherman
Copy link
Collaborator Author

Upon investigation, this is not failing in fedora37/stable FCOS due to probably a bug in the rpm spec for nfs-utils & nfs-utils-coreos on that release.

I notice that our ucore-hci:stable build actually has both packages:

$ rpm -qa |grep nfs-util
nfs-utils-coreos-2.6.2-2.rc6.fc37.x86_64
nfs-utils-2.6.2-2.rc6.fc37.x86_64

This is probably not an issue as nfs-utils-coreos is a subset of the files in nfs-utils, but the fedora38 packages are more correct to report a conflict as the files within the packages are the same.

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

Successfully merging a pull request may close this issue.

1 participant