unbit / uwsgi

uWSGI application server container
http://projects.unbit.it/uwsgi
Other
3.45k stars 687 forks source link

Cannot compile uWSGI on Pyston #1302

Open alanjds opened 8 years ago

alanjds commented 8 years ago

I got a generic AttributeError: 'NoneType' object has no attribute 'split' when trying to build under the Python provided docker image pyston/pyston.

Some more details and discussion occurred on Gitter: https://gitter.im/dropbox/pyston?at=576b0221c7594b5f0dd1da74

Not sure if patches shoud land on uWSGI or Pyston, but they are incompatible right now.

(cross-posted with https://github.com/dropbox/pyston/issues/1264)

unbit commented 8 years ago

I think we can create a build profile for pyston disabling all the features it currently does not support (like profiling). Regarding the specific error, we can simply be a bit more tolerant and inspect the values before going on (read: before calling the .split())