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
building from source on fedora 25 (x64) #30435
Comments
|
Did you get an error when you |
|
I didn't have gclient. I used git clone https://github.com/dart-lang/sdk/ in a dart-lang directory. |
|
on fc26, build ok. |
|
I made the steps and terminal shows me that. what the solution to build dart sdk ? |
Executing: ./tools/build.py --mode release --arch x64 create_sdk
I get the following...
gn gen --check in out/ReleaseX64
Traceback (most recent call last):
File "/home/mike/Downloads/dart-lang/sdk/tools/gn.py", line 496, in
sys.exit(Main(sys.argv))
File "/home/mike/Downloads/dart-lang/sdk/tools/gn.py", line 483, in Main
results = pool.map(RunCommand, commands, chunksize=1)
File "/usr/lib64/python2.7/multiprocessing/pool.py", line 251, in map
return self.map_async(func, iterable, chunksize).get()
File "/usr/lib64/python2.7/multiprocessing/pool.py", line 567, in get
raise self._value
OSError: [Errno 2] No such file or directory
Tried to run GN, but it failed. Try running it manually:
$ python /home/mike/Downloads/dart-lang/sdk/tools/gn.py -m release -a x64 - -os host -v
Traceback (most recent call last):
File "./tools/build.py", line 616, in
sys.exit(Main())
File "./tools/build.py", line 609, in Main
mode, arch) != 0:
File "./tools/build.py", line 489, in BuildOneConfig
args = BuildNinjaCommand(options, target, target_os, mode, arch)
File "./tools/build.py", line 471, in BuildNinjaCommand
if UseGoma(out_dir):
File "./tools/build.py", line 429, in UseGoma
return 'use_goma = true' in open(args_gn, 'r').read()
IOError: [Errno 2] No such file or directory: 'out/ReleaseX64/args.gn'
The text was updated successfully, but these errors were encountered: