-
Notifications
You must be signed in to change notification settings - Fork 246
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
Fix build #1131
Fix build #1131
Conversation
Follow up to pr#1086. Without this change, podman doesn't build with the latest version of shadow-utils in fedora rawhide and 36. Signed-off-by: Lokesh Mandvekar <[email protected]>
shadow-utils 4.11.1 build for rawhide at: https://koji.fedoraproject.org/koji/buildinfo?buildID=1916024 |
/cc @baude |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
hang on let me double-check the dependencies again. Don't merge this yet. |
This will force us to do a vendor dance. |
Some additional information. After updating shadow-utils in rawhide I was able to (scratch) build podman as-is in rawhide: https://koji.fedoraproject.org/koji/taskinfo?taskID=82646117 |
I am in Rawhide and it works for me as well with latest |
even after a reboot, I see on podman main branch (commit id: 6d2b54a731cf5ac9a7e760709748ee96a636d65e) :
I'll create a fresh rawhide instance later and try it out there, but I guess if it's not breaking for others, then this would be low priority if at all. Certainly doesn't look necessary for packaging. Thanks all and sorry about the noise (keeping the PR open for now). |
so this looks like something in my usual rawhide env is messed up because I can't reproduce this on a GCE rawhide instance with the latest shadow-utils-subid-devel. And I see the issue even with this patch, so probably there's some other issues. Anyway, sorry about all the noise once again. Closing ... |
Follow up to pr#1086.
Without this change, podman doesn't build with the latest version of
shadow-utils in fedora rawhide and 36.
Signed-off-by: Lokesh Mandvekar [email protected]
@rhatdan @giuseppe @vrothberg @mheon PTAL.
That line was automatically added for me by vim-go when I saved the file.