Bug 1325524 - Gevent plugin for uwsgi doesn't load
Summary: Gevent plugin for uwsgi doesn't load
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: uwsgi
Version: epel7
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Jorge Gallegos
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-09 14:41 UTC by krisstoffe
Modified: 2016-10-26 02:17 UTC (History)
2 users (show)

Fixed In Version: uwsgi-2.0.14-1.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-10-26 02:17:40 UTC
Type: Bug


Attachments (Terms of Use)

Description krisstoffe 2016-04-09 14:41:03 UTC
Description of problem:

Gevent uwsgi plugin doesn't load. 

Version-Release number of selected component (if applicable):
[root@4a9a171410dd /]# rpm -qa | grep uwsgi
uwsgi-2.0.12-2.el7.x86_64
uwsgi-plugin-gevent-2.0.12-2.el7.x86_64
uwsgi-plugin-common-2.0.12-2.el7.x86_64

Steps to Reproduce:
uwsgi --plugin gevent -s /tmp/uwsgi.sock

Actual results:
!!! UNABLE to load uWSGI plugin: /usr/lib64/uwsgi/gevent_plugin.so: undefined symbol: up !!!

Expected results:
no errors

Additional info:

Comment 1 Jorge Gallegos 2016-08-02 21:17:38 UTC
This is caused because the gevent plugin needs the python plugin to work, so this should work:

uwsgi --plugin python --plugin gevent -s /tmp/uwsgi.sock

Can you test that?

I believe the gevent subpackage should depend on the python subpackage though, I'll handle that.

Comment 2 Jorge Gallegos 2016-10-06 15:56:45 UTC
I pushed a new version to testing, now if you pull the gevent plugin package it will pull the python package, however loading the plugins at run time is still left up to the user. You can test it by enabling updates-testing, follow https://fedoraproject.org/wiki/QA:Update_feedback_guidelines if you want.

Comment 3 Fedora Update System 2016-10-07 08:49:28 UTC
uwsgi-2.0.14-1.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-82f3151d61

Comment 4 Fedora Update System 2016-10-26 02:17:40 UTC
uwsgi-2.0.14-1.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.