-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
fix(main/pypy3): Permission denied #21050
Conversation
Oh, no!
|
As noted in #20966 pypy3 currently has unresolved build issues. |
I'm sure @licy183 can go into some more detail but Pypy and Pypy3 are some of the more complex package builds we maintain. |
Should be fixed by 8ad78ad Also, congrats on winning the commit shorthash lottery licy. |
I'm trying to use python in Ubuntu to translate the pypy sources rather than the one in termux-docker. It works for pypy2 but not for pypy3. I'm trying to find out why it doesn't work on pypy3, but I havn't made it so far. |
In your Docker environment, no matter how the DNS is changed, the domain name cannot be resolved. Is it due to the interception of the outbound port 53 or something else |
This is a patch to fix my issue.(setxattr bug) |
Please try pypy3 (in Ubuntu) instead of (c)python. |
Not possible. pypy sources needs python2 to translate. |
fix issue #20809
This fix is for pypy3, not the original pypy (2)