Skip to content

Instantly share code, notes, and snippets.

@tiagovignatti
Created March 17, 2014 09:13
Show Gist options
  • Save tiagovignatti/9596167 to your computer and use it in GitHub Desktop.
Save tiagovignatti/9596167 to your computer and use it in GitHub Desktop.
tiago@fisu:~/git/crosswalk$ gclient sync
_____ src/xwalk at refs/remotes/origin/master
Syncing projects: 50% (1/2), done.xwalk
________ running '/usr/bin/python src/xwalk/tools/generate_gclient-xwalk.py' in '/home/tiago/git/crosswalk'
Place /home/tiago/git/crosswalk/.gclient-xwalk with solutions:
[{'url': 'http://src.chromium.org/svn/releases/34.0.1847.45', 'name': '34.0.1847.45', 'custom_deps': {'depot_tools': None, 'src/ozone': 'https://github.com/01org/ozone-wayland.git@39d93a66777395d5c9ca11da95c436b9192d9725', 'commit-queue': None, 'build/scripts/private/data/reliability': None, 'build/third_party/xvfb': None, 'src/third_party/chromite': None, 'src/chrome/tools/test/reference_build/chrome_win': None, 'src/content/test/data/layout_tests/LayoutTests': None, 'build/scripts/command_wrapper/bin': None, 'build/third_party/lighttpd': None, 'build': None, 'build/third_party/swarm_client': None, 'src/chrome/tools/test/reference_build/chrome_mac': None, 'src/webkit/data/layout_tests/LayoutTests': None, 'build/scripts/gsd_generate_index': None, 'src/chrome_frame/tools/test/reference_build/chrome_win': None, 'src/third_party/pyelftools': None, 'build/xvfb': None, 'build/third_party/gsutil': None, 'src/chrome/tools/test/reference_build/chrome_linux': None, 'src/third_party/WebKit/LayoutTests': None, 'src': 'https://github.com/crosswalk-project/chromium-crosswalk.git@cb7bc58aa1239e2fa92d692e81ccd06fa6c82722', 'src/third_party/WebKit': 'https://github.com/crosswalk-project/blink-crosswalk.git@e8b6b995b38b422c2b4d58fa5201599f1e510537', 'build/third_party/cbuildbot_chromite': None, 'src/third_party/hunspell_dictionaries': None, 'src/v8': 'https://github.com/crosswalk-project/v8-crosswalk.git@702dcf9c6e58d90e85594fbe54579ade631fe3b5'}}]
________ running '/usr/bin/python src/xwalk/tools/fetch_deps.py -v' in '/home/tiago/git/crosswalk'
________ running 'gclient recurse --no-progress -j1 --gclientfile=.gclient-xwalk /home/tiago/git/crosswalk/src/xwalk/tools/scm-remove-wrong-checkout.py' in '/home/tiago/git/crosswalk'
You need to run gclient sync at least once to use 'recurse'.
This is because .gclient_entries needs to exist and be up to date.
Can't find .gclient_entries
Traceback (most recent call last):
File "src/xwalk/tools/fetch_deps.py", line 96, in <module>
sys.exit(main())
File "src/xwalk/tools/fetch_deps.py", line 90, in main
deps_fetcher.RemoveOldSCMCheckouts()
File "src/xwalk/tools/fetch_deps.py", line 66, in RemoveOldSCMCheckouts
cwd=self._root_dir, filter_fn=_FilterSkippedDependencyMessage)
File "/home/tiago/git/chromium/depot_tools/gclient_utils.py", line 245, in CheckCallAndFilterAndHeader
return CheckCallAndFilter(args, **kwargs)
File "/home/tiago/git/chromium/depot_tools/gclient_utils.py", line 494, in CheckCallAndFilter
rv, args, kwargs.get('cwd', None), None, None)
subprocess2.CalledProcessError: Command gclient recurse --no-progress -j1 --gclientfile=.gclient-xwalk /home/tiago/git/crosswalk/src/xwalk/tools/scm-remove-wrong-checkout.py returned non-zero exit status 1 in /home/tiago/git/crosswalk
Error: Command /usr/bin/python src/xwalk/tools/fetch_deps.py -v returned non-zero exit status 1 in /home/tiago/git/crosswalk
tiago@fisu:~/git/crosswalk$
@fallenleavesguy
Copy link

now,how to do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment