Closed yurivict closed 1 month ago
Summary: The user is attempting to build the Dart SDK from source but the build fails because the file build/config/gclient_args.gni
is missing from the repository. This file is referenced in the BUILD.gn
file, which is responsible for configuring the build process.
Did you follow these steps to get the source or just clone the repo from GH? https://github.com/dart-lang/sdk/blob/main/docs/Building.md#source
build/config/gclient_args.gni
file isn't checked in, it's generated from DEPS. So if you have a plain checkout not generated by gclient, it wouldn't have a necessary dependencies to do a build.
Without additional information we're not able to resolve this issue. Feel free to add more info or respond to any questions above and we can reopen the case. Thanks for your contribution!
Build is attempted according to .
Build fails:
The file build/config/gclient_args.gni referenced in BUILD.gn isn't in the repository.
Version: 3.5.1