2024-07-01 07:30 AM
I am trying to update my distribution (dated ecosystem v.5.0.0) to ecosystem v.5.1.0 ,
As repoted in
I ran :
` repo init -u https://github.com/STMicroelectronics/oe-manifest.git -b refs/tags/openstlinux-6.1-yocto-mickledore-mpu-v24.06.26`
followed by `repo sync`, but I get the following error:
error: Cannot fetch meta-st-openstlinux from https://github.com/STMicroelectronics/meta-st-openstlinux
Fetching: 100% (1/1), done in 3m14.826s
fatal: failed to unpack tree object HEAD
error.GitError: Cannot checkout meta-st-openstlinux: Cannot initialize work tree for meta-st-openstlinux
error: Cannot checkout meta-st-openstlinux
Checking out: 85% (6/7), done in 1.078s
error: Unable to fully sync the tree
error: Downloading network changes failed.
error: Checking out local projects failed.
Failing repos:
layers/meta-st/meta-st-openstlinux
Try re-running with "-j1 --fail-fast" to exit at the first error.
================================================================================
Repo command failed due to the following `SyncError` errors:
GitCommandError: 'fetch --quiet --progress OpenSTLinux --prune --recurse-submodules=no --tags +refs/heads/*:refs/remotes/OpenSTLinux/* +refs/tags/*:refs/tags/*' on meta-st-openstlinux failed
stdout: remote: Enumerating objects: 3384, done.
GitCommandError: 'fetch --quiet --progress OpenSTLinux --prune --recurse-submodules=no --tags +refs/heads/*:refs/remotes/OpenSTLinux/* +refs/tags/*:refs/tags/*' on meta-st-openstlinux failed
stdout: remote: Enumerating objects: 3384, done.
Cannot initialize work tree for meta-st-openstlinux
I also tried to git clone that repo (https://github.com/STMicroelectronics/meta-st-openstlinux.git) but it still gives me error.
Thank you for fixing it.
$ git clone https://github.com/STMicroelectronics/meta-st-openstlinux.git my-meta-st-openstlinux
Cloning into 'my-meta-st-openstlinux'...
remote: Enumerating objects: 3384, done.
remote: Counting objects: 100% (1290/1290), done.
remote: Compressing objects: 100% (775/775), done.
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
error: 3876 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Solved! Go to Solution.
2024-07-03 01:04 PM
Hello, thank you for answering.
I beleive the issue is on my side (even though I haven't detected it yet) - sorry.
2024-07-01 08:23 AM
Hi @luaiza ,
Thanks for your interest in this new release.
Note that official announcement and wiki update might be done by this Wednesday .. you are an early adopter :smiling_face_with_smiling_eyes:
Anyway, just checked my end and didn't get any problem.
Worth to check if any network issue at your end and retry.
Olivier
2024-07-03 01:04 PM
Hello, thank you for answering.
I beleive the issue is on my side (even though I haven't detected it yet) - sorry.