ftsun / pyv8

Automatically exported from code.google.com/p/pyv8
0 stars 0 forks source link

Unresolved icu symbol #207

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

Experiencing this run-time error due to an unresolved icu symbol 

buffer@rigel ~/pyv8 $ python PyV8.py
Traceback (most recent call last):
  File "PyV8.py", line 32, in <module>
    import _PyV8
  File "build/bdist.linux-x86_64/egg/_PyV8.py", line 7, in <module>
  File "build/bdist.linux-x86_64/egg/_PyV8.py", line 6, in __bootstrap__
ImportError: 
/home/buffer/.python-eggs/PyV8-1.0_dev-py2.7-linux-x86_64.egg-tmp/_PyV8.so: 
undefined symbol: _ZTVN6icu_4613FieldPositionE

Additional information

buffer@rigel ~/v8 $ svn info
Path: .
Working Copy Root Path: /home/buffer/v8
URL: http://v8.googlecode.com/svn/trunk
Repository Root: http://v8.googlecode.com/svn
Repository UUID: ce2b1a6d-e550-0410-aec6-3dcde31c8c00
Revision: 16919
Node Kind: directory
Schedule: normal
Last Changed Author: machenbach@chromium.org
Last Changed Rev: 16907
Last Changed Date: 2013-09-24 11:12:30 +0200 (Tue, 24 Sep 2013)

buffer@rigel ~/pyv8 $ svn info
Path: .
Working Copy Root Path: /home/buffer/pyv8
URL: http://pyv8.googlecode.com/svn/trunk
Repository Root: http://pyv8.googlecode.com/svn
Repository UUID: 3b770cb8-f9e6-11dd-ac5b-dfceb64ead24
Revision: 542
Node Kind: directory
Schedule: normal
Last Changed Author: flier.lu@gmail.com
Last Changed Rev: 542
Last Changed Date: 2013-09-24 08:37:21 +0200 (Tue, 24 Sep 2013)

Original issue reported on code.google.com by angelo.d...@gmail.com on 24 Sep 2013 at 12:18

GoogleCodeExporter commented 8 years ago
Just disable v8 i18n supports, please verify the fix with SVN trunk code after 
r549, thanks

Original comment by flier...@gmail.com on 25 Sep 2013 at 10:30

GoogleCodeExporter commented 8 years ago
I confirm the issue is solved.

Original comment by angelo.d...@gmail.com on 25 Sep 2013 at 11:19

GoogleCodeExporter commented 8 years ago

Original comment by flier...@gmail.com on 25 Sep 2013 at 11:20