-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 2 builds broken #3918
Comments
So, it seems that trying to build the
Which ... isn't too surprising given the git log? The more interesting piece is that b2901ad doesn't seem to have actually fixed it -- #3911 seems to have been incomplete in some way? In the setuptools changelog, this entry in v42.0.0 looks suspicious: |
On my py27 branch (#3648) I got the same error with Wheel updated to version 34.2. A downgrade of cross/wheel to version 33.6 fixed this. |
I wonder if A recent commit to |
Setup
Package Name:
python
(or anything that contains python 2 modules)Package Version: 2.7.15
NAS Model: N/A
NAS Architecture: denverton
DSM version: 6.1
Expected behavior
Should be able to build the python 2.x package, and its components as a dependency of other packages
Actual behavior
Build fails during module install step with error:
Steps to reproduce
1. Clone current
master
(b2901ad at the moment)2. Use the the docker image to try to build the python package
Build log
I'm trying to wind back to see if I can find a working commit that isn't ancient history. The last time I tried building (which was successful) was 00a880a (December 2018), which is ... quite definitely ancient history. Also I can no longer build that old commit with the current docker image as the partially built copy of python segfaults doing
./python -E -S -m sysconfig --generate-posix-vars
during its build.The text was updated successfully, but these errors were encountered: