Hello, devs,
i'm having the following problem in both the trunk r9825 and bleeding edge
r9867 on x86/64:
[stephan@cheyenne:~/src/google/bleeding_edge]$ python --version
Python 2.7.1+
[stephan@cheyenne:~/src/google/bleeding_edge]$ uname -a
Linux cheyenne 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011
x86_64 x86_64 x86_64 GNU/Linux
(Mint Linux 11, derived from Ubuntu 11.04)
[stephan@cheyenne:~/src/google/bleeding_edge]$ ./build/gyp_v8
Updating projects from gyp files...
Generating ./test/cctest/resources.target-ia32.mk
...more of the same...
Generating ./src/d8.target-x64.mk
Generating ./tools/gyp/v8_shell.target-x64.mk
Generating ./build/All.target-x64.mk
Traceback (most recent call last):
File "./build/gyp_v8", line 173, in <module>
run_gyp(gyp_args)
File "./build/gyp_v8", line 107, in run_gyp
rc = gyp.main(args)
File "/usr/lib/pymodules/python2.7/gyp/__init__.py", line 445, in main
options.circular_check)
File "/usr/lib/pymodules/python2.7/gyp/__init__.py", line 84, in Load
depth, generator_input_info, check, circular_check)
File "/usr/lib/pymodules/python2.7/gyp/input.py", line 2167, in Load
[dependency_nodes, flat_list] = BuildDependencyList(targets)
File "/usr/lib/pymodules/python2.7/gyp/input.py", line 1361, in
BuildDependencyList
dependency_node = dependency_nodes[dependency]
KeyError: 'tools/gyp/v8.gyp:js2c#host while trying to load target
tools/gyp/v8.gyp:v8_nosnapshot#target'
That doesn't mean anything at all to me.
Despite the error, Makefile-x64 is generated, but i do not trust that it is
complete/consistent (i can't judge that because i don't know what it
_should_ look like). It doesn't appear to be complete, though:
[stephan@cheyenne:~/src/google/bleeding_edge]$ make -f Makefile-x64 clean
make: *** No rule to make target `clean'. Stop.
[stephan@cheyenne:~/src/google/bleeding_edge]$ make -f Makefile-x64
make: Nothing to be done for `all'.
[stephan@cheyenne:~/src/google/bleeding_edge]$ cd build/
[stephan@cheyenne:~/src/google/bleeding_edge/build]$ svn up
At revision 9868.
How can i get v8 built?
--
----- stephan beal
http://wanderinghorse.net/home/stephan/
--
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users