All of lore.kernel.org
 help / color / mirror / Atom feed
* Repo sync meta-freescale Errors Out
@ 2019-09-05 15:29 ArvindAnche
  2019-09-06  9:29 ` Bas Mevissen
  0 siblings, 1 reply; 3+ messages in thread
From: ArvindAnche @ 2019-09-05 15:29 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/html, Size: 8152 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Repo sync meta-freescale Errors Out
  2019-09-05 15:29 Repo sync meta-freescale Errors Out ArvindAnche
@ 2019-09-06  9:29 ` Bas Mevissen
  2019-09-06  9:56   ` Bas Mevissen
  0 siblings, 1 reply; 3+ messages in thread
From: Bas Mevissen @ 2019-09-06  9:29 UTC (permalink / raw)
  To: ArvindAnche, meta-freescale


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.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Repo sync meta-freescale Errors Out
  2019-09-06  9:29 ` Bas Mevissen
@ 2019-09-06  9:56   ` Bas Mevissen
  0 siblings, 0 replies; 3+ messages in thread
From: Bas Mevissen @ 2019-09-06  9:56 UTC (permalink / raw)
  To: ArvindAnche, meta-freescale



On 9/6/19 11:29 AM, Bas Mevissen wrote:
> 
> 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]
> 

Additional:

If it does not work, try doing the repo stuff in a container with a 
different Linux version. Or try a different internet connection. The 
Angstrom manifest README.md mentions the issue as well, but gives no 
clue about the root cause.

Please note: this problem is not specific to meta-freescale. It might be 
an incompatibility between the Yocto Git server and the Google repo 
tool. Best place to get help is probably from the maintainers of repo or 
contact the angstrom maintainers.


> 
> 
>>
>> Thanks,
>>
>> Arvind
>>
>>
>>
> 
> -- bas.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-06  9:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-05 15:29 Repo sync meta-freescale Errors Out ArvindAnche
2019-09-06  9:29 ` Bas Mevissen
2019-09-06  9:56   ` Bas Mevissen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.