unbit / uwsgi

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

Unable to build uwsgi with asyncio support in python3.x #1466

Closed 2mf closed 7 years ago

2mf commented 7 years ago

Although that I refer to ticket #1100 and face the same problem with python 3.6. I can't not reason with the comments of @kracekumar and @xrmx regarding #1100 for just updating the docs.... The installation scripts should work in venv and vanilla. Just take one other example, you have a docker container with a custom compiled python and no system wide install of python present at all e.g. pyenv.

Please fix the install/compile scripts for Python 3.x and asyncio.

  Downloading uwsgi-2.0.14.tar.gz (788kB)
  Downloading from URL https://pypi.python.org/packages/11/ef/3d64655693e12f163f659bc3a45837893d7ebbb242e608feb9adc788d2ca/uwsgi-2.0.14.tar.gz#md5=d4b2c7db274dc20be54a977c9b040b7e (from https://pypi.python.org/simple/uwsgi/)
    100% |████████████████████████████████| 798kB 6.5MB/s 
  Running setup.py (path:/tmp/pip-build-b9hqp7vn/uwsgi/setup.py) egg_info for package uwsgi
    Running command python setup.py egg_info
    running egg_info
    creating pip-egg-info/uWSGI.egg-info
    writing pip-egg-info/uWSGI.egg-info/PKG-INFO
    writing dependency_links to pip-egg-info/uWSGI.egg-info/dependency_links.txt
    writing top-level names to pip-egg-info/uWSGI.egg-info/top_level.txt
    writing manifest file 'pip-egg-info/uWSGI.egg-info/SOURCES.txt'
    warning: manifest_maker: standard file '-c' not found

    reading manifest file 'pip-egg-info/uWSGI.egg-info/SOURCES.txt'
    writing manifest file 'pip-egg-info/uWSGI.egg-info/SOURCES.txt'
  Source in /tmp/pip-build-b9hqp7vn/uwsgi has version 2.0.14, which satisfies requirement uwsgi[asyncio] from https://pypi.python.org/packages/11/ef/3d64655693e12f163f659bc3a45837893d7ebbb242e608feb9adc788d2ca/uwsgi-2.0.14.tar.gz#md5=d4b2c7db274dc20be54a977c9b040b7e
  Installing extra requirements: 'asyncio'
  uWSGI 2.0.14 does not provide the extra 'asyncio'
