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

clobber-registry: fix pypy clobber issue #555

Open
wolfv opened this issue Mar 5, 2024 · 0 comments
Open

clobber-registry: fix pypy clobber issue #555

wolfv opened this issue Mar 5, 2024 · 0 comments

Comments

@wolfv
Copy link
Member

wolfv commented Mar 5, 2024

Currently, when switching from cpython to pypy, there is an interesting clobber case:

For cpython, the python package contains bin/python.

When installing python 3.9.* *pypy*, the bin/python package is in the pypy38 package. However, the python package also still exists, (but with a different build string and without the bin/python inside. Because python depends on pypy38, the "python" package wins the clobbering. But no bin/python is created, only bin/python__clobber-from-pypy38...

I will have to think of how to fix this case.

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

No branches or pull requests

1 participant