Bug 1325524

Summary: Gevent plugin for uwsgi doesn't load
Product: [Fedora] Fedora EPEL Reporter: krisstoffe
Component: uwsgiAssignee: Jorge Gallegos <kad>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: epel7CC: carl, kad
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: uwsgi-2.0.14-1.el7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-10-26 02:17:40 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

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.