-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Podman 1.5.x rpms are failing to build on CBS #3835
Comments
@lsm5 PTAL |
@alitvak69 built at https://cbs.centos.org/koji/taskinfo?taskID=918733 RE: how it's built, all the centos specific changes are included on fedora's latest release's spec file (so right now on f30). See: https://src.fedoraproject.org/rpms/podman/blob/f30/f/podman.spec . RE: autobuilds, there's an hourly job at https://gitlab.com/lsm5/rpm-builder/tree/fedora-release which checks for latest released tags and builds for fedora and then for centos. It'll also check for pushing builds in testing to release for fedora and centos. Closing.. |
Thank you @lsm5 |
I think it was closed too soon. Where did you get libseccomp >= 2.4.1? Resolving Dependencies |
@alitvak69 I'm building the newest libseccomp for CBS at https://cbs.centos.org/koji/taskinfo?taskID=919837 . But I kinda wanna suggest you hold off on the upgrade cause of #3838 |
Has issue #3838 been addressed? If so is it 1.5.1 or it becomes 1.5.2? Reading the issue, it seems to have no effect in ubuntu, correct? |
@lsm5 Any update on this? |
It would be nice if cbs.centos.org builds build also for CentOS8 (aka el8 arch) Trying to install podman-1.6.1-2.el7.x86_64 on CentOS 8 (risky thou) ends with:
There is no conmon package on cbs.centos.org at all. |
I'll build conmon for centos.
…On Mon, Oct 14, 2019 at 04:58:25AM -0700, matihost wrote:
It would be nice if cbs.centos.org builds build also for CentOS8 (aka el8 arch)
CentOS 8 is shipped with pretty alpha 1.0.0-5 podman release.
Trying to install podman-1.6.1-2.el7.x86_64 on CentOS 8 (risky thou) ends with:
```
Problem: conflicting requests
- nothing provides conmon needed by podman-1.6.1-2.el7.x86_64
- nothing provides containernetworking-plugins >= 0.7.5-1 needed by podman-1.6.1-2.el7.x86_64
- nothing provides podman-manpages = 1.6.1-2.el7 needed by podman-1.6.1-2.el7.x86_64
- nothing provides runc >= 1.0.0-57 needed by podman-1.6.1-2.el7.x86_64
- nothing provides slirp4netns >= 0.3.0-2 needed by podman-1.6.1-2.el7.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
```
There is no conmon package on cbs.centos.org at all.
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#3835 (comment)
--
Lokesh
IRC, GitHub: lsm5
GPG: 0xC7C3A0DD
https://keybase.io/lsm5
|
ummmm .. btw, el7 package install on el8 isn't supported, so even after conmon is built and available, it may not work, and there's not much I'll be able to do about it. Just FYI. |
Thanks. I'm just wondering about the general strategy related to podman to RHEL/CentOS 8 family.
So just recommending to at least continous release package not only for Mac, but also for RHEL / CentOS distros. Please expose some CI repo with latest packages for all RHEL family distibutions. |
CentOS Stream is coming. That should take care of this AFAICT. |
Starting at 8.1 (November) we will move podman to a new release every three months. Hopefully a lot closer to the released version. Or -1 of it. |
This issue had no activity for 30 days. In the absence of activity or the "do-not-close" label, the issue will be automatically closed within 7 days. |
Centos 8 is still on 1.0.5 version, while RHEL 8 has a much newer version. How can we get the matching version for CentOS 8? |
CentOS has a delay with RHEL release (several months).
and try install podman
But it is still old podman 1.4.x If you need fresh podman, either switch to Fedora or Ubuntu - as packages are fresh there (1.6.2) |
/kind packaging
I am trying to test the latest release 1.5 on centos and RPM builds on CBS are failing.
Can someone take a look at the builds and fix them? I would also appreciate a document on how you build it using rpm-build repo so I could build them manually if I need to test master or other releases.
Thank you for all help and attention.
The text was updated successfully, but these errors were encountered: