Hello~
When I run the $gclient sync or $gclient sync --no-history command, it came out error at last for many times. Haven't come to success as yet...and the error code is below:
src/buildtools/third_party/libc++/trunk (Elapsed: 0:00:00)
----------------------------------------
[0:00:05] Started.
_____ src/buildtools/third_party/libc++/trunk at 48198f9110397fff47fe7c37cbfa296be7d44d3d
________ running 'git reset --hard HEAD' in '/home/xiaowm/crosswalk-src/src/buildtools/third_party/libc++/trunk'
[0:00:05] HEAD is now at 48198f9 Rename arguments in include/cmath to work around Newlib macro implementation using these particular names
[0:00:05] Up-to-date; skipping checkout.
Checked out revision 48198f9110397fff47fe7c37cbfa296be7d44d3d
[0:00:05] Finished.
----------------------------------------
At revision 28150.
src/third_party/jsoncpp/source/include (Elapsed: 0:00:04)
----------------------------------------
[0:00:03] Started.
_____ src/third_party/jsoncpp/source/include at b0dd48e02b6e6248328db78a65b5c601f150c349
________ running 'git reset --hard HEAD' in '/home/xiaowm/crosswalk-src/src/third_party/jsoncpp/source/include'
[0:00:03] HEAD is now at b0dd48e Added an exit() to JSON_FAIL_MESSAGE to fix "no return" errors.
[0:00:03] Up-to-date; skipping checkout.
Checked out revision b0dd48e02b6e6248328db78a65b5c601f150c349
[0:00:07] Finished.
----------------------------------------
src/third_party/khronos/CL (Elapsed: 0:00:04)
----------------------------------------
[0:00:03] Started.
[0:00:07] Finished.
----------------------------------------
src/third_party/WebKit (ERROR)
----------------------------------------
[0:00:02] Started.
_____ src/third_party/WebKit at 08bab9d8ce72a2e34b0144211895d5760f05dff4
----------------------------------------
Error: Command git remote --verbose update returned non-zero exit status 1 in /home/xiaowm/crosswalk-src/src/third_party/WebKit
Fetching origin
POST git-upload-pack (gzip 3461 to 1684 bytes)
POST git-upload-pack (gzip 2716 to 1295 bytes)
error: RPC failed; result=56, HTTP code = 200
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
error: Could not fetch origin
src/third_party/WebKit
----------------------------------------
[0:00:02] Started.
_____ src/third_party/WebKit at 08bab9d8ce72a2e34b0144211895d5760f05dff4
----------------------------------------
Traceback (most recent call last):
File "src/xwalk/tools/fetch_deps.py", line 82, in <module>
sys.exit(main())
File "src/xwalk/tools/fetch_deps.py", line 77, 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/xiaowm/depot_tools/gclient_utils.py", line 293, in CheckCallAndFilterAndHeader
return CheckCallAndFilter(args, **kwargs)
File "/home/xiaowm/depot_tools/gclient_utils.py", line 538, 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/xiaowm/crosswalk-src
Error: Command /usr/bin/python src/xwalk/tools/fetch_deps.py -v returned non-zero exit status 1 in /home/xiaowm/crosswalk-src
Hook '/usr/bin/python src/xwalk/tools/fetch_deps.py -v' took 6705.25 secs
Waiting for you good advice :-)