Bug#716879: uwsgi: Gevent plugin/capability is missing

2014-05-13 Thread Hugh Cole-Baker
There is now a package for gevent 1.0 
(https://packages.debian.org/sid/python-gevent),
will this allow the gevent plugin for uWSGI to be packaged?

Thanks,
Hugh

--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#716879: uwsgi: Gevent plugin/capability is missing

2013-07-14 Thread Alexander Myodov
Thanks for your reply, Janoš, I haven't paid enough attention to the
dependencies on Gevent 1.x.

Let's hope that, at some nearest point, Gevent 1.0 will reach the unstable
(no matter if beta or rc), and then uwsgi will be able to join the
asynchronous party as well.


2013/7/14 Janoš Guljaš ja...@resenje.org

 Hi Alexander,

 The gevent plugin is not packaged as it requires gevent 1.0.0, but the
 latest release in unstable and testing is 0.13.7, and in experimental
 1.0 beta1.

 I assume that when 1.0 final is available, that it will be uploaded
 into unstable and after that gevent plugin will be too. I do not know
 when tat will happen as the latest upstrem release is 1.0rc2 from 7
 months ago.

 Best regards,
 Janos


 On Sun, Jul 14, 2013 at 1:44 AM, Alexander Myodov amyo...@gmail.com
 wrote:
  Package: uwsgi
  Version: 1.9.13-4
  Severity: normal
 
  Hello,
 
  It seems that gevent plugin/capability (described on
  http://uwsgi-docs.readthedocs.org/en/latest/Gevent.html) is missing
 from the
  Debian build:
 
 
  /usr/share/doc/uwsgi:$ uwsgi --gevent
  uwsgi: unrecognized option '--gevent'
  getopt_long() error
  1:/usr/share/doc/uwsgi:$ uwsgi --plugins gevent --gevent 100
  open(/usr/lib/uwsgi/plugins/gevent_plugin.so): No such file or
 directory
  [core/utils.c line 3423]
  !!! UNABLE to load uWSGI plugin: /usr/lib/uwsgi/plugins/gevent_plugin.so:
  !!! cannot open shared object file: No such file or directory !!!
  uwsgi: unrecognized option '--gevent'
  getopt_long() error
 
 
  Can you please build it with Gevent? It is a seriously important feature
 for
  nowadays deployments, and would help to get rid of Gunicorn and use uwsgi
  instead.
 
 
  Thank you in advance,
  Alex Myodov
 
 
  -- System Information:
  Debian Release: jessie/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'stable-updates'), (500,
 'stable'), (480, 'stable'), (450, 'unstable'), (400, 'experimental')
  Architecture: amd64 (x86_64)
  Foreign Architectures: i386
 
  Kernel: Linux 3.9-1-amd64 (SMP w/2 CPU cores)
  Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
  Shell: /bin/sh linked to /bin/dash
 
  Versions of packages uwsgi depends on:
  ii  initscripts  2.88dsf-41
  ii  lsb-base 4.1+Debian12
  ii  uwsgi-core   1.9.13-4
 
  Versions of packages uwsgi recommends:
  ii  sqlite3  3.7.17-1
 
  uwsgi suggests no packages.
 
  -- no debconf information



Bug#716879: uwsgi: Gevent plugin/capability is missing

2013-07-13 Thread Alexander Myodov
Package: uwsgi
Version: 1.9.13-4
Severity: normal

Hello,

It seems that gevent plugin/capability (described on
http://uwsgi-docs.readthedocs.org/en/latest/Gevent.html) is missing from the
Debian build:


/usr/share/doc/uwsgi:$ uwsgi --gevent
uwsgi: unrecognized option '--gevent'
getopt_long() error
1:/usr/share/doc/uwsgi:$ uwsgi --plugins gevent --gevent 100
 
open(/usr/lib/uwsgi/plugins/gevent_plugin.so): No such file or directory
[core/utils.c line 3423]
!!! UNABLE to load uWSGI plugin: /usr/lib/uwsgi/plugins/gevent_plugin.so:
!!! cannot open shared object file: No such file or directory !!!
uwsgi: unrecognized option '--gevent'
getopt_long() error


Can you please build it with Gevent? It is a seriously important feature for
nowadays deployments, and would help to get rid of Gunicorn and use uwsgi
instead.


Thank you in advance,
Alex Myodov


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable-updates'), (500, 'stable'), (480, 
'stable'), (450, 'unstable'), (400, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages uwsgi depends on:
ii  initscripts  2.88dsf-41
ii  lsb-base 4.1+Debian12
ii  uwsgi-core   1.9.13-4

Versions of packages uwsgi recommends:
ii  sqlite3  3.7.17-1

uwsgi suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#716879: uwsgi: Gevent plugin/capability is missing

2013-07-13 Thread Janoš Guljaš
Hi Alexander,

The gevent plugin is not packaged as it requires gevent 1.0.0, but the
latest release in unstable and testing is 0.13.7, and in experimental
1.0 beta1.

I assume that when 1.0 final is available, that it will be uploaded
into unstable and after that gevent plugin will be too. I do not know
when tat will happen as the latest upstrem release is 1.0rc2 from 7
months ago.

Best regards,
Janos


On Sun, Jul 14, 2013 at 1:44 AM, Alexander Myodov amyo...@gmail.com wrote:
 Package: uwsgi
 Version: 1.9.13-4
 Severity: normal

 Hello,

 It seems that gevent plugin/capability (described on
 http://uwsgi-docs.readthedocs.org/en/latest/Gevent.html) is missing from the
 Debian build:


 /usr/share/doc/uwsgi:$ uwsgi --gevent
 uwsgi: unrecognized option '--gevent'
 getopt_long() error
 1:/usr/share/doc/uwsgi:$ uwsgi --plugins gevent --gevent 100
 open(/usr/lib/uwsgi/plugins/gevent_plugin.so): No such file or directory
 [core/utils.c line 3423]
 !!! UNABLE to load uWSGI plugin: /usr/lib/uwsgi/plugins/gevent_plugin.so:
 !!! cannot open shared object file: No such file or directory !!!
 uwsgi: unrecognized option '--gevent'
 getopt_long() error


 Can you please build it with Gevent? It is a seriously important feature for
 nowadays deployments, and would help to get rid of Gunicorn and use uwsgi
 instead.


 Thank you in advance,
 Alex Myodov


 -- System Information:
 Debian Release: jessie/sid
   APT prefers testing
   APT policy: (990, 'testing'), (500, 'stable-updates'), (500, 'stable'), 
 (480, 'stable'), (450, 'unstable'), (400, 'experimental')
 Architecture: amd64 (x86_64)
 Foreign Architectures: i386

 Kernel: Linux 3.9-1-amd64 (SMP w/2 CPU cores)
 Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash

 Versions of packages uwsgi depends on:
 ii  initscripts  2.88dsf-41
 ii  lsb-base 4.1+Debian12
 ii  uwsgi-core   1.9.13-4

 Versions of packages uwsgi recommends:
 ii  sqlite3  3.7.17-1

 uwsgi suggests no packages.

 -- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org