On 9/5/19 5:29 PM, ArvindAnche wrote:
Hello Recepients,

I had created the below ticket:

https://bugzilla.yoctoproject.org/show_bug.cgi?id=13499 <https://bugzilla.yoctoproject.org/show_bug.cgi?id=13499>


When I try to run below two commands:

repo init -u https://github.com/Angstrom-distribution/angstrom-manifest <https://github.com/Angstrom-distribution/angstrom-manifest> -b angstrom-v2018.12-thud

repo sync

Alternatively also tried the below two commands:

sudo sysctl -w net.ipv4.tcp_window_scaling=0

repo --trace sync -j1


But in both the cases I get below error message multiple times:

curl: (22) The requested URL returned error: 404 Not Found

Server does not provide clone.bundle; ignoring.


This can be safely ignored. (Google it for explanation)

: export GIT_DIR=/home/aanche/work/angstrom-build/.repo/projects/layers/meta-freescale.git

: git fetch --progress yocto --tags +refs/heads/*:refs/remotes/yocto/* +refs/heads/thud:refs/remotes/yocto/thud 1>| 2>|

remote: Counting objects: 30073, done.

remote: Compressing objects: 100% (9790/9790), done.

fatal: the remote end hung up unexpectedly72 MiB | 290.00 KiB/s

fatal: early EOF

fatal: index-pack failed

Here something happened, possibly with your internet connection.


: git fetch --progress yocto --tags +refs/heads/*:refs/remotes/yocto/* +refs/heads/thud:refs/remotes/yocto/thud 1>| 2>|

remote: Counting objects: 30073, done.

remote: Compressing objects: 100% (9790/9790), done.

fatal: the remote end hung up unexpectedly54 MiB | 250.00 KiB/s

fatal: early EOF

fatal: index-pack failed


Again. Flaky connection?

error: Cannot fetch meta-freescale from http://git.yoctoproject.org/git/meta-freescale <http://git.yoctoproject.org/git/meta-freescale>

: load refs /home/aanche/work/angstrom-build/.repo/projects/layers/meta-freescale.git

: git rev-parse --verify refs/remotes/yocto/thud^0 1>| 2>|


error: Exited sync due to fetch errors


The obvious result of the errors above.


So for this do you have any recommendations or work arounds? I am kind of stuck at this point for creating the Linux kernel image. It would be great if you could suggest an alternative.

Really appreciate your time and help.


Quickest seems to just erase everything and do it again. I just tried the init and sync on Linux Mint 9.2 (Ubuntu Bionic based) and it worked fine.

If it fails again, maybe it is in the tools version. I used:

$ repo --version

... A new repo command ( 1.25) is available.
... You should upgrade soon:

    cp /home/bas/Workspace/<...>/.repo/repo/repo /usr/bin/repo

repo version v1.13.5.1
       (from https://gerrit.googlesource.com/git-repo)
repo launcher version 1.23
       (from /usr/bin/repo)
git 2.17.1
Python 2.7.15+ (default, Nov 27 2018, 23:36:35)
[GCC 7.3.0]




Thanks,

Arvind




-- bas.
--
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to