Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 543720 - dev-python/virtualenv-12.0.7 fails to create env with dev-python/pypy3-bin-2.4.0
Summary: dev-python/virtualenv-12.0.7 fails to create env with dev-python/pypy3-bin-2.4.0
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-18 19:48 UTC by Jelte Fennema
Modified: 2017-10-15 09:55 UTC (History)
1 user (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 Jelte Fennema 2015-03-18 19:48:23 UTC
When creating a venv, virtualenv can't find libpypy-c.so. Which is apparently needed, because after that a lot of errors occur. 

Reproducible: Always

Steps to Reproduce:
1. unmask and emerge virtualenv and pypy3-bin 
2. virtualenv venv_pypy -p pypy3
3.
Actual Results:  
$ virtualenv venv_pypy -p pypy3
Running virtualenv with interpreter /usr/bin/pypy3
New pypy executable in venv_pypy/bin/pypy3
Also creating executable in venv_pypy/bin/pypy
venv_pypy/bin/pypy3: error while loading shared libraries: libpypy-c.so: cannot open shared object file: No such file or directory
ERROR: The executable venv_pypy/bin/pypy3 is not functioning
ERROR: It thinks sys.prefix is '/home/jelte/work/nexus' (should be '/home/jelte/work/nexus/venv_pypy')
ERROR: virtualenv is not compatible with this system or executable

Expected Results:  
Everything installs correctly
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-10-15 09:55:10 UTC
This seems to work fine with the current versions of virtualenv + pypy3.