Quoting Alexandre Rossi (2020-05-25 12:40:44)
> The following patch fixes the problem.

> --- a/debian/control
> +++ b/debian/control
> @@ -10,6 +10,7 @@ Build-Depends:
>   libphp-embed | libphp5-embed,
>   uwsgi-dev,
>   uwsgi-src,
> + python3-distutils,


> --- a/debian/rules
> +++ b/debian/rules
> @@ -26,7 +26,7 @@ OUR_BINARY_VERSION = $(subst 
> -,+,$(UWSGI_VERSION))+$(DEB_VERSION)
>         dh $@ --with uwsgi
> 
>  override_dh_auto_build:
> -       uwsgi --build-plugin /usr/src/uwsgi/plugins/php
> +       PYTHON=python3 uwsgi --build-plugin /usr/src/uwsgi/plugins/php


Thanks, Alex!

Better to fix this centrally in uwsgi, however, so I will do that. Quite 
helpful to be clued in on the cause of the problem.  Thanks again!


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

Attachment: signature.asc
Description: signature

Reply via email to