Created
October 11, 2011 12:16
-
-
Save fujidig/1277929 to your computer and use it in GitHub Desktop.
dartのall.depsをsyncしたときに出るエラー
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Syncing projects: 100% (8/8), done. | |
| ________ running '/usr/bin/python dart/client/tools/generate_build.py' in '/home/fujidig/repos/dart-all' | |
| ________ running '/usr/bin/python dart/compiler/scripts/generate_my_projects.py' in '/home/fujidig/repos/dart-all' | |
| ________ running '/usr/bin/python dart/tools/generate_projects.py runtime' in '/home/fujidig/repos/dart-all' | |
| ________ running '/usr/bin/python dart/tools/generate_projects.py compiler' in '/home/fujidig/repos/dart-all' | |
| ________ running '/usr/bin/python dart/tools/generate_projects.py client' in '/home/fujidig/repos/dart-all' | |
| client/dart-client.gyp does not exist | |
| ________ running '/usr/bin/python dart/tools/generate_projects.py language' in '/home/fujidig/repos/dart-all' | |
| language/dart-language.gyp does not exist | |
| ________ running 'dart/third_party/gyp/gyp --depth=dart -Idart/tools/gyp/all.gypi dart/dart.gyp' in '/home/fujidig/repos/dart-all' | |
| ________ running '/usr/bin/python dart/tools/get_drt.py runhooks' in '/home/fujidig/repos/dart-all' | |
| ******************************************************************************* | |
| * WARNING: Can't download DumpRenderTree! This is required to test client apps. | |
| * You need to do a one-time configuration step to access Google Storage. | |
| * Please run this command and follow the instructions: | |
| * third_party/gsutil/20110627/gsutil config | |
| * | |
| * NOTE: When prompted you can leave "project-id" blank. Just hit enter. | |
| ******************************************************************************* | |
| Error: Command /usr/bin/python dart/tools/get_drt.py runhooks returned non-zero exit status 1 in /home/fujidig/repos/dart-all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment