Adding infrastructure to the list. Even I am facing the fetch errors today.


On 28 February 2013 14:15, Jianchun Zuo <jzuo@marvell.com> wrote:
Here is a complete failure log:

jzuo@jzuo-desktop:~/work/tc2$ ./linaro_android_build_cmds.sh -m ~/work/tc2/pinned-manifest.xml -o ~/work/tc2/build-info.tar.bz2
Checking and installing missing dependencies if any .. ..
[sudo] password for jzuo:
Reading package lists... Done
Building dependency tree
Reading state information... Done
bison is already the newest version.
curl is already the newest version.
flex is already the newest version.
g++-multilib is already the newest version.
git-core is already the newest version.
gperf is already the newest version.
lib32ncurses5-dev is already the newest version.
lib32readline-gplv2-dev is already the newest version.
lib32z1-dev is already the newest version.
libx11-dev is already the newest version.
tofrodos is already the newest version.
uboot-mkimage is already the newest version.
x11proto-core-dev is already the newest version.
zip is already the newest version.
zlib1g-dev is already the newest version.
mingw32 is already the newest version.
python-markdown is already the newest version.
build-essential is already the newest version.
gnupg is already the newest version.
libc6-dev is already the newest version.
libgl1-mesa-dev is already the newest version.
libxml2-utils is already the newest version.
openjdk-6-jdk is already the newest version.
openjdk-6-jre is already the newest version.
vim-common is already the newest version.
xsltproc is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 228 not upgraded.
Directory android exists. Are you sure you want to use this? (y/n)
y
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 22889    0 22889    0     0   8345      0 --:--:--  0:00:02 --:--:-- 15158

Your identity is: Jianchun Zuo <jzuo@marvell.com>
If you want to change this, please re-run 'repo init' with --config-name

repo has been initialized in /home/jzuo/work/tc2/android
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Fetching projects:   0% (1/352)  fatal: The remote end hung up unexpectedly
Fetching projects:   3% (11/352)  fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
error: Cannot fetch platform/bootable/bootloader/legacy
fatal: The remote end hung up unexpectedly
error: Cannot fetch platform/abi/cpp
error: Cannot fetch platform/bootable/recovery
error: Cannot fetch device/generic/mips
fatal: read error: Connection reset by peer
error: Cannot fetch device/generic/x86

error: Exited sync due to fetch errors
jzuo@jzuo-desktop:~/work/tc2$ cd android/
jzuo@jzuo-desktop:~/work/tc2/android$ repo sync
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Fetching projects:   0% (1/352)  fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Fetching projects:   1% (4/352)  fatal: The remote end hung up unexpectedly
Fetching projects:   2% (8/352)  fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
error: Cannot fetch platform/bootable/diskinstaller
fatal: The remote end hung up unexpectedly
error: Cannot fetch device/asus/grouper
error: Cannot fetch device/generic/armv7-a
error: Cannot fetch device/common

error: Exited sync due to fetch errors
jzuo@jzuo-desktop:~/work/tc2/android$ ping git.linaro.org
PING git.linaro.org (91.189.95.50) 56(84) bytes of data.
64 bytes from dabih.canonical.com (91.189.95.50): icmp_req=1 ttl=42 time=365 ms
64 bytes from dabih.canonical.com (91.189.95.50): icmp_req=2 ttl=42 time=359 ms
64 bytes from dabih.canonical.com (91.189.95.50): icmp_req=3 ttl=42 time=363 ms
64 bytes from dabih.canonical.com (91.189.95.50): icmp_req=4 ttl=42 time=362 ms
^C
--- git.linaro.org ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3003ms
rtt min/avg/max/mdev = 359.964/362.648/365.462/2.023 ms
jzuo@jzuo-desktop:~/work/tc2/android$



Thanks
Jianchun


________________________________________
From: Vishal Bhoj [vishal.bhoj@linaro.org]
Sent: Thursday, February 28, 2013 4:27 PM
To: Jianchun Zuo
Cc: Fathi Boudra; jianchun.zuo@gmail.com; linaro-android
Subject: Re: fetch code issue

On 28 February 2013 13:43, Jianchun Zuo <jzuo@marvell.com<mailto:jzuo@marvell.com>> wrote:
Repo sync in android folder also failed.

Are there any other approach to fetch code, except git?
Can you share the complete failure logs ?

Best Regards,
Jianchun Zuo
021-6109-2632
B3-2A05

From: Vishal Bhoj [mailto:vishal.bhoj@linaro.org<mailto:vishal.bhoj@linaro.org>]
Sent: Thursday, February 28, 2013 2:30 PM
To: Fathi Boudra
Cc: jianchun.zuo@gmail.com<mailto:jianchun.zuo@gmail.com>; Jianchun Zuo; linaro-android
Subject: Re: fetch code issue



On 28 February 2013 11:35, Fathi Boudra <fathi.boudra@linaro.org<mailto:fathi.boudra@linaro.org>> wrote:
wrong mailing list. forwarding to linaro-android.

---------- Forwarded message ----------
From: Jianchun Zuo
Date: 28 February 2013 01:18
Subject: fetch code issue

Hi,

I'm trying to get Linaro source code according to the guide of "Building
>From Source code" at http://releases.linaro.org/13.01/android/vexpress,
while always failed with message "error: Exited sync due to fetch errors".

Also, I noticed that there is another option -l to specify login-id, and I
just use the default one, is that OK?

Here is the command I used and the error message I met, please help to
check whether there are anything wrong. Thanks.

jzuo@jzuo-ubuntu:~/work/tc2$ *ls*
android  build-info.tar.bz2  linaro_android_build_cmds.sh
 pinned-manifest.xml  source-manifest.xml
jzuo@jzuo-ubuntu:~/work/tc2$ *./linaro_android_build_cmds.sh -m
~/work/tc2/source-manifest.xml -o ~/work/tc2/build-info.tar.bz2 *
... ...
error: *Exited sync due to fetch errors*

You can ignore the -l option. It is needed to use with restricted builds. The sync errors could be due to the load on git repositories.

Can you run the above command again and if you are still running into sync issues I would suggest you run go to android directory and repo sync manually.


Thanks for you help in advance.

Jianchun Zuo

_______________________________________________
linaro-android mailing list
linaro-android@lists.linaro.org<mailto:linaro-android@lists.linaro.org>
http://lists.linaro.org/mailman/listinfo/linaro-android