Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chinmaygarde/0e467c8560b83c922fdbf07072c7e9d8 to your computer and use it in GitHub Desktop.
Save chinmaygarde/0e467c8560b83c922fdbf07072c7e9d8 to your computer and use it in GitHub Desktop.
FAILED: dart-sdk/model/CIPD_VERSION.json dart-sdk/model/lexeme/idx2word.json dart-sdk/model/lexeme/word2idx.json dart-sdk/model/lexeme/model.tflite
python ../../third_party/dart/tools/copy_tree.py --from /Users/chinmaygarde/VersionControlled/engine/src/third_party/dart/pkg/analysis_server/language_model --to /Users/chinmaygarde/VersionControlled/engine/src/out/host_profile/dart-sdk/model
Traceback (most recent call last):
File "../../third_party/dart/tools/copy_tree.py", line 169, in <module>
sys.exit(Main(sys.argv))
File "../../third_party/dart/tools/copy_tree.py", line 160, in Main
CopyTree(args.copy_from, args.to)
File "../../third_party/dart/tools/copy_tree.py", line 107, in CopyTree
raise RuntimeError(msg)
RuntimeError: Some file copies failed:
==============================================================================
From: /Users/chinmaygarde/VersionControlled/engine/src/third_party/dart/pkg/analysis_server/language_model/CIPD_VERSION.json
To: /Users/chinmaygarde/VersionControlled/engine/src/out/host_profile/dart-sdk/model/CIPD_VERSION.json
[Errno 13] Permission denied: '/Users/chinmaygarde/VersionControlled/engine/src/out/host_profile/dart-sdk/model/CIPD_VERSION.json'
From: /Users/chinmaygarde/VersionControlled/engine/src/third_party/dart/pkg/analysis_server/language_model/lexeme/idx2word.json
To: /Users/chinmaygarde/VersionControlled/engine/src/out/host_profile/dart-sdk/model/lexeme/idx2word.json
[Errno 13] Permission denied: '/Users/chinmaygarde/VersionControlled/engine/src/out/host_profile/dart-sdk/model/lexeme/idx2word.json'
From: /Users/chinmaygarde/VersionControlled/engine/src/third_party/dart/pkg/analysis_server/language_model/lexeme/word2idx.json
To: /Users/chinmaygarde/VersionControlled/engine/src/out/host_profile/dart-sdk/model/lexeme/word2idx.json
[Errno 13] Permission denied: '/Users/chinmaygarde/VersionControlled/engine/src/out/host_profile/dart-sdk/model/lexeme/word2idx.json'
From: /Users/chinmaygarde/VersionControlled/engine/src/third_party/dart/pkg/analysis_server/language_model/lexeme/model.tflite
To: /Users/chinmaygarde/VersionControlled/engine/src/out/host_profile/dart-sdk/model/lexeme/model.tflite
[Errno 13] Permission denied: '/Users/chinmaygarde/VersionControlled/engine/src/out/host_profile/dart-sdk/model/lexeme/model.tflite'
[1044/1749] CXX obj/third_party/dart/runtime/vm/libdart_vm_nosnapshot_with_precompiler.object.o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment