-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
This issue was originally filed by [email protected]
What steps will reproduce the problem?
- I execute this ./tools/build.py --arch=ia32
What is the expected output? What do you see instead?
I expected to compile dart, but i get that fail:
dokko@DMZ:~/dart/dart-read-only/bleeding_edge/dart$ ./tools/build.py
make -j 4 BUILDTYPE=Debug_ia32 all
make: *** No hay ninguna regla para construir el objetivo «all». Alto.
BUILD FAILED
The fail error its in spanish, the translation should be like, "dont exist any rule for build the object "all". Stop.
I try with test.py and i get another fail.
dokko@DMZ:~/dart/dart-read-only/bleeding_edge/dart$ ./tools/test.py --arch=ia32
Traceback (most recent call last):
File "./tools/test.py", line 1512, in <module>
sys.exit(Main())
File "./tools/test.py", line 1455, in Main
test_list = root.ListTests([], path, context, mode, arch)
File "./tools/test.py", line 680, in ListTests
result += test.ListTests(full_path, path, context, mode, arch)
File "./tools/test.py", line 661, in ListTests
arch)
File "/home/dokko/dart/dart-read-only/bleeding_edge/dart/runtime/tests/vm/testcfg.py", line 48, in ListTests
output = test.Execute(run_tests + ['--list'], self.context)
File "/home/dokko/dart/dart-read-only/bleeding_edge/dart/tools/test.py", line 595, in Execute
cwd = cwd
File "/home/dokko/dart/dart-read-only/bleeding_edge/dart/tools/test.py", line 544, in RunProcess
**rest
File "/usr/lib/python2.7/subprocess.py", line 672, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1213, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
What version of the product are you using? On what operating system?
I am using the latest version, i downloaded it right now.
I am working with an Ubuntu 11.04