Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 597022 - www-servers/uwsgi USE="python_gevent" PYTHON_TARGETS="python2_7 python3_4" should build gevent34_plugin.so
Summary: www-servers/uwsgi USE="python_gevent" PYTHON_TARGETS="python2_7 python3_4" sh...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Ultrabug
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-13 09:30 UTC by Nicholas Yim
Modified: 2017-04-06 12:47 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicholas Yim 2016-10-13 09:30:06 UTC
version: python-3.4,  uwsgi-2.0.13.1-r1
USE="python_gevent"
PYTHON_TARGETS="python2_7 python3_4"
have those flags above enabled,  can't not get any gevent3x_plugin.so files

Reproducible: Always

Steps to Reproduce:
1. accept uwsgi keyword ~amd64
2. enable use flag, USE="python_gevent"
3. PYTHON_TARGETS="python2_7 python3_4"
4. emerge uwsgi
5. ls /usr/lib64/uwsgi/gevent*_plugin.so
Actual Results:  
/usr/lib64/uwsgi/gevent27_plugin.so

Expected Results:  
/usr/lib64/uwsgi/gevent27_plugin.so
/usr/lib64/uwsgi/gevent34_plugin.so
Comment 1 Ultrabug gentoo-dev 2017-04-06 12:47:17 UTC
fixed on latest version, thanks !