I try to Build Chromium on my server, system: Ubuntu LTS 14.04, and pptpsetup a VPN(Because I'm in China...) here is what I do on remote SecureCRT:
19:21:42.594720 pkt-line.c:46 packet: fetch-pack< \2Finding sources: 99% (4515/4560) \15
19:21:42.598025 pkt-line.c:46 packet: fetch-pack< \2Finding sources: 100% (4560/4560) \15
19:21:42.598097 pkt-line.c:46 packet: fetch-pack< \2Finding sources: 100% (4560/4560)
remote: Finding sources: 100% (4560/4560)
19:21:42.601755 run-command.c:351 trace: run_command: 'index-pack' '--stdin' '-v' '--fix-thin' '--keep=fetch-pack 16141 on ubuntu' '--check-self-contained-and-connected' '--pack_header=2,3494878'
19:21:42.602349 exec_cmd.c:129 trace: exec: 'git' 'index-pack' '--stdin' '-v' '--fix-thin' '--keep=fetch-pack 16141 on ubuntu' '--check-self-contained-and-connected' '--pack_header=2,3494878'
19:21:42.604484 git.c:346 trace: built-in: git 'index-pack' '--stdin' '-v' '--fix-thin' '--keep=fetch-pack 16141 on ubuntu' '--check-self-contained-and-connected' '--pack_header=2,3494878'
* GnuTLS recv error (-9): A TLS packet with unexpected length was received.
* Closing connection 0
error: RPC failed; result=56, HTTP code = 200
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
...
...
[1:51:49] Receiving objects: 22% (779055/3496801), 205.19 MiB | 18.00 KiB/s
[1:51:50] * GnuTLS recv error (-9): A TLS packet with unexpected length was received.
[1:51:50] * Closing connection 0
[1:51:50] error: RPC failed; result=56, HTTP code = 200
[1:51:50] fatal: The remote end hung up unexpectedly
[1:51:50] fatal: early EOF
[1:51:50] fatal: index-pack failed
Traceback (most recent call last):
File "/home/xiaowm/chromium_src_20150311/depot_tools/gclient_scm.py", line 905, in _Clone
self._Run(clone_cmd, options, cwd=self._root_dir, retry=True)
File "/home/xiaowm/chromium_src_20150311/depot_tools/gclient_scm.py", line 1159, in _Run
gclient_utils.CheckCallAndFilterAndHeader(cmd, env=env, **kwargs)
File "/home/xiaowm/chromium_src_20150311/depot_tools/gclient_utils.py", line 293, in CheckCallAndFilterAndHeader
return CheckCallAndFilter(args, **kwargs)
File "/home/xiaowm/chromium_src_20150311/depot_tools/gclient_utils.py", line 538, in CheckCallAndFilter
rv, args, kwargs.get('cwd', None), None, None)
CalledProcessError: Command git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress
https://chromium.googlesource.com/chromium/src.git /home/xiaowm/chromium_src_20150311/_gclient_src_qHkNHi returned non-zero exit status 128 in /home/xiaowm/chromium_src_20150311
----------------------------------------
Traceback (most recent call last):
File "/home/xiaowm/chromium_src_20150311/depot_tools/gclient.py", line 2300, in <module>
sys.exit(main(sys.argv[1:]))
File "/home/xiaowm/chromium_src_20150311/depot_tools/gclient.py", line 2286, in main
return dispatcher.execute(OptionParser(), argv)
File "/home/xiaowm/chromium_src_20150311/depot_tools/subcommand.py", line 245, in execute
return command(parser, args[1:])
File "/home/xiaowm/chromium_src_20150311/depot_tools/gclient.py", line 2043, in CMDsync
ret = client.RunOnDeps('update', args)
File "/home/xiaowm/chromium_src_20150311/depot_tools/gclient.py", line 1520, in RunOnDeps
work_queue.flush(revision_overrides, command, args, options=self._options)
File "/home/xiaowm/chromium_src_20150311/depot_tools/gclient_utils.py", line 1027, in run
self.item.run(*self.args, **self.kwargs)
File "/home/xiaowm/chromium_src_20150311/depot_tools/gclient.py", line 832, in run
file_list)
File "/home/xiaowm/chromium_src_20150311/depot_tools/gclient_scm.py", line 162, in RunCommand
return getattr(self, command)(options, args, file_list)
File "/home/xiaowm/chromium_src_20150311/depot_tools/gclient_scm.py", line 412, in update
self._Clone(revision, url, options)
File "/home/xiaowm/chromium_src_20150311/depot_tools/gclient_scm.py", line 913, in _Clone
if os.listdir(tmp_dir):
OSError: [Errno 2] No such file or directory: '/home/xiaowm/chromium_src_20150311/_gclient_src_qHkNHi'
Thanks very much for any advice.