我试图准备我的第一个B2G构建为我的Intex Cloud手机使用这些步骤。我发现我的手机代码是来自火狐操作系统手机页面的tarako。但是,每次运行./config.sh tarako都会失败。
虽然上面的文章确实说了以下几点:
Note:config.sh有可能在与git相关的获取错误中失败,例如: 获取项目: 95% (118/124)错误:由于获取错误退出同步 这似乎是由Android源存储库上的连接错误引起的。在这种情况下,您需要重新运行config.sh。过了一段时间,它将自动恢复到它停止的地方。您可能要对此做几次,直到它最终获得所有项目。
但是,我已经尝试过几次了,每次进程都会以相同的错误终止。这是日志:
Get https://github.com/mozilla-b2g/b2g-manifest
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
remote: Counting objects: 1725, done.
remote: Total 1725 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (1725/1725), 708.93 KiB | 62.00 KiB/s, done.
Resolving deltas: 100% (1019/1019), done.
From https://github.com/mozilla-b2g/b2g-manifest
* [new branch] master -> origin/master
* [new branch] revert-203-bug1025788-v2 -> origin/revert-203-bug1025788-v2
* [new branch] v1-train -> origin/v1-train
* [new branch] v1.0.0 -> origin/v1.0.0
* [new branch] v1.0.1 -> origin/v1.0.1
* [new branch] v1.1.0hd -> origin/v1.1.0hd
* [new branch] v1.2 -> origin/v1.2
* [new branch] v1.2f -> origin/v1.2f
* [new branch] v1.3 -> origin/v1.3
* [new branch] v1.3t -> origin/v1.3t
* [new branch] v1.4 -> origin/v1.4
* [new branch] v2.0 -> origin/v2.0
* [new branch] v2.1 -> origin/v2.1
* [new tag] B2G_1_0_1_20130213094222 -> B2G_1_0_1_20130213094222
* [new tag] B2G_1_1_0_hd_20130530182315 -> B2G_1_1_0_hd_20130530182315
* [new tag] B2G_1_1_0_hd_20130530182315_BASE -> B2G_1_1_0_hd_20130530182315_BASE
* [new tag] closing-nightly -> closing-nightly
Your identity is: John Bupit
If you want to change this, please re-run 'repo init' with --config-name
repo has been initialized in /home/jbupit/b2g/B2G
Fetching project gecko.git
Fetching project moztt
Fetching project platform/hardware/libhardware
Fetching project platform/system/bluetooth
Fetching projects: 1% (1/84) Fetching project platform/external/safe-iop
Fetching projects: 2% (2/84) Fetching project platform/abi/cpp
fatal: unable to access 'http://sprdsource.spreadtrum.com:8085/b2g/android/platform/system/bluetooth/': Failed connect to sprdsource.spreadtrum.com:8085; Connection timed out
fatal: unable to access 'http://sprdsource.spreadtrum.com:8085/b2g/android/platform/hardware/libhardware/': Failed connect to sprdsource.spreadtrum.com:8085; Connection timed out
fatal: unable to access 'http://sprdsource.spreadtrum.com:8085/b2g/android/platform/abi/cpp/': Failed connect to sprdsource.spreadtrum.com:8085; Connection timed out
fatal: unable to access 'http://sprdsource.spreadtrum.com:8085/b2g/android/platform/external/safe-iop/': Failed connect to sprdsource.spreadtrum.com:8085; Connection timed out
fatal: unable to access 'http://sprdsource.spreadtrum.com:8085/b2g/android/platform/abi/cpp/': Failed connect to sprdsource.spreadtrum.com:8085; Connection timed out
fatal: unable to access 'http://sprdsource.spreadtrum.com:8085/b2g/android/platform/system/bluetooth/': Failed connect to sprdsource.spreadtrum.com:8085; Connection timed out
fatal: unable to access 'http://sprdsource.spreadtrum.com:8085/b2g/android/platform/external/safe-iop/': Failed connect to sprdsource.spreadtrum.com:8085; Connection timed out
fatal: unable to access 'http://sprdsource.spreadtrum.com:8085/b2g/android/platform/hardware/libhardware/': Failed connect to sprdsource.spreadtrum.com:8085; Connection timed out
error: Cannot fetch platform/system/bluetooth
Fetching project gonk-misc
Fetching projects: 3% (3/84) error: Cannot fetch platform/external/safe-iop
error: Cannot fetch platform/abi/cpp
error: Cannot fetch platform/hardware/libhardware
error: Exited sync due to fetch errors
Repo sync failed我该怎么办?还有其他下载代码的方法吗?
发布于 2015-05-20 05:29:38
我也遇到了这样的情况--服务器似乎非常不稳定,或者有时会丢失内容。
你也许可以拼凑出你从list&s=sprd&btnS=Search需要的东西。
您将需要使用新的URL编辑清单XML,并更改config.sh以使用它。
在bug.cgi?id=982360和bug.cgi?id=1014102中讨论了原始同步。
https://stackoverflow.com/questions/25963797
复制相似问题