Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem syncing repo qemu_v8_stable #241

Closed
cezane opened this issue Mar 15, 2018 · 3 comments
Closed

Problem syncing repo qemu_v8_stable #241

cezane opened this issue Mar 15, 2018 · 3 comments

Comments

@cezane
Copy link

cezane commented Mar 15, 2018

I am trying to configure the environment to work with qemu_v8_stable version, but without success. Is there some problem with the repository?

repo init -u https://github.com/OP-TEE/manifest.git -m qemu_v8_stable.xml
Get https://gerrit.googlesource.com/git-repo/clone.bundle
Get https://gerrit.googlesource.com/git-repo
remote: Finding sources: 100% (11/11)
remote: Total 11 (delta 0), reused 11 (delta 0)
Unpacking objects: 100% (11/11), done.
From https://gerrit.googlesource.com/git-repo
   685320b..1f36570  master     -> origin/master
Get https://github.com/OP-TEE/manifest.git
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found

Also, as some problem occurs with repo init, same occurs when running repo sync:

repo sync
Fetching project code
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
remote: Counting objects: 93   

Why am I getting this "404 not found"?

@jforissier
Copy link
Contributor

Hi @cezane .

I'm not a repo specialist (in fact I hate it, but let's not start a flame war ;-)). That being said, I think the 404 is harmless and refers to the clone.bundle not being available on the server (it's optional). Maybe we need to add an option --no-clone-bundle or something like that.

Are you experiencing any other issue?

@jbech-linaro
Copy link
Contributor

@cezane , that's a weird message being seen because there is no support for "clone bundles" on the server (GitHub) just as @jforissier said. You can safely just ignore it, things are still working as it should. But, if it hurts your eyes, then add --no-clone-bundle to the repo init ... line and you will not see it anymore.

(apparently @jforissier is a repo specialist afterall! 👍)

@cezane
Copy link
Author

cezane commented Mar 15, 2018

As I never used repo, I just opened this issue because I tried to syncing the repository before and I got some errors. Unfortunately, I did not save the error(s) message(s). So, I thought this problem could be because of this "clone.bundle/404 not found"... As you said it is not, I am trying syncing again and I will say if the earlier problem occurs again when the process finishes.

EDIT: No problem anymore... I suspect that it occurred because of network problems in the syncing process.

Thank you. This can be closed.

@cezane cezane closed this as completed May 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants