[Bug 1616497] Re: uwsgi-plugin-python3 failed to install

2021-10-13 Thread Athos Ribeiro
Since this has been fixed since Bionic, and Xenial is no longer under standard support, I am closing this as wontfix. ** Changed in: uwsgi (Ubuntu Xenial) Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1616497] Re: uwsgi-plugin-python3 failed to install

2020-06-24 Thread Christian Ehrhardt 
** Tags removed: server-next -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1616497 Title: uwsgi-plugin-python3 failed to install To manage notifications about this bug go to:

[Bug 1616497] Re: uwsgi-plugin-python3 failed to install

2019-03-14 Thread Bug Watch Updater
** Changed in: uwsgi (Debian) Status: Unknown => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1616497 Title: uwsgi-plugin-python3 failed to install To manage notifications

[Bug 1616497] Re: uwsgi-plugin-python3 failed to install

2019-03-14 Thread Andreas Hasenack
Pressed enter too soon. I meant to add it's fixed in debian since 2.0.12-6 ** Changed in: uwsgi (Ubuntu) Status: Incomplete => Triaged ** Changed in: uwsgi (Ubuntu) Importance: Undecided => Medium ** Also affects: uwsgi (Ubuntu Xenial) Importance: Undecided Status: New **

[Bug 1616497] Re: uwsgi-plugin-python3 failed to install

2019-03-14 Thread Andreas Hasenack
Pressed enter too soon. I meant to add it's fixed in debian since 2.0.12-6 ** Changed in: uwsgi (Ubuntu) Status: Incomplete => Triaged ** Changed in: uwsgi (Ubuntu) Importance: Undecided => Medium ** Also affects: uwsgi (Ubuntu Xenial) Importance: Undecided Status: New **

[Bug 1616497] Re: uwsgi-plugin-python3 failed to install

2019-03-14 Thread Andreas Hasenack
Apologies, after reproducing #1562237 which was about the python2 module, I see what's going on here. It's the "| true" bit, which should have been "|| true". In fact, that is fixed in later versions of the package: BINARY_IS_UWSGI_ALTERNATIVE="$(\ update-alternatives --list uwsgi

[Bug 1616497] Re: uwsgi-plugin-python3 failed to install

2019-03-14 Thread Andreas Hasenack
Kye, could you elaborate on what you are seeing? I just tried a simple "apt install uwsgi-plugin-python3" on a fresh xenial container, and it worked: root@xenial:~# apt install uwsgi-plugin-python3 Reading package lists... Done Building dependency tree Reading state information... Done The

[Bug 1616497] Re: uwsgi-plugin-python3 failed to install

2018-01-09 Thread Kye Russell
Is this still an issue being looked into? It's suddenly started presenting itself to me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1616497 Title: uwsgi-plugin-python3 failed to install To

[Bug 1616497] Re: uwsgi-plugin-python3 failed to install

2016-09-05 Thread peter toneby
Looking at the postinst script it seems likely you want to compare to $? rather than $BINARY_IS_UWSGI_ALTERNATIVE. Although I'm not quite sure why you pipe through true in the last step since that will make sure 0 is always the return code. Grep returns 0 if a line was found, 1 if not and 2 if an

[Bug 1616497] Re: uwsgi-plugin-python3 failed to install

2016-09-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: uwsgi (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1616497 Title:

[Bug 1616497] Re: uwsgi-plugin-python3 failed to install

2016-09-05 Thread peter toneby
I see this as well. Seems to make the python35 plugin not loadable since I have it in the plugins line in myservice.ini-file, but python2 is used according to the log. The import site issue is related to the fact it tries to use python2.7 in a venv from python3.5. I added it in an earlier (failed)