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

git submodule update occasionally fails. #3

Open
toyoabe opened this issue Jul 29, 2019 · 0 comments
Open

git submodule update occasionally fails. #3

toyoabe opened this issue Jul 29, 2019 · 0 comments

Comments

@toyoabe
Copy link

toyoabe commented Jul 29, 2019

I've sometimes seen the following error when I tried to build this module by using meta-renesas.

 | DEBUG: SITE files ['endian-little', 'bit-64', 'arm-common', 'arm-64', 'common-linux', 'common-glibc', 'aarch64-linux', 'common']
 | DEBUG: Executing shell function do_init_submodule
 | Submodule 'common' (https://anongit.freedesktop.org/git/gstreamer/common.git) registered for path 'common'
 | Cloning into 'common'...
 | fatal: unable to access 'https://anongit.freedesktop.org/git/gstreamer/common.git/': Failed to connect to anongit.freedesktop.org port 443: Connection timed out
 | Clone of 'https://anongit.freedesktop.org/git/gstreamer/common.git' into submodule path 'common' failed
 | WARNING: exit code 1 from a shell command.

According to the freedesktop's wiki page, their git repositories had been moved to gitlab.fd.o, which is hosted on Google Cloud Platform. The former repository server is still working but seems unstable a little compared to gitlab.fd.o.

Some recipes in yocto project had already switched their referring repository url, like this;

I suggest you'd better switch submodule's url.

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

1 participant