Status: New
Owner: ----

New issue 2973 by [email protected]: V8 will not build on Windows7 x64 due to Python errors.
http://code.google.com/p/v8/issues/detail?id=2973

Hi,

When attempting to build V8 on Windows 7 x64 I encounter the following issue:

D:\sources\googlev8>third_party\python_26\python.exe build\gyp_v8 -Dtarget_arch=ia32 -Dcomponent=shared_library
Updating projects from gyp files...
Traceback (most recent call last):
  File "<string>", line 1, in <module>
Traceback (most recent call last):
  File "<string>", line 1, in <module>
File "D:\sources\googlev8\third_party\python_26\lib\multiprocessing\forking.py", line 341, in main
Traceback (most recent call last):
File "D:\sources\googlev8\third_party\python_26\lib\multiprocessing\forking.py", line 341, in main
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "<string>", line 1, in <module>
File "D:\sources\googlev8\third_party\python_26\lib\multiprocessing\forking.py", line 341, in main File "D:\sources\googlev8\third_party\python_26\lib\multiprocessing\forking.py", line 341, in main
prepare(preparation_data)
File "D:\sources\googlev8\third_party\python_26\lib\multiprocessing\forking.py", line 450, in prepare
    file, path_name, etc = imp.find_module(main_name, dirs)
ImportError: No module named gyp_v8
Traceback (most recent call last):
  File "<string>", line 1, in <module>
File "D:\sources\googlev8\third_party\python_26\lib\multiprocessing\forking.py", line 341, in main
    prepare(preparation_data)
File "D:\sources\googlev8\third_party\python_26\lib\multiprocessing\forking.py", line 450, in prepare
    file, path_name, etc = imp.find_module(main_name, dirs)
ImportError: No module named gyp_v8
prepare(preparation_data)
prepare(preparation_data)
File "D:\sources\googlev8\third_party\python_26\lib\multiprocessing\forking.py", line 450, in prepare File "D:\sources\googlev8\third_party\python_26\lib\multiprocessing\forking.py", line 450, in prepare
        file, path_name, etc = imp.find_module(main_name, dirs)
    prepare(preparation_data)
file, path_name, etc = imp.find_module(main_name, dirs)
ImportError: File "D:\sources\googlev8\third_party\python_26\lib\multiprocessing\forking.py", line 450, in prepare
ImportErrorNo module named gyp_v8
    : file, path_name, etc = imp.find_module(main_name, dirs)
NImportErroro module named gyp_v8:
No module named gyp_v8
Traceback (most recent call last):
  File "<string>", line 1, in <module>
File "D:\sources\googlev8\third_party\python_26\lib\multiprocessing\forking.py", line 341, in main
    prepare(preparation_data)
File "D:\sources\googlev8\third_party\python_26\lib\multiprocessing\forking.py", line 450, in prepare
    file, path_name, etc = imp.find_module(main_name, dirs)
ImportError: No module named gyp_v8
Traceback (most recent call last):
  File "<string>", line 1, in <module>
File "D:\sources\googlev8\third_party\python_26\lib\multiprocessing\forking.py", line 341, in main
    prepare(preparation_data)
File "D:\sources\googlev8\third_party\python_26\lib\multiprocessing\forking.py", line 450, in prepare
    file, path_name, etc = imp.find_module(main_name, dirs)
ImportError: No module named gyp_v8
Traceback (most recent call last):
  File "<string>", line 1, in <module>
File "D:\sources\googlev8\third_party\python_26\lib\multiprocessing\forking.py", line 341, in main
    prepare(preparation_data)
File "D:\sources\googlev8\third_party\python_26\lib\multiprocessing\forking.py", line 450, in prepare
    file, path_name, etc = imp.find_module(main_name, dirs)
ImportError: No module named gyp_v8

I have followed the directions "BuildingWithGYP" in the Wiki section. I can not seem to find a solution to the above python issues. It appears that python is unhappy for some reason. I checked python out from the chromium.org svn repository provided:

svn co http://src.chromium.org/svn/trunk/tools/third_party/python_26@89111 third_party/python_26

I have tried this on two independent machines (one with Visual Studio Ultimate 2010 the other with Visual Studio 2012.)

I don't believe Visual Studio comes into play at this point since I am having issues with Python.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to