-
Notifications
You must be signed in to change notification settings - Fork 4
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
yum install failing #5
Comments
Looks like something went askew with the last sync. Retrying. |
Try it now. |
Unfortunately, I'm still getting the same error with the build : https://travis-ci.com/github/pypa/manylinux/jobs/455186991 |
Check download.sinenomine.net/clefos/epel/7 and see if the package is there. If it is then a yum clean all;rm -/var/cache/yum/* maybe required.
…-------- Original message --------
From: Matthieu Darbois <[email protected]>
Date: 12/8/20 17:44 (GMT+10:00)
To: nealef/clefos <[email protected]>
Cc: Neale Ferguson <[email protected]>, Mention <[email protected]>
Subject: Re: [nealef/clefos] yum install failing (#5)
Unfortunately, I'm still getting the same error with the build : https://travis-ci.com/github/pypa/manylinux/jobs/455186991
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#5 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AACLN6UMN37OZQLK6AIGH5DSTXKNXANCNFSM4UOYFF6A>.
|
The package https://download.sinenomine.net/epel/epel-7/noarch/epel-release-7-13.noarch.rpm is definitely missing from the mirror (it has https://download.sinenomine.net/epel/epel-7/noarch/epel-release-7-12.noarch.rpm). |
simple reproducer for this issue:
This can be worked around and I'll probably use this for now:
|
I think it’s a problem as we’re in a transition from 7.8.2003 to 7.9.2011. I think the repo db is being generated on the assumption that the 7.9 files are being copied over. I will check the sync job.
|
Do not update epel-release package for now c.f. nealef/clefos#5
Do not update epel-release package for now c.f. nealef/clefos#5
The problem was we had blown the extents for the noarch repo on the download site. So the repodata was being copied over but not the RPM. I have cleared enough space such that the package is now there. |
Thanks @nealef, the issue is indeed fixed now. |
Hello @nealef,
manylinux2014 image build is failing with error (nothing has changed with regards to installed packages):
c.f. https://travis-ci.com/github/pypa/manylinux/jobs/454964495
Are there any maintenance actions on going on the repo ? If so, any ETA ?
Thanks
The text was updated successfully, but these errors were encountered: