Hi, > >Do you require some assistance regarding a new upload of uwsgi? I'm > >eager to dedicate some time to it if you can't do so. :) > > I have a patch but I have not been able to test it yet because the py2 > removal makes the package FTBS... I'm close to fix it though. I'll post an > update here by wednesday.
The patch I want to test is here: https://sml.zincube.net/~niol/repositories.git/uwsgi/commit/?id=5e0246cc5d27ea2ccd29e938ceb24913431da364 Unfortunately it does not build (which is not related to the patch): plugins/gevent/../python/uwsgi_python.h:2:10: fatal error: Python.h: No such file or directory <Python.h> If I try to remove even more py2, I'm stuck with: *** uWSGI building and linking plugin plugins/asyncio_python3 *** Error: unable to find directory 'plugins/asyncio_python3' Which means I've messed up debian/rules because it should try to build plugins/asyncio and not plugins/asyncio_python3 . I need to find more time to understand how this works with plugins flavours, stems, etc. I also did not find yet some kind of cdbs debug mode (like DH_VERBOSE=1). Thanks, Alex