问题描述
- 下载crosswalk源码遇到的问题~求解各位
-
前面都很正常,下面是所有错误信息
At revision 122605.
Error: 34>
34> ____ src/third_party/WebKit at e8b6b995b38b422c2b4d58fa5201599f1e510537
34>
34> Conflict while rebasing this branch.
34> Fix the conflict and run gclient again.
34> See man git-rebase for details.
Traceback (most recent call last):
File "src/xwalk/tools/fetch_deps.py", line 96, in
sys.exit(main())
File "src/xwalk/tools/fetch_deps.py", line 91, in main
deps_fetcher.DoGclientSyncForChromium()
File "src/xwalk/tools/fetch_deps.py", line 53, in DoGclientSyncForChromium
always=self._options.verbose, cwd=self._root_dir)
File "/home/lc/git/depot_tools/gclient_utils.py", line 245, in CheckCallAndFilterAndHeader
return CheckCallAndFilter(args, **kwargs)
File "/home/lc/git/depot_tools/gclient_utils.py", line 494, in CheckCallAndFilter
rv, args, kwargs.get('cwd', None), None, None)
subprocess2.CalledProcessError: Command gclient sync --verbose --reset --force --with_branch_heads --delete_unversioned_trees --gclientfile=.gclient-xwalk returned non-zero exit status 1 in /home/lc/git/crosswalk
Error: Command /usr/local/bin/python src/xwalk/tools/fetch_deps.py -v returned non-zero exit status 1 in /home/lc/git/crosswalk
Hook '/usr/local/bin/python src/xwalk/tools/fetch_deps.py -v' took 90.71 secs
解决方案
你可以单独执行以下命令:gclient sync --verbose --reset --force --with_branch_heads --delete_unversioned_trees --gclientfile=.gclient-xwalk
来看看具体是什么错误信息。
时间: 2024-11-01 17:43:57