Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 543720

Summary: dev-python/virtualenv-12.0.7 fails to create env with dev-python/pypy3-bin-2.4.0
Product: Gentoo Linux Reporter: Jelte Fennema <gentoobugzilla>
Component: [OLD] DevelopmentAssignee: Python Gentoo Team <python>
Status: RESOLVED OBSOLETE    
Severity: normal CC: mgorny
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.