-
Notifications
You must be signed in to change notification settings - Fork 59
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
Python ctypes can't find libc on musl systems. #158
Comments
Will also need same patch for pypy in the file lib-python/$VERSION/ctypes/util.py |
Still need it ? 1 ebuild for each dev-lang/python version which apply the linked patch ? |
This really sucks because I'd rather not have patches against core packages. I was hoping to get all of @System packages into the tree. This move in the opposite direction. So, has there been any attempt to get these patches upstream? |
I don't use Gentoo anymore so I can't really help, but it would be good to chat with python devs on IRC and ask for help upstreaming it. |
I dug threw upstream bugzilla and see no open bugs for the issue with any of the branches. |
similar issue: #451 |
Basically we need to have ebuilds for all python versions with the patch which fixes this.
https://github.com/alpinelinux/aports/blob/master/main/python3/musl-find_library.patch is the required patch and is required for all versions of python.
Example of error:
The text was updated successfully, but these errors were encountered: