Your message dated Mon, 25 May 2020 17:06:25 +0200
with message-id <159041918511.1586.6916835024310887...@auryn.jones.dk>
and subject line Re: [pkg-uWSGI-devel] Bug#959577: uwsgi-plugin-php: FTBFS:
make[1]: *** [debian/rules:29: override_dh_auto_build] Error 1
has caused the Debian Bug report #959577,
regarding uwsgi-plugin-php: FTBFS: make[1]: *** [debian/rules:29:
override_dh_auto_build] Error 1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
959577: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=959577
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: uwsgi-plugin-php
Version: 0.0.4
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200501 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules build
> dh build --with uwsgi
> dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
> dh_update_autotools_config
> debian/rules override_dh_auto_build
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> uwsgi --build-plugin /usr/src/uwsgi/plugins/php
> make[1]: *** [debian/rules:29: override_dh_auto_build] Error 1
The full build log is available from:
http://qa-logs.debian.net/2020/05/01/uwsgi-plugin-php_0.0.4_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
control: reassign -1 uwsgi
control: affects -1 uwsgi-plugin-php uwsgi-plugin-luajit uwsgi-plugin-mongo
Version: uwsgi/2.0.18+20200523-1
Quoting Jonas Smedegaard (2020-05-25 13:01:14)
> 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!
It worked. Hereby closed.
- Jonas
--
* Jonas Smedegaard - idealist & Internet-arkitekt
* Tlf.: +45 40843136 Website: http://dr.jones.dk/
[x] quote me freely [ ] ask before reusing [ ] keep private
signature.asc
Description: signature
--- End Message ---