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

Wheel builds broken by CentOS repository going offline #100

Closed
matthew-brett opened this issue Apr 4, 2017 · 10 comments · Fixed by #102
Closed

Wheel builds broken by CentOS repository going offline #100

matthew-brett opened this issue Apr 4, 2017 · 10 comments · Fixed by #102

Comments

@matthew-brett
Copy link
Contributor

CentOS5 just went end-of-life - see #96 .

In consequence (I guess) the repositories that the docker image expect have disappeared, and any manylinux build trying to access these repositories has broken - e.g.:

It looks like we need to update the docker image to use still-existing repos such as

http://vault.centos.org/5.11/

See: https://mail.python.org/pipermail/distutils-sig/2017-April/030362.html

@wiredfool
Copy link

What's the effort involved in this? Hours? Days? Weeks?

@matthew-brett
Copy link
Contributor Author

Hours I think. I'll look at it later today.

@squeaky-pl
Copy link

squeaky-pl commented Apr 4, 2017

5.11 just started failing several minutes ago for me.

http://centos.mirrors.nublue.co.uk/5.11/os/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found. I guess they will eventually by synced all and centos 5.11 will disappear as well.

@larsbutler
Copy link

I just ran into this issue as well.

What about moving to a newer version of CentOS, rather than trying to patch things up with 5?

@squeaky-pl
Copy link

@larsbutler that needs a PEP, new tag and a process.

@matthew-brett
Copy link
Contributor Author

#102 may fix this. Needs merging, and then we need to wait for the docker images to update. Maybe another 12 hours if all goes well?

@njsmith
Copy link
Member

njsmith commented Apr 4, 2017

Merged, so new docker images should be available in ~30 minutes?

@larsbutler: We'd love to move to a newer release, but it will take a bit of work and we need help :-) If you're interested in helping out, there's a bit of a checklist here: https://mail.python.org/pipermail/distutils-sig/2017-April/030361.html

@larsbutler
Copy link

@njsmith Awesome, thanks for resolving this so quickly!

After digging into the build scripts further, I realized how non-trivial such an update would be. :) I'm not sure how helpful I can be, but I'll take a look and at least try to educate myself.

@matthew-brett
Copy link
Contributor Author

Fresh numpy wheels builds working now : https://travis-ci.org/MacPython/numpy-wheels/builds/218374431

@wiredfool
Copy link

Pillow wheels are working now as well: https://travis-ci.org/python-pillow/pillow-wheels/jobs/218570143

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.

5 participants