Installing collected packages: uwsgi
  Running setup.py install for uwsgi ...     Running command /usr/local/.pyenv/versions/3.6.0/envs/venv36/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-b9hqp7vn/uwsgi/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-k1s14ypa-record/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/.pyenv/versions/3.6.0/envs/venv36/include/site/python3.6/uwsgi
    running install
    using profile: buildconf/asyncio.ini
    detected include path: ['/usr/lib/gcc/x86_64-linux-gnu/4.9/include', '/usr/local/include', '/usr/lib/gcc/x86_64-linux-gnu/4.9/include-fixed', '/usr/include/x86_64-linux-gnu', '/usr/include']
    Patching "bin_name" to properly install_scripts dir
    detected CPU cores: 8
    configured CFLAGS: -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY  -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_CAP -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.14\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="14" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_SSL -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\".\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(python);UDEP(asyncio);UDEP(greenlet);UDEP(ping);UDEP(cache);UDEP(nagios);UDEP(rrdtool);UDEP(carbon);UDEP(rpc);UDEP(corerouter);UDEP(fastrouter);UDEP(http);UDEP(ugreen);UDEP(signal);UDEP(syslog);UDEP(rsyslog);UDEP(logsocket);UDEP(router_uwsgi);UDEP(router_redirect);UDEP(router_basicauth);UDEP(zergpool);UDEP(redislog);UDEP(mongodblog);UDEP(router_rewrite);UDEP(router_http);UDEP(logfile);UDEP(router_cache);UDEP(rawrouter);UDEP(router_static);UDEP(sslrouter);UDEP(spooler);UDEP(cheaper_busyness);UDEP(symcall);UDEP(transformation_tofile);UDEP(transformation_gzip);UDEP(transformation_chunked);UDEP(transformation_offload);UDEP(router_memcached);UDEP(router_redis);UDEP(router_hash);UDEP(router_expires);UDEP(router_metrics);UDEP(transformation_template);UDEP(stats_pusher_socket);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(python);ULEP(asyncio);ULEP(greenlet);ULEP(ping);ULEP(cache);ULEP(nagios);ULEP(rrdtool);ULEP(carbon);ULEP(rpc);ULEP(corerouter);ULEP(fastrouter);ULEP(http);ULEP(ugreen);ULEP(signal);ULEP(syslog);ULEP(rsyslog);ULEP(logsocket);ULEP(router_uwsgi);ULEP(router_redirect);ULEP(router_basicauth);ULEP(zergpool);ULEP(redislog);ULEP(mongodblog);ULEP(router_rewrite);ULEP(router_http);ULEP(logfile);ULEP(router_cache);ULEP(rawrouter);ULEP(router_static);ULEP(sslrouter);ULEP(spooler);ULEP(cheaper_busyness);ULEP(symcall);ULEP(transformation_tofile);ULEP(transformation_gzip);ULEP(transformation_chunked);ULEP(transformation_offload);ULEP(router_memcached);ULEP(router_redis);ULEP(router_hash);ULEP(router_expires);ULEP(router_metrics);ULEP(transformation_template);ULEP(stats_pusher_socket);"
    *** uWSGI compiling server core ***
    [thread 1][gcc -pthread] core/utils.o
    [thread 2][gcc -pthread] core/protocol.o
    [thread 0][gcc -pthread] core/socket.o
    [thread 3][gcc -pthread] core/logging.o
    [thread 5][gcc -pthread] core/master.o
    [thread 6][gcc -pthread] core/master_utils.o
    [thread 4][gcc -pthread] core/emperor.o
    [thread 7][gcc -pthread] core/notify.o
    [thread 7][gcc -pthread] core/mule.o
    [thread 2][gcc -pthread] core/subscription.o
    [thread 5][gcc -pthread] core/stats.o
    [thread 7][gcc -pthread] core/sendfile.o
    [thread 6][gcc -pthread] core/async.o
    [thread 3][gcc -pthread] core/master_checks.o
    [thread 7][gcc -pthread] core/fifo.o
    [thread 0][gcc -pthread] core/offload.o
    [thread 4][gcc -pthread] core/io.o
    [thread 5][gcc -pthread] core/static.o
    [thread 2][gcc -pthread] core/websockets.o
    [thread 7][gcc -pthread] core/spooler.o
    [thread 6][gcc -pthread] core/snmp.o
    [thread 3][gcc -pthread] core/exceptions.o
    [thread 0][gcc -pthread] core/config.o
    [thread 2][gcc -pthread] core/setup_utils.o
    [thread 5][gcc -pthread] core/clock.o
    [thread 6][gcc -pthread] core/init.o
    [thread 7][gcc -pthread] core/buffer.o
    [thread 3][gcc -pthread] core/reader.o
    [thread 4][gcc -pthread] core/writer.o
    [thread 5][gcc -pthread] core/alarm.o
    [thread 2][gcc -pthread] core/cron.o
    [thread 1][gcc -pthread] core/hooks.o
    [thread 6][gcc -pthread] core/plugins.o
    [thread 0][gcc -pthread] core/lock.o
    [thread 7][gcc -pthread] core/cache.o
    [thread 2][gcc -pthread] core/daemons.o
    [thread 5][gcc -pthread] core/errors.o
    [thread 3][gcc -pthread] core/hash.o
    [thread 4][gcc -pthread] core/master_events.o
    [thread 6][gcc -pthread] core/chunked.o
    [thread 1][gcc -pthread] core/queue.o
    [thread 0][gcc -pthread] core/event.o
    [thread 5][gcc -pthread] core/signal.o
    [thread 3][gcc -pthread] core/strings.o
    [thread 4][gcc -pthread] core/progress.o
    [thread 6][gcc -pthread] core/timebomb.o
    [thread 2][gcc -pthread] core/ini.o
    [thread 1][gcc -pthread] core/fsmon.o
    [thread 0][gcc -pthread] core/mount.o
    [thread 6][gcc -pthread] core/metrics.o
    [thread 4][gcc -pthread] core/plugins_builder.o
    [thread 2][gcc -pthread] core/sharedarea.o
    [thread 3][gcc -pthread] core/rpc.o
    [thread 5][gcc -pthread] core/gateway.o
    [thread 1][gcc -pthread] core/loop.o
    [thread 0][gcc -pthread] core/cookie.o
    [thread 4][gcc -pthread] core/querystring.o
    [thread 7][gcc -pthread] core/rb_timers.o
    [thread 3][gcc -pthread] core/transformations.o
    [thread 1][gcc -pthread] core/uwsgi.o
    [thread 5][gcc -pthread] proto/base.o
    [thread 0][gcc -pthread] proto/uwsgi.o
    [thread 2][gcc -pthread] proto/http.o
    [thread 4][gcc -pthread] proto/fastcgi.o
    [thread 3][gcc -pthread] proto/scgi.o
    [thread 7][gcc -pthread] proto/puwsgi.o
    [thread 0][gcc -pthread] lib/linux_ns.o
    [thread 6][gcc -pthread] core/zlib.o
    [thread 5][gcc -pthread] core/regexp.o
    [thread 3][gcc -pthread] core/routing.o
    [thread 4][gcc -pthread] core/yaml.o
    [thread 7][gcc -pthread] core/ssl.o
    [thread 2][gcc -pthread] core/legion.o
    [thread 0][gcc -pthread] core/xmlconf.o
    [thread 6][gcc -pthread] core/dot_h.o
    [thread 6][gcc -pthread] core/config_py.o
    *** uWSGI compiling embedded plugins ***
    [thread 6][gcc -pthread] plugins/python/pyutils.o
    [thread 5][gcc -pthread] plugins/python/python_plugin.o
    [thread 4][gcc -pthread] plugins/python/pyloader.o
    [thread 0][gcc -pthread] plugins/python/wsgi_handlers.o
    [thread 7][gcc -pthread] plugins/python/wsgi_headers.o
    [thread 6][gcc -pthread] plugins/python/wsgi_subhandler.o
    [thread 4][gcc -pthread] plugins/python/web3_subhandler.o
    [thread 7][gcc -pthread] plugins/python/pump_subhandler.o
    [thread 2][gcc -pthread] plugins/python/gil.o
    [thread 0][gcc -pthread] plugins/python/uwsgi_pymodule.o
    [thread 6][gcc -pthread] plugins/python/profiler.o
    [thread 2][gcc -pthread] plugins/python/symimporter.o
    [thread 4][gcc -pthread] plugins/python/tracebacker.o
    [thread 5][gcc -pthread] plugins/python/raw.o
    [thread 3][gcc -pthread] plugins/asyncio/asyncio.o
    [thread 7][gcc -pthread] plugins/greenlet/greenlet.o
    [thread 6][gcc -pthread] plugins/ping/ping_plugin.o
    [thread 5][gcc -pthread] plugins/cache/cache.o
    plugins/greenlet/greenlet.c:2:31: fatal error: greenlet/greenlet.h: No such file or directory
     #include <greenlet/greenlet.h>
                                   ^
    compilation terminated.
    [thread 4][gcc -pthread] plugins/nagios/nagios.o
    [thread 6][gcc -pthread] plugins/rrdtool/rrdtool.o
    [thread 3][gcc -pthread] plugins/carbon/carbon.o
    [thread 2][gcc -pthread] plugins/rpc/rpc_plugin.o
    [thread 1][gcc -pthread] plugins/corerouter/cr_common.o
    [thread 4][gcc -pthread] plugins/corerouter/cr_map.o
    [thread 5][gcc -pthread] plugins/corerouter/corerouter.o
    [thread 6][gcc -pthread] plugins/fastrouter/fastrouter.o
    [thread 3][gcc -pthread] plugins/http/http.o
    [thread 1][gcc -pthread] plugins/http/keepalive.o
    [thread 4][gcc -pthread] plugins/http/https.o
error
Cleaning up...

Thank you.

xrmx commented 7 years ago

I don't see what i can answer differently from https://github.com/unbit/uwsgi/issues/1100#issuecomment-154063229 If you see things that can be improved then you are very welcome to open a PR to fix them.

2mf commented 7 years ago

thanks