Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbol not found: __ZSt20__throw_length_errorPKc #227

Closed
GoogleCodeExporter opened this issue Mar 15, 2015 · 2 comments
Closed

Symbol not found: __ZSt20__throw_length_errorPKc #227

GoogleCodeExporter opened this issue Mar 15, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

System:

Mac OS X 10.9.1
python 2.7.5

What steps will reproduce the problem?
1. virtualenv venv
2. source venv/bin/activate
3. easy_install -U setuptools
4. pip install PyV8==1.0-dev
5. python -c 'import PyV8'

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/Users/epall/temp/pyv8_derp/venv/lib/python2.7/site-packages/PyV8.py", line 33, in <module>
    import _PyV8
ImportError: 
dlopen(/Users/epall/temp/pyv8_derp/venv/lib/python2.7/site-packages/_PyV8.so, 
2): Symbol not found: __ZSt20__throw_length_errorPKc
  Referenced from: /Users/epall/temp/pyv8_derp/venv/lib/python2.7/site-packages/_PyV8.so
  Expected in: flat namespace
 in /Users/epall/temp/pyv8_derp/venv/lib/python2.7/site-packages/_PyV8.so
(venv)epall@pika:temp/pyv8_derp

Original issue reported on code.google.com by ericpal...@gmail.com on 22 Feb 2014 at 4:34

@GoogleCodeExporter
Copy link
Author

here's a full log of the session that led to the error

Original comment by ericpal...@gmail.com on 22 Feb 2014 at 4:46

Attachments:

@GoogleCodeExporter
Copy link
Author

Please use osx_10_9_build.sh script to build pyv8 at OSX 10.9

Original comment by flier...@gmail.com on 24 Feb 2014 at 1:49

  • Changed state: WontFix
  • Added labels: OpSys-OSX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